Skip to content

Releases: xmidt-org/wrp-go

v3.1.6

12 Apr 19:38
2db0c31
Compare
Choose a tag to compare

Changelog

Other Work

v3.1.5

12 Apr 17:16
613507f
Compare
Choose a tag to compare

Changelog

Other Work

v3.1.4 2022-08-24

24 Aug 19:10
ae83785
Compare
Choose a tag to compare
  • Add simple message types WRP validators #85
  • Add basic WRP spec validators #84
  • Introduce WRP Validation Framework #80
  • Fix unmarshalling error due to missig metadata fields #79
  • Deprecated the concrete message structs, e.g. SimpleEvent
  • Added support for the new qos field.
  • QOS implementation #93, #81

v3.1.4-dev.1 2022-07-20

20 Jul 16:05
456907d
Compare
Choose a tag to compare
Pre-release
  • Add simple message types WRP validators #85
  • Add basic WRP spec validators #84
  • Introduce WRP Validation Framework #80
  • Fix unmarshalling error due to missig metadata fields #79
  • Deprecated the concrete message structs, e.g. SimpleEvent
  • Added support for the new qos field.
  • QOS implementation #93, #81

v3.1.3 05/18/2022

18 May 03:04
840a19e
Compare
Choose a tag to compare
- Fix `500 Invalid WRP content type` for invalid `Accept` headers [#74](https://github.com/xmidt-org/wrp-go/pull/74)
- Added helper function that errors if a wrp message contains non-UTF-8 strings. [#77](https://github.com/xmidt-org/wrp-go/pull/77)

v3.1.2 04/27/2022

27 Apr 21:34
294798a
Compare
Choose a tag to compare
- Move ParseID func and relevant consts from webpa-common to wrp-go. [#75](https://github.com/xmidt-org/wrp-go/pull/75)

v3.1.1 04/13/2022

13 Apr 18:28
4b27541
Compare
Choose a tag to compare
- Fix bug so that error encoder sends a 400 when decoding fails [#70](https://github.com/xmidt-org/wrp-go/pull/70)

v3.1.0 01/19/2022

19 Jan 21:45
808176b
Compare
Choose a tag to compare
- Added enum values to `MessageTypes`. Bumped codecgen version to 1.2.6. Now install stringer and codecgen everytime `go generate` is run. [#69](https://github.com/xmidt-org/wrp-go/pull/69)
- Added missing wrp fields to header[#68](https://github.com/xmidt-org/wrp-go/pull/68)

v3.0.2 12/18/2020

18 Dec 23:05
e4a7519
Compare
Choose a tag to compare
- Updated references to the main branch [#52](https://github.com/xmidt-org/wrp-go/pull/52)
- Add constants for the different supported MIME types [#58](https://github.com/xmidt-org/wrp-go/pull/58)

v3.0.1: 04/01/2020

01 Apr 18:56
c356ee8
Compare
Choose a tag to compare
- Upgrade self import paths to /v3 [#49](https://github.com/xmidt-org/wrp-go/pull/49)