Skip to content

v4.6.0

Latest
Compare
Choose a tag to compare
@sleberknight sleberknight released this 04 Jan 00:05
· 1 commit to main since this release
v4.6.0
b84147b

Summary

Deprecations ⚠️

  • Deprecate all formatDurationWords methods in KiwiDurationFormatters (#1219)

Improvements 🚀

  • Add utilities related to java.time.Duration (#1221)
  • Add new Duration formatting methods in KiwiDurationFormatters to replaced deprecated ones (#1220)

Bugs 🐛

  • KiwiDurationFormatters requires dropwizard-util as a dependency (#1218)

Documentation 📝

  • Update license copyright year(s) (#1227)
  • Fix grammar, style, and spelling errors flagged by IntelliJ (#1225)
  • Fix Javadoc typo in JsonHelper (#1215)
  • Fix Javadoc typos in KiwiResponses (#1214)

Assorted 👜

Dependency Updates ⬆️

  • Bump the prod-deps group with 3 updates (#1228)

Infrastructure 🚧