Releases: riferrei/srclient
Releases · riferrei/srclient
v0.7.0
New version number because new year 🎉 and new features. Thanks all!
What's Changed
- Remove else statement that causes schemas to not be set correctly by @survivorbat in #99
- Add preallocations, add constructor with fuctional options by @survivorbat in #103
- Add GetSubjectVersionsById method by @jaumesala in #104
- Add full standard json codec support by @Mrflatt in #105
- Add support for confluent.cloud bearer token authentication by @tpanetti in #100
- Updage go.sum by @AtakanColak in #107
- feat(url): Add new function
GetSchemaRegistryURL
by @k20human in #108
New Contributors
- @jaumesala made their first contribution in #104
- @Mrflatt made their first contribution in #105
- @tpanetti made their first contribution in #100
- @k20human made their first contribution in #108
Full Changelog: v0.6.0...v0.7.0
v0.6.0
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
- @InsomniaDev made their first contribution in #84
- @mdpaquin made their first contribution in #89
- @survivorbat made their first contribution in #94
- @adamtabrams made their first contribution in #98
Full Changelog: v0.5.4...v0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
- 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
- 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)
- All isKey arguments are removed, you must add the suffix yourself
- http.Client and semaphore weight are now exposed with a new function