Releases: infobloxopen/atlas-app-toolkit
Releases · infobloxopen/atlas-app-toolkit
Support 201 Created on Update responses
- add OldStatusCreatedOnUpdate to support old grpc -> http status mapping #242
Toolkit used to send 201 created on Updates. Some code continues to use this status code. This variable allows code to continue to support this slightly incorrect status code.
v0.24.0
Changes:
- Migration to go mods
- Util to include Headers into outgoing context (#211)
- Added support for graceful shutdown (#210)
v0.23.0
Changes:
- Provided customization to allow passing X-Geo-* headers into gRPC metadata (#201)
AtlasDefaultHeaderMatcher()
implementation is simplified by using the new ChainHeaderMatcher()
(#202)
- Fixed spam messages in logging (#204)
- Added context propagation to gorm transaction (#207)
v0.22.1
Fixed request id key (#197)
v0.22.0
Changes:
- Logging interceptor refactor
- Add new resource identifiers version
- Add library for tracing implementation
v0.21.1
New Features
- Add stream interceptors (#190)
v0.21.0
New Features
- Added common logger with specific fields (#188)
- Support for transaction with options (#189)
updated grpc versions
Merge pull request #184 from infobloxopen/updateGRPC
update grpc to recent version
v0.19.2
Changes
- Make requestid name consistent with JSON standard
- Add WithOverrideFieldMask option to enable field mask override
v0.19.1
New Features
- Add wrapper for using middleware (#178)
Bug Fixes
- Fix formating and add new versions of Golang to CI (#177)