Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

66 lines (46 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.4 - 2020-08-19

Added

  • Add changelog file

Changed

  • Update readme file

Removed

  • Remove domain specific interfaces

1.1.3 - 2020-05-20

Added

  • Allow setting defaults for avro encoded messages

1.1.2 - 2020-05-18

Added

  • Auto register missing schemas and subjects option

1.1.1 - 2020-05-18

Changed

  • Allow nullable schema properties

1.0.2 - 2020-04-17

Changed

  • Backward compatibility support

1.0.1 - 2020-04-15

Changed

  • Proper return type from cache adapter

1.0.0 - 2020-04-14

Added

  • Added support for avro schemas

Removed

  • id member has been removed from Message model
  • connection member has been removed from Message model
  • payload member changed type to array in Message model
  • ProducerService now accepts serializer and schemas parameters
  • ConsumerService now accepts serializer and schemas parameters
  • GenericObserver has been renamed to CustomObserver
  • Observers are not coupled with QueueableEntity anymore, instead they accept any JsonSerializable implementation