Skip to content

Releases: xmidt-org/wrp-go

v3.0.0: 04/01/2020

01 Apr 01:25
7fa53e0
Compare
Choose a tag to compare
- As a breaking change, `wrphttp.ResponseWriter`'s `WriteWRP` function now takes a `*wrphttp.Entity` type instead of an `interface{}`.

- `Format` and `WriteWRPBytes` were introduced as additional functions to `wrphttp.ResponseWriter` to offer higher API flexibility.

All changes included in [#47](https://github.com/xmidt-org/wrp-go/pull/47)

v2.0.1: 02/17/2020

17 Feb 19:29
6c8c8d2
Compare
Choose a tag to compare
- Fix bug introduced in v2.0.0 for missing logic to populate new wrp entity field

v2.0.0: 02/13/2020

13 Feb 00:46
1f90208
Compare
Choose a tag to compare
- Changed folder structure to bring go files into the root directory [#32](https://github.com/xmidt-org/wrp-go/pull/32)
- Updated travis to automate releases [#40](https://github.com/xmidt-org/wrp-go/pull/40)
- Use json tag instead of wrp tag [#42](https://github.com/xmidt-org/wrp-go/pull/42)
- Extend WRPHandler Request Adapter and Decoder [#43](https://github.com/xmidt-org/wrp-go/pull/43)
- Added SessionID field to wrp SimpleEvent and Message [#45](https://github.com/xmidt-org/wrp-go/pull/45)

1.3.4 10/8/2019

08 Oct 18:38
69f1f3b
Compare
Choose a tag to compare
  • Bumped webpa-common to v1.3.2
  • Removed glide files

1.3.3 9/18/2019

18 Sep 22:19
b97e128
Compare
Choose a tag to compare
  • Updated module name to be correct
  • Upgraded codec to v1.1.7

1.3.2 9/18/2019

18 Sep 20:59
80b2c6a
Compare
Choose a tag to compare
  • Moved from glide to go modules

1.3.1 9/4/2019

04 Sep 23:41
3ab3c3a
Compare
Choose a tag to compare
  • Bump webpa-common to v1.3.1

1.3.0 8/29/2019

29 Aug 20:46
2b51ff1
Compare
Choose a tag to compare
  • Enabled PartnerID and Metadata to be translated to/from HTTP headers.

1.2.0 7/16/2019

16 Jul 15:48
b896a97
Compare
Choose a tag to compare
  • Updated codec version

1.1.0 7/15/2019

15 Jul 20:42
22be67a
Compare
Choose a tag to compare
  • Fixed circular dependencies with webpa-common
  • Added swagger doc comments
  • Added Unknown message type
  • Fixed imports upon move to a new github org