Skip to content

Releases: infobloxopen/atlas-app-toolkit

Support 201 Created on Update responses

08 Apr 21:05
bdaf0bd
Compare
Choose a tag to compare
  • 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

08 Feb 09:42
78fd31f
Compare
Choose a tag to compare

Changes:

  • Migration to go mods
  • Util to include Headers into outgoing context (#211)
  • Added support for graceful shutdown (#210)

v0.23.0

10 Jan 12:30
1e89d6a
Compare
Choose a tag to compare

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

15 Sep 10:07
55b3a20
Compare
Choose a tag to compare

Fixed request id key (#197)

v0.22.0

26 Jun 10:11
bdfb656
Compare
Choose a tag to compare

Changes:

  • Logging interceptor refactor
  • Add new resource identifiers version
  • Add library for tracing implementation

v0.21.1

19 May 15:31
c488b8e
Compare
Choose a tag to compare

New Features

  • Add stream interceptors (#190)

v0.21.0

30 Apr 12:14
d048f15
Compare
Choose a tag to compare

New Features

  • Added common logger with specific fields (#188)
  • Support for transaction with options (#189)

updated grpc versions

25 Feb 17:01
47e34f8
Compare
Choose a tag to compare
Merge pull request #184 from infobloxopen/updateGRPC

update grpc to recent version

v0.19.2

08 Feb 11:57
7350297
Compare
Choose a tag to compare

Changes

  • Make requestid name consistent with JSON standard
  • Add WithOverrideFieldMask option to enable field mask override

v0.19.1

21 Nov 16:27
Compare
Choose a tag to compare
v0.19.1 Pre-release
Pre-release

New Features

  • Add wrapper for using middleware (#178)

Bug Fixes

  • Fix formating and add new versions of Golang to CI (#177)