Releases: bryanklewis/prometheus-eventhubs-adapter
Releases · bryanklewis/prometheus-eventhubs-adapter
v0.5.4 - 04 March 2024
Changed
- Bump crypto lib, thanks to @matthewhudsonedb
v0.5.3 - 20 November 2023
Changed
- Bump grpc lib, thanks to @matthewhudsonedb
- Bump all project libs
v0.5.2 - 25 August 2023
Changed
- Bump promhttp lib to fix resource overrun security issue, thanks to @matthewhudsonedb
v0.5.1 - 11 July 2023
Changed
- Bump go, gin-gonic and alpine to fix security vulnerabilities, thanks to @gbulloch-edb
v0.5.0 - 31 January 2022
Added
- partition key send support, thanks to @jotka
v0.4.4 - 6 December 2021
Changed
- Recreate hub on send error
- Bump golang and dependency versions
v0.4.3 - 25 October 2021
Changed
- Remove hardcoded listen_address in container
v0.4.2 - 14 December 2020
Changed
- build with golang 1.15.6
- use azure build agent{-latest}
- bump project dependencies
Removed
- viper aliases in config
v0.4.1 - 18 December 2019
Changed
- build with golang 1.13.5
- use azure event hubs sdk v3
- bump project dependencies, except viper
Removed
- dead code getCounterValue, part of throughput calc
- search for config in home directory
Fixed
- linting simplify sample.Metric[]
v0.3.3 - 14 October 2019
Changed
- build with golang 1.13.1
- use azure event hubs sdk v2.0.3
Removed
- throughput calc function
Fixed
- debug message in hub package not accurate