Jane v7.3.2 Release Notes
Release Date: 2022-09-21 // almost 2 years ago-
โ Added
- ๐ [OpenAPI] GH#665 Support API Platform and different response content types; application/ld+json application/hal+json application/vnd.api+json, through optional accept headers in Client methods.
- ๐ [OpenAPI] GH#656 Support anyOf reference or null property in schema
๐ Changed
- ๐ [OpenAPI] GH#647 Support inheritance using discriminator with mapping
- [JsonSchema] GH#640 GH#651 Rework Validation
๐ Fixed
- [OpenAPI] GH#636 Fixing issue with http_query_build and QS array variables
Previous changes from v7.3.1
-
๐ Changed
- [JsonSchema] GH#643 Correctly handle floats that look like integer
- [JsonSchema] GH#644 Since symfony 5, constraint Length with min option allows empty string
- ๐ฒ [JsonSchema] GH#639 Report the actual validation errors when logging validation error
๐ Fixed
- [JsonSchema] GH#645 Fix nullable incompatibility between JsonSchema/OpenAPI versions