π 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