Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

47 lines (39 loc) · 1.69 KB

Changelog

Release 1.0.0

  • Initial Release

Release 1.0.1

  • Added more documentation
  • Reduced logging
  • Added flexibility to schema naming
  • Added Kinesis Data Streams usage examples
  • Added integration tests

Release 1.1.0

  • Added Support for JSONSchema Format.
  • Added Validation logic while using encode method for calls through KPL.
  • Generalized Kafka Specific Serializer/Deserializer to a data format agnostic classes like GlueSchemaRegistryKafkaSerializer/GlueSchemaRegistryKafkaDeserializer.
  • Generalized AWSKafkaAvroSerDe to GlueSchemaRegistryKafkaSerDe for it to be used for multiple data formats.
  • Using better convention for poms and maven inheritance.
  • Added JSON Kafka Converter.
  • Improved integration tests to run with local dockerized streaming systems.

Release 1.1.1

  • Fixed checkstyle errors with maven build in integration-tests folder.
  • Reduced number of Canaries tests.
  • Removed jitpack as a repo for everit and using maven central to pull everit.

Release 1.1.2

  • Introduce cache to improve serialization performance
  • Add DatumReader Cache to improve de-serialization performance
  • Reduce logging
  • Add additional examples of configuring Kafka Connect and clarification on what property names are expected
  • Fix resource clean up in Kafka integration test

Release 1.1.3

  • Modify UserAgent to emit usage metrics
  • Add tests to include key and value schemas both

Release 1.1.4

  • Upgrade Apache Kafka version to 2.8.1

Release 1.1.5

  • Fix security vulnerability in transitive dependencies
  • Remove configuration logging information

Release 1.1.9

  • Added Support for Protobuf Format
  • Improved the caching mechanism to improve availability of the serializer and deserializer