Skip to content

v0.8.0

Compare
Choose a tag to compare
@wuespace-admin wuespace-admin released this 24 Feb 23:19

0.8.0 (2022-02-24)

Features

  • api: Add a Vert.x MultiMap wrapper which provides better basic type support and some conversion and extraction features for a better coding experience with Vert.x headers. (efc3886)
  • api: Add support for HeaderInformation in the WithEventBus verticle trait with many new overloaded methods for a better coding experience. (9bc61d3)
  • api: Add utility methods for the Vert.x MultiMap. (17c24a7)
  • api: Add warnings to HeaderInformation add and set methods if there are already values assigned to the key. (347bad1)
  • api: Deprecate GenericConfiguration type (88ab9a1)
  • api: Introduce NoConfiguration to indicate that a verticle doesn't accept any configuration (fc322ec)
  • api: Introduce UntypedConfiguration to indicate that a verticle doesn't have a strictly typed configuration (9970457)
  • api: Make warnings on add and set in HeaderInformation more specific (a7c018d)
  • api: Provide an additional flavor of the JsonMessage method, which maps a JsonObject to a JsonMessage. It returns a Future that can resolve with the value or reject. (d36c9f8)
  • examples: Add examples which show the usage of the HeaderInformation API. (636def2)
  • examples: Update all verticles that use the deprecated GenericConfiguration type (82ba9a9)
  • Reduce log level in add and set methods (6e48342)

Bug Fixes

  • api: Add ignore properties annotation to GenericConfiguration to ignore unknown properties and not throw instead (0acd655)