Skip to content

Releases: kiwiproject/consul-client

v1.4.2

22 Oct 01:23
3a54868
Compare
Choose a tag to compare

Summary

Documentation 📝

  • Fix javadoc for AgentClient#register (#380)
  • Add javadocs to Options class (#376)

Assorted 👜

  • Cleanup: extract Lists util class from duplicate code (#382)
  • Refactor Optional use in KeyValueClient (#381)
  • Extract duplicate dcQuery methods to util class (#379)
  • Refactor Options#from to the Stream API (#377)
  • Replace usages of deprecated methods from RandomStringUtils (#375)

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-parent from 3.0.19 to 3.0.20 (#386)
  • Bump org.kiwiproject:kiwi-bom from 2.0.17 to 2.0.18 (#385)
  • Bump org.kiwiproject:kiwi-bom from 2.0.15 to 2.0.17 (#384)
  • Bump org.kiwiproject:kiwi-parent from 3.0.18 to 3.0.19 (#383)
  • Bump com.squareup.okio:okio-bom from 3.9.0 to 3.9.1 (#374)

v1.4.1

01 Sep 17:35
891d2bd
Compare
Choose a tag to compare

Summary

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-bom from 2.0.14 to 2.0.15 (#373)
  • Bump org.kiwiproject:kiwi-parent from 3.0.17 to 3.0.18 (#372)
  • Bump org.kiwiproject:kiwi-parent from 3.0.16 to 3.0.17 (#371)
  • Bump org.kiwiproject:kiwi-bom from 2.0.13 to 2.0.14 (#370)

v1.4.0

07 Jul 15:55
72d40a5
Compare
Choose a tag to compare

Summary

  • 2024-07-07T11:55:26.355412 - 6 commit(s) by Scott Leberknight, dependabot[bot]

Improvements 🚀

  • Add replacements for deprecated constants (#357)

Documentation 📝

  • Update deprecation information in deprecated "options" constants (#359)

Assorted 👜

  • Code cleanup: improve HttpTest (#365)
  • Sonar and misc. code cleanup (#327)

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-parent from 3.0.15 to 3.0.16 (#369)
  • Bump org.kiwiproject:kiwi-bom from 2.0.12 to 2.0.13 (#368)

v1.3.3

16 Jun 17:08
d78cc11
Compare
Choose a tag to compare

Summary

  • 2024-06-16T13:08:29.128683 - 9 commit(s) by Scott Leberknight, dependabot[bot]

Deprecations ⚠️

  • Deprecate usage of the "options" constants ⚠ (#356)

Improvements 🚀

  • Include the exception message in the WARN-level log in ConsulFailoverInterceptor (#352)

Assorted 👜

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-parent from 3.0.14 to 3.0.15 (#363)
  • Bump org.kiwiproject:kiwi-bom from 2.0.11 to 2.0.12 (#362)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (#354)
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 (#351)

v1.3.2

28 Apr 15:11
1fe64e4
Compare
Choose a tag to compare

Summary

  • 2024-04-28T11:09:48.463113 - 17 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-parent from 3.0.13 to 3.0.14 (#350)
  • Bump org.kiwiproject:kiwi-bom from 2.0.10 to 2.0.11 (#349)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 (#348)
  • Bump retrofit.version from 2.10.0 to 2.11.0 (#347)
  • Bump retrofit.version from 2.9.0 to 2.10.0 (#346)
  • Bump org.kiwiproject:kiwi-bom from 2.0.9 to 2.0.10 (#345)
  • Bump com.squareup.okio:okio-bom from 3.8.0 to 3.9.0 (#344)
  • Bump org.kiwiproject:kiwi-parent from 3.0.12 to 3.0.13 (#343)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#342)
  • Bump org.immutables:value from 2.10.0 to 2.10.1 (#341)
  • Bump com.squareup.okio:okio-bom from 3.7.0 to 3.8.0 (#340)

v1.3.1

09 Feb 00:00
ff55bb1
Compare
Choose a tag to compare

Summary

  • 2024-02-08T18:57:13.561851 - 9 commit(s) by Scott Leberknight, dependabot[bot]

Assorted 👜

  • Code cleanup: replace conditional with stream in LeaderElectionUtil (#333)

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-parent from 3.0.10 to 3.0.12 (#339)
  • Bump org.kiwiproject:kiwi-bom from 2.0.8 to 2.0.9 (#338)
  • Bump org.kiwiproject:kiwi-parent from 3.0.8 to 3.0.10 (#337)
  • Bump actions/cache from 3 to 4 (#336)
  • Bump org.kiwiproject:kiwi-bom from 2.0.7 to 2.0.8 (#335)
  • Bump org.kiwiproject:kiwi-parent from 3.0.7 to 3.0.8 (#334)

v1.3.0

08 Jan 15:25
937b955
Compare
Choose a tag to compare

Summary

  • 2024-01-07T13:35:15.369222 - 15 commit(s) by Scott Leberknight, github-actions[bot], dependabot[bot]

Improvements 🚀

  • Add overloads for Consul.Builder#withMultipleHostAndPort that accept Duration and amount/TimeUnit (#321)
  • Fix exception message in Consul.Builder#withMultipleHostAndPort (#316)
  • Add method to Consul.Builder to create a ConsulFailoverInterceptor using a given ConsulFailoverStrategy (#314)
  • Add method withConsulFailoverInterceptor to allow setting ConsulFailoverInterceptor directly (#313)
  • Add ability to set max failover attempts when building Consul (#312)

Deprecations ⚠️

  • Deprecate withFailoverInterceptor in Consul.Builder (#315)

Assorted 👜

  • Code cleanup: fix minor whitespace issues (#332)
  • Update license copyright year(s) (#331)
  • Use static imports for AssertJ Assertions (#328)
  • Sonar and misc. code cleanup (#327)

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-bom from 2.0.6 to 2.0.7 (#330)
  • Bump org.kiwiproject:kiwi-parent from 3.0.6 to 3.0.7 (#329)
  • Bump com.squareup.okio:okio-bom from 3.6.0 to 3.7.0 (#311)

v1.2.0

17 Dec 17:58
d6461de
Compare
Choose a tag to compare

Summary

  • 2023-12-17T12:57:39.167635 - 6 commit(s) by Scott Leberknight

Improvements 🚀

  • Log warning if ConsulFailoverInterceptor is configured multiple times (#306)
  • Change logging in ConsulFailoverInterceptor to WARN level (#305)

Bugs 🐛

  • ConsulFailoverInterceptor can infinite loop if failover strategy always returns Optional containing a value (#304)

Assorted 👜

  • Investigate: TestCacheSupplier async assertion in CacheConfigTest (#191)

v1.1.2

17 Dec 01:49
dcbbc7e
Compare
Choose a tag to compare

Summary

  • 2023-12-16T20:48:01.356606 - 8 commit(s) by Scott Leberknight, dependabot[bot]

Assorted 👜

  • Code cleanup (#303)
  • Documentation cleanup: Fix grammatical errors flagged by IntelliJ (#302)
  • Code cleanup: Remove redundant warning suppression annotations (#301)

Dependency Updates ⬆️

  • Bump github/codeql-action from 2 to 3 (#300)
  • Bump actions/setup-java from 3 to 4 (#299)
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#298)

v1.1.1

24 Nov 21:33
14365a7
Compare
Choose a tag to compare

Summary

  • 2023-11-24T16:31:57.299771 - 31 commit(s) by Scott Leberknight, dependabot[bot]

Improvements 🚀

  • Add tests to verify KeyValueClient gets values in folders (#266)

Bugs 🐞

  • DeleteOptions#isRecurse incorrectly returns true (#263)

Assorted 👜

  • Use Zulu distribution for CodeQL and Print Delomboked Sources action (#292)
  • Use new Immutables Jakarta style to generate jakarta annotations (#283)
  • Add "sanity check" tests for AgentClient#ping (#268)
  • Add more tests of KVClient#getKeys (#265)

Dependency Updates ⬆️

  • Bump org.kiwiproject:kiwi-bom from 2.0.5 to 2.0.6 (#296)
  • Bump org.kiwiproject:kiwi-parent from 3.0.5 to 3.0.6 (#295)
  • Remove testcontainers managed dependency (#294)
  • Bump org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.3 (#293)
  • Bump org.testcontainers:testcontainers-bom from 1.19.1 to 1.19.2 (#291)
  • Bump org.kiwiproject:kiwi-bom from 2.0.3 to 2.0.5 (#290)
  • Bump org.kiwiproject:kiwi-parent from 3.0.4 to 3.0.5 (#288)
  • Bump org.kiwiproject:kiwi-bom from 2.0.2 to 2.0.3 (#282)
  • Bump org.kiwiproject:kiwi-parent from 3.0.3 to 3.0.4 (#281)
  • Bump org.immutables:value from 2.9.3 to 2.10.0 (#280)
  • Bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.1 (#279)
  • Bump com.squareup.okio:okio-bom from 3.5.0 to 3.6.0 (#278)
  • Bump org.kiwiproject:kiwi-parent from 3.0.2 to 3.0.3 (#276)
  • Bump org.kiwiproject:kiwi-bom from 2.0.1 to 2.0.2 (#275)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (#274)
  • Bump org.kiwiproject:kiwi-parent from 3.0.1 to 3.0.2 (#273)
  • Bump org.kiwiproject:kiwi-bom from 2.0.0 to 2.0.1 (#272)
  • Bump actions/checkout from 3 to 4 (#271)
  • Bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 (#270)
  • Use okio-bom in dependency management to control the version (#269)

Infrastructure 🚧

  • Run build on zulu distribution of JDKs 17 and 21 (#277)