Skip to content

Release 4.6.0

Latest
Compare
Choose a tag to compare
@paolo-rossi paolo-rossi released this 27 May 07:36
· 29 commits to master since this release

πŸš€ High level features (since the 4.5.0 release)

  • πŸ’₯ Engines can decide if they want to handle a given URL (BasePath)
  • πŸ’₯ SinkPaths config to manage no-response paths (like favicon.ico, etc...)
  • πŸš€ Added "multipart/form-data" support to TWiRLClient
  • πŸš€ Experimental [SingleRecord] to get a single record (instead of an array) from a dataset
  • πŸš€ Ability to retrieve the response content as an object (Response.Content.AsType)

🧰 Other features, changes and bugfixes

  • βž• Better management of client side exceptions (EWiRLClientProtocolException and EWiRLClientResourceException)
  • βž• New TWiRLContent.AsType overload to "fill" an existing object
  • βž• Resources can use absolute URLs ignoring those in TWiRLClientApplication and TWiRLClient
  • βž• Introduced arrays support for WiRLConverters
  • πŸ› οΈ Support for ISO date in WiRL.Data.Resolver
  • πŸ› οΈ Updated JWT library to v3.3.1
  • πŸ› οΈ Update Neon library to v3.0.0
  • πŸ› οΈ Updated OpenAPI library to v2.2.0
  • πŸͺ› Fixed the attributes array parameter for message body reader and writer

WiRL Team