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
- Add changelog file
- Update readme file
- Remove domain specific interfaces
1.1.3 - 2020-05-20
- Allow setting defaults for avro encoded messages
1.1.2 - 2020-05-18
- Auto register missing schemas and subjects option
1.1.1 - 2020-05-18
- Allow nullable schema properties
1.0.2 - 2020-04-17
- Backward compatibility support
1.0.1 - 2020-04-15
- Proper return type from cache adapter
1.0.0 - 2020-04-14
- Added support for avro schemas
- 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