Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

v0.15.2

Compare
Choose a tag to compare
@roman-khimov roman-khimov released this 22 Jun 10:54
· 234 commits to master since this release

New features:

  • Content-Type returned for object GET requests can now be taken from attributes (overriding autodetection, #65)

Behavior changes:

  • grpc keepalive options can no longer be changed (#60)

Improvements:

  • code refactoring (more reuse between different gateways, moved some code to sdk-go, #47, #46, #51, #62, #63)
  • documentation updates and fixes (#53, #49, #55, #59)
  • updated api-go dependency (#57)

Bugs fixed:

  • -k option wasn't accepted for key although it was documented (#50)