From 8992148cab10b52415dab4c958ffc4b7860ee6d9 Mon Sep 17 00:00:00 2001 From: soyuka Date: Sat, 6 Feb 2021 16:21:36 +0100 Subject: [PATCH] 2.6.2 Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4e2ed20f5..c4da4dc1da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.6.2 + +* Validation: properties regex pattern is now compliant with ECMA 262 (#4027) +* OpenApi: normalizer is now backward compatible (#4016), fix the name converter issue changing OpenApi properties (#4019) +* Identifiers: Break after transforming the identifier (#3985), use the identifiers context to transform with multiple classes (#4029) +* JsonSchema: Revert `ALLOW_EXTRA_ATTRIBUTE=false` as it is a BC break and will be done in 3.0 instead see #3881 (#4007) +* Subresource: fix ApiSubresource maxDepth option (#3986), recursive issue in the profiler (#4023) +* OpenApi: Allow `requestBody` and `parameters` via the `openapi_context` (#4001), make `openapi_context` work on subresources (#4004), sort paths (#4013) +* Config: Allow disabling OpenAPI and Swagger UI without loosing the schema (#3968 and #4018), fix pagination defaults (#4011) +* DataPersister: context propagation fix (#3983) + ## 2.6.1 * Fix defaults when using attributes (#3978)