Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.66 KB

Changelog

1.0.1 (2023-01-09)

Bug Fixes

  • reqs: Support older versions of used Symfony components. (0d1852a)

1.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • Keep PascalCase for names in schema...
  • Refactor most parts of the bundle.

Features

  • Add defaults for Avro schema configuration (c16d4a3)
  • Add initial implementation. (2c2df6f)

Bug Fixes

  • Add missing $eventClass as constructor arg (f48868d)

Code Refactoring

  • Keep PascalCase for names in schema... (f8ec2d0)
  • Refactor most parts of the bundle. (aec4b5d)

Miscellaneous Chores

  • Add PHP CS fixes (e275282)
  • consistency: Rename event handler (aaea75d)
  • Set default value for bootstrap.servers (ff79732)