Skip to content

Releases: rikcarve/mp-config-consul

Version 0.14

17 Aug 12:28
Compare
Choose a tag to compare
  • fixed: bug when host and hosts are given

Version 0.13

14 Aug 12:22
Compare
Choose a tag to compare
  • add host at the top of the hosts list in case both are specified
  • use recent apache http components (CVE-2020-13956)

Version 0.11

15 Mar 15:42
Compare
Choose a tag to compare
  • Support for microprofile 2.9 (#11)

Version 0.10

13 Apr 19:10
Compare
Choose a tag to compare
  • Fix #8 - url encoding for keys (compatibility for quarkus)

Version 0.9

12 Apr 20:08
Compare
Choose a tag to compare
  • #6 - added support for token based authentication. (Thanks to @debae)
  • if neither host nor hosts is set, the config source is disabled.

Version 0.8

10 Apr 09:34
Compare
Choose a tag to compare
  • #3 - support for multiple consule nodes
  • resilience (consul failures)

Version 0.7

25 Feb 20:05
Compare
Choose a tag to compare
  • change behavior of getProperties() and getPropertyNames(), only query consul if enabled with configsource.consul.list-all=true

Version 0.6

25 Feb 19:31
Compare
Choose a tag to compare
  • implemented getProperties() when prefix is set
  • check compatibility with quarkus

Version 0.5

17 Dec 20:40
Compare
Choose a tag to compare
  • Make ordinal configurable
  • Align (fix) configuration naming

Version 0.4

15 Dec 19:49
Compare
Choose a tag to compare
  • stream-line caching code
  • set ordinal to 550 (it's a dynamic source and should be higher than system properties)