Skip to content

Releases: riferrei/srclient

v0.6.0

16 Mar 10:58
96a09e7
Compare
Choose a tag to compare

New version number because new year 🎉 and new features. Thanks all!

What's Changed

  • Adds ability to authenticate through the use of a bearer token by @InsomniaDev in #84
  • Adds integration testing via GitHub Actions and removes CircleCI by @AtakanColak in #86
  • Adds missing references to returned schema from GetSchema() by @mdpaquin in #89
  • Small cleanup of MockRegistryClient by @survivorbat in #94
  • Add references to IsSchemaCompatible check by @finncolman in #96
  • Backwards compatibility support: Only includes schemaType and references when needed by @adamtabrams in #98

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

03 Jun 14:12
6beda27
Compare
Choose a tag to compare

💡 Added:

  1. Example of the library with Protobuf

✅ Fixed:

  1. Fixed failing unit tests

v0.5.3

08 May 19:13
0f10c19
Compare
Choose a tag to compare

New features:

Bugs fixed:

➡️ Thank you @lpessoa, @bigkraig, and @tariel-x for your contributions 🙌🏻

v0.5.2

12 Apr 00:16
a3d7db0
Compare
Choose a tag to compare

Hotfix for #74

v0.5.1

02 Mar 13:12
91d132d
Compare
Choose a tag to compare

Hotfix for #72

v0.5.0

19 Feb 09:29
8edc580
Compare
Choose a tag to compare
  • Additions to SchemaRegistryClient
    • GetGlobalCompatibilityLevel
    • GetCompatibilityLevel
    • ChangeSubjectCompatibilityLevel
    • LookupSchema
    • GetSubjectsIncludingDeleted
    • GetSchemaType
    • ResetCache
  • Adds JsonSchema to Schema struct
  • Adds NewSchema to create a Schema struct
  • Adds an Error struct that is now used by the SchemaRegistryClient
  • Fixes various bugs

v0.4.0 Remove IsKeys and Arbitrary Functions, Expose Http Client

14 Aug 22:03
Compare
Choose a tag to compare
  • All isKey arguments are removed, you must add the suffix yourself
  • http.Client and semaphore weight are now exposed with a new function

v0.4: Remove IsKeys and Arbitrary Functions, Expose Http Client (#49)

10 Aug 13:33
f62b456
Compare
Choose a tag to compare
  • All isKey arguments are removed, you must add the suffix yourself
  • http.Client and semaphore weight are now exposed with a new function

v0.3.2

09 Aug 13:57
663329a
Compare
Choose a tag to compare

This release introduces a new behavior regarding getting the latest version of a schema. Now, developers can control whether to retrieve it from the cache and when to force a retrieval from the source.

v0.3.1

08 Jul 18:25
d08dc22
Compare
Choose a tag to compare

Support for retrieving schema references during lookup