0.30.2 - 2025-09-03
- Change deprecated struct update syntax (#144 @rockneurotiko)
0.30.1 - 2025-03-05
- Fix missing
Config.registry_ssl_opts/0function, overlooked in #134 (#143 @strech)
0.30.0 - 2025-02-17
- Add new configuration option
registry_ssl_opswith arbitrary Erlang SSL client options (#134 @sstoltze)
0.29.2 - 2025-01-30
- Fix guard for HTTPClient.post/3 #139 (#136 @azeemchauhan)
0.29.1 - 2025-01-22
- Fix regression caused by #129 (#136 @woylie)
0.29.0 - 2025-01-16
- Fix charlist warnings in Elixir 1.18 (#130 @sstoltze)
- Move private client otp_app check at compile-time (#129 @rockneurotiko)
0.28.0 - 2024-04-18
- Add new
Avrora.ConfigSSL optionsregistry_ssl_cacertsandregistry_ssl_cacert_path(#114 @strech)
0.27.0 - 2023-07-14
- Replace
Logger.warn/1withLogger.warning/2(#107 @trbngr, @strech) - Drop support for Elixir lower than 1.12 (#107 @strech)
0.26.0 - 2023-01-11
- Add
--appconfigargument to schema registration mix task (#102 @emilianobovetti, @strech)
0.25.0 - 2023-01-03
- Add
User-Agentheader when communicating with Schema Registry (#100 @azeemchauhan, @strech)
0.24.2 - 2022-09-13
- Fix
Avrora.Config.registry_schemas_autoreg/0to return configuredfalsevalue (#99 @ankhers)
0.24.1 - 2022-09-12
- Add SSL option
[verify: :verify_none]toAvrora.HttpClient(#97, @goozzik)
0.24.0 - 2022-03-16
- Add new
Avrora.Configoption decoder_hook (#94, @strech)
0.23.0 - 2021-07-06
- Add runtime config resolution for Avrora.Client (#92, @strech)