Skip to content

v1.1.0

Compare
Choose a tag to compare
@sleberknight sleberknight released this 14 Nov 16:26

Summary

  • 2021-11-14T11:24:22.971494 - 18 commit(s) by Scott Leberknight, dependabot[bot]

Improvements

  • Add methods in KiwiUrls to convert query strings into multi-valued maps (#628)
  • Add methods to KiwiUrls to convert maps to URL-encoded query parameters (#623)
  • KiwiUrls toQueryString should allow non-string map values (#622)
  • Add ListToCsvStringDeserializer from service-discovery-client into kiwi (#608)
  • Provide an "escape hatch" from WebTargetHelper (#605)

Bugs

  • KiwiUrls#queryStringToMap throws exceptions if parameters don't have a value (#626)
  • KiwiUrls#queryStringToMap does not handle multiple values for a parameter (throws IllegalStateException) (#617)

Assorted

  • Fix several Javadoc grammatical and spelling errors in KiwiUrls (#620)
  • Document that KiwiUrls#toQueryString does not perform encoding (#616)
  • Fix invalid @see tag references in KiwiUrls (#613)
  • Remove redundant toString() calls (#611)

Dependency Updates

  • Bump retrying-again from 1.0.0 to 1.0.1 (#630)
  • Bump kiwi-parent from 1.1.0 to 1.2.0 (#621)
  • Bump actions/checkout from 2.3.5 to 2.4.0 (#619)
  • Bump actions/checkout from 2.3.4 to 2.3.5 (#610)
  • Bump kiwi-parent from 1.0.0 to 1.1.0 (#607)