Releases: axlj45/schema-registry-client
Releases · axlj45/schema-registry-client
v1.5.2
1.5.2 (2019-08-29)
Bug Fixes
- avroschemaregistryclient: fixed createSchema method and added to public client interface (d16979a), closes #1
v1.5.1
1.5.1 (2019-08-11)
Bug Fixes
- package.json: updated dependencies to resolve vulnerabilities (b08ab9f)
v1.5.0
1.5.0 (2018-12-22)
Features
- HttpClient: Allow modification of headers via HttpClient (1a38457)
v1.4.2
1.4.2 (2018-12-16)
Bug Fixes
- AvroSchemaRegistryClient: Fixed create schema response object (a038e31)
v1.4.1
1.4.1 (2018-12-15)
Bug Fixes
- AvroSerializer: Corrected invalid type for schema deserialization; added tests (e03476f)
v1.4.0
1.4.0 (2018-12-15)
Features
- AvroSchemaRegistryClient: Exposed
createSchema
function publicly (e79c88d)
v1.3.0
1.3.0 (2018-12-15)
Features
- Cache: Added caching to http get requests (cae65ae)
v1.2.0
1.2.0 (2018-12-15)
Features
- SchemaRegistryClient: Added reasonable defaults for encoder/serializer to reduce singleton boo (4279f70)
v1.1.0
1.1.0 (2018-12-14)
Bug Fixes
- ISchemaRegistryHttpClient: Make client return object that better reflects api return type (8a632b5)
- SchemaRegistryEncoder: Use Buffer.alloc instead of deprecated Buffer() (0022123)
Features
- SchemaRegistryClient: Expose singleton interface (0b6f001)
v1.0.0
1.0.0 (2018-12-14)
Features
- avro-serializer: Added encode/decode functions to serializer (36f5709)
- AvroSchemaRegistryClient: Implemented & exposed public AvroSchemaRegistryClient (d1dcbe9)
- HttpClient: Add Header to http client (11d6039)
- HttpClient: Added HttpClient based on axios (5129cc6)
- ISchemaRegistryClient: Defined external module interface (f201979)
- SchemaRegistryHttpClient: Added configuration endpoints for global and subject-specific (074c230)
- SchemaRegistryHttpClient: Added set configuration method implementations (d64ffec)
- SchemaRegistryHttpClient: Created naive implementation for each endpoint (f580d45)
- SchemaRegistryHttpClient: Stubbed SchemaRegistryHttpClient (d2a6c9a)
- ShemaRegistryHttpClient: Added function to get latest schema (1ce5943)