Highlights
* Random strings generated by OpenApiLibCore now use the Faker library. Localization as support by Faker can be used. This change also brings support for a number of format options that can be used with string type parameters / properties:
- The OAS format types date, date-time, password, byte and binary are supported.
- In addition, a number of non-OAS formats will also use (localized) Faker strings: email, uuid, uri, url, hostname, ipv4, ipv6, name, text and description.
* Basic support for OAS specs with recursion in them. Default behavior is to stop recursion after 1 loop by replacing the target by an empty JSON object ({} on the Python side).
* Better support and some bugfixes in the area of query parameter / header / object property invalidation, mostly in the area of invalidation of strings. Fixes 20
What's Changed
* Feature/support new openapilibcore features by robinmackaij in https://github.com/MarketSquare/robotframework-openapidriver/pull/24
**Full Changelog**: https://github.com/MarketSquare/robotframework-openapidriver/compare/v3.1.0...v3.3.0