Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.94 KB

Changelog

0.27.0 - 2023-07-14 (notes)

  • Replace Logger.warn/1 with Logger.warning/2 (#107 @trbngr, @strech)
  • Drop support for Elixir lower than 1.12 (#107 @strech)

0.26.0 - 2023-01-11 (notes)

  • Add --appconfig argument to schema registration mix task (#102 @emilianobovetti, @strech)

0.25.0 - 2023-01-03 (notes)

  • Add User-Agent header when communicating with Schema Registry (#100 @azeemchauhan, @strech)

0.24.2 - 2022-09-13 (notes)

  • Fix Avrora.Config.registry_schemas_autoreg/0 to return configured false value (#99 @ankhers)

0.24.1 - 2022-09-12 (notes)

  • Add SSL option [verify: :verify_none] to Avrora.HttpClient (#97, @goozzik)

0.24.0 - 2022-03-16 (notes)

  • Add new Avrora.Config option decoder_hook (#94, @strech)

0.23.0 - 2021-07-06 (notes)

  • Add runtime config resolution for Avrora.Client (#92, @strech)