Skip to content

Commit 2edb3bf

Browse files
authored
2.6.2 Changelog (#4032)
1 parent 364538b commit 2edb3bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.6.2
4+
5+
* Validation: properties regex pattern is now compliant with ECMA 262 (#4027)
6+
* OpenApi: normalizer is now backward compatible (#4016), fix the name converter issue changing OpenApi properties (#4019)
7+
* Identifiers: Break after transforming the identifier (#3985), use the identifiers context to transform with multiple classes (#4029)
8+
* JsonSchema: Revert `ALLOW_EXTRA_ATTRIBUTE=false` as it is a BC break and will be done in 3.0 instead see #3881 (#4007)
9+
* Subresource: fix ApiSubresource maxDepth option (#3986), recursive issue in the profiler (#4023)
10+
* OpenApi: Allow `requestBody` and `parameters` via the `openapi_context` (#4001), make `openapi_context` work on subresources (#4004), sort paths (#4013)
11+
* Config: Allow disabling OpenAPI and Swagger UI without loosing the schema (#3968 and #4018), fix pagination defaults (#4011)
12+
* DataPersister: context propagation fix (#3983)
13+
314
## 2.6.1
415

516
* Fix defaults when using attributes (#3978)

0 commit comments

Comments
 (0)