Skip to content

Releases: perses/common

v0.19.0

06 Mar 14:54
ff3bc58
Compare
Choose a tag to compare

[FEATURE] Add a way to inject a prometheus registry in the HTTPServerBuilder

v0.18.0

06 Mar 14:08
e078632
Compare
Choose a tag to compare

[FEATURE] Add a new method BuildHandler to the struct echo.Builder. This will help to setup the test server used for the e2e test

v0.17.0

23 Jan 14:51
695c181
Compare
Choose a tag to compare

[BREAKINCHANGE] Remove support of ETCD

v0.16.0

18 Oct 09:21
6340ff9
Compare
Choose a tag to compare

[Enhancement] Dependencies update

v0.15.0

19 Sep 07:03
Compare
Choose a tag to compare

[Feature] Support OTeL tracing

v0.14.0

03 Aug 15:07
59f4db8
Compare
Choose a tag to compare

[FEATURE]: Support for file and configuration watching #69, #70
[CHANGE]: Review the task implementation to be able to return a value and an error #71

v0.13.0

28 Jun 14:00
4b86a16
Compare
Choose a tag to compare

[Change] async.Await has been reviewed to used generic and to have a better error management

v0.12.0

31 Mar 15:19
633c9cd
Compare
Choose a tag to compare

[Enhancement] Bump github.com/nexucis/lamenv to v0.4.0 adding support of the type time.Duration when decoding variable environment.

v0.11.0

28 Mar 15:28
84aeb30
Compare
Choose a tag to compare

[Change]: Move to go 1.18
[Enhancement]: upgrade dependencies labstack/echo, stretchr/testify, google.golang.org/grpc

v0.10.0

07 Mar 14:13
2de21e1
Compare
Choose a tag to compare

[Enhancement]: dependencies prometheus/client_golang and labstack/echo have been upgraded
[BugFix]: In ETCD DAO, when query an array of data, ignore empty document because it is certainly an ETCD lock.