File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- # [ 0.24.2] - 2022-09-13 [ :book : ] [ 0.24.2-n ]
1+ # Changelog
2+
3+ ## [ 0.25.0] - 2023-01-03 <sup >([ notes] [ 0.25.0-n ] )</sup >
4+
5+ - Add User-Agent header when communicating with Schema Registry (#100 @azeemchauhan , @strech )
6+
7+ ## [ 0.24.2] - 2022-09-13 <sup >([ notes] [ 0.24.2-n ] )</sup >
28
39- Fix Avrora.Config.registry_schemas_autoreg/0 to return configured ` false ` value (#99 @ankhers )
410
5- # [ 0.24.1] - 2022-09-12 [ : book : ] [ 0.24.1-n ]
11+ ## [ 0.24.1] - 2022-09-12 < sup >( [ notes ] [ 0.24.1-n ] )</ sup >
612
713- Add SSL option ` [verify: :verify_none] ` to Avrora.HttpClient (#97 , @goozzik )
814
9- # [ 0.24.0] - 2022-03-16 [ : book : ] [ 0.24.0-n ]
15+ ## [ 0.24.0] - 2022-03-16 < sup >( [ notes ] [ 0.24.0-n ] )</ sup >
1016
1117- Add new Avrora.Config option decoder_hook (#94 , @strech )
1218
13- # [ 0.23.0] - 2021-07-06 [ : book : ] [ 0.23.0-n ]
19+ ## [ 0.23.0] - 2021-07-06 < sup >( [ notes ] [ 0.23.0-n ] )</ sup >
1420
1521- Add runtime config resolution for Avrora.Client (#92 , @strech )
1622
23+ [ 0.25.0 ] : https://github.com/Strech/avrora/compare/v0.24.2...v0.25.0
24+ [ 0.25.0-n ] : https://github.com/Strech/avrora/releases/tag/v0.25.0
1725[ 0.24.2 ] : https://github.com/Strech/avrora/compare/v0.24.1...v0.24.2
1826[ 0.24.2-n ] : https://github.com/Strech/avrora/releases/tag/v0.24.2
1927[ 0.24.1 ] : https://github.com/Strech/avrora/compare/v0.24.0...v0.24.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Avrora.MixProject do
44 def project do
55 [
66 app: :avrora ,
7- version: "0.24.2 " ,
7+ version: "0.25.0 " ,
88 elixir: "~> 1.6" ,
99 description: description ( ) ,
1010 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments