Jane v7.3.2 Release Notes

Release Date: 2022-09-21 // over 1 year 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