Releases: xmidt-org/wrp-go
Releases · xmidt-org/wrp-go
v3.6.0
v3.5.2
v3.5.1
v3.5.0
v3.4.3
Changelog
New Features
- 52abaa0: Revert "feat: export event regex utility" (@denopink)
- 849385d: feat: add wrp validator metadata (@denopink)
- a9158e7: feat: export event regex utility (@denopink)
Dependency Updates
- bf8cbbc: feat(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#156) (@dependabot[bot])
- e83fe4b: feat(deps): bump github.com/prometheus/client_golang (#158) (@dependabot[bot])
- 1140574: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#159) (@dependabot[bot])
Other Work
- 3335f66: Add a SchemeUnknown so it may be easier on clients later if this ever were to change. (@schmidtw)
- c2e86a6: Add a locator structure and processing code. (@schmidtw)
- e24f3db: Add a scheme of type self. (@schmidtw)
- dedf960: Change *Locator to be Locator. (@schmidtw)
- ff33d39: Update the default doc version. (@schmidtw)
- 5d7a2a0: Update validator code to use Locator. (@schmidtw)
- ec6e8f6: Upgrade the id to and ID and convert to a value instead of a pointer. (@schmidtw)
v3.4.0
v3.3.0
Changelog
New Features
- 765b5d3: feat: add wrp validator metrics (@denopink)
- 3ebf427: feat: first of pass of validator metrics (@denopink)
Dependency Updates
- e369c8b: feat(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#148) (@dependabot[bot])
- be04209: feat(deps): bump github.com/ugorji/go/codec from 1.2.11 to 1.2.12 (#147) (@dependabot[bot])
v3.2.3
v3.2.2
Changelog
Other Work
- fdf6799: removed error from String to Message Type and replaced with UnKnownMessageType (@maurafortino)
- f80095b: removed message type validation and updated tests (@maurafortino)