Skip to content

Releases: bryanklewis/prometheus-eventhubs-adapter

v0.5.4 - 04 March 2024

04 Mar 16:55
Compare
Choose a tag to compare

Changed

v0.5.3 - 20 November 2023

21 Nov 07:01
Compare
Choose a tag to compare

Changed

v0.5.2 - 25 August 2023

25 Aug 21:35
8712256
Compare
Choose a tag to compare

Changed

  • Bump promhttp lib to fix resource overrun security issue, thanks to @matthewhudsonedb

v0.5.1 - 11 July 2023

12 Jul 00:10
983f728
Compare
Choose a tag to compare

Changed

  • Bump go, gin-gonic and alpine to fix security vulnerabilities, thanks to @gbulloch-edb

v0.5.0 - 31 January 2022

01 Feb 05:39
Compare
Choose a tag to compare

Added

  • partition key send support, thanks to @jotka

v0.4.4 - 6 December 2021

06 Dec 18:43
Compare
Choose a tag to compare

Changed

  • Recreate hub on send error
  • Bump golang and dependency versions

v0.4.3 - 25 October 2021

25 Oct 17:43
Compare
Choose a tag to compare

Changed

  • Remove hardcoded listen_address in container

v0.4.2 - 14 December 2020

15 Dec 04:10
Compare
Choose a tag to compare

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

19 Dec 00:09
daf1e92
Compare
Choose a tag to compare

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

15 Oct 04:01
a25597f
Compare
Choose a tag to compare

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