Skip to content

Commit 3483d70

Browse files
committed
update changelog
1 parent a773ce6 commit 3483d70

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

CHANGELOG.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,30 @@
22

33
## 2.6.4
44

5-
* Serializer: Fix denormalization of basic property-types in XML and CSV (#3191)
5+
* OpenAPI: Using an implicit flow is now valid, changes oauth configuration default values (#4115)
6+
* OpenAPI: Fix `response` support via the `openapi_context` (#4116)
7+
* OpenAPI: Fix `Link->requestBody` default value (#4116)
8+
* OpenAPI: Make sure we do not override defined parameters (#4138)
9+
* Swagger UI: Remove Google fonts (#4112)
10+
* Serializer: Fix denormalization of basic property-types in XML and CSV (#4145)
611
* Serializer: Fix denormalization of collection with one element in XML (#4154)
712
* JSON Schema: Manage Sequentially and AtLeastOneOf constraints when generating property metadata (#4139 and #4147)
13+
* JSON Schema: properties regex pattern is now correctly anchored (#4176)
14+
* JSON Schema: Fix PropertySchemaLengthRestriction string-only (#4177)
815
* Doctrine: Fix purging HTTP cache for unreadable relations (#3441)
916
* Doctrine: Revert #3774 support for binary UUID in search filter (#4134)
1017
* Doctrine: Fix order filter when using embedded and nulls comparison (#4151)
18+
* Doctrine: Fix duplicated eager loading joins (#3525)
19+
* Doctrine: Fix joinRelations with multiple associations. (#2791)
20+
* Doctrine: Revert using `defaults.order` as `collection.order` (#4178)
1121
* GraphQL: Partial pagination support (#3223)
1222
* GraphQL: Manage `pagination_use_output_walkers` and `pagination_fetch_join_collection` for operations (#3311)
13-
* Swagger UI: Remove Google fonts (#4112)
14-
* Doctrine: Revert #3774 support for binary UUID in search filter (#4134)
15-
* Do not override Vary headers already set in the Response
1623
* GraphQL: Make sure the order of order filters is preserved if nested resources are used (#4171)
17-
* Validation: properties regex pattern is now correctly anchored (#4176)
24+
* Metadata: Sort mapping resources (#3256)
25+
* UUID: manage Ulid in format property schema restriction (#4148)
26+
* Symfony: Do not override Vary headers already set in the Response
27+
* Symfony: Make Twig dependency lazy (#4187)
28+
* Compatibility with `psr/cache` version 2 and 3 (#4117)
1829

1930
## 2.6.3
2031

@@ -23,17 +34,16 @@
2334
* Security: Use a `NullToken` when using the new authenticator manager in the resource access checker (#4067)
2435
* Mercure: Do not use data in options when deleting (#4056)
2536
* Doctrine: Support for foreign identifiers (#4042)
37+
* Doctrine: Support for binary UUID in search filter (#3774, reverted in 2.6.4)
2638
* Doctrine: Do not add join or lookup for search filter with empty value (#3703)
39+
* Doctrine: Reduce code duplication in search filter (#3541)
2740
* JSON Schema: Allow generating documentation when property and method start from "is" (property `isActive` and method `isActive`) (#4064)
2841
* OpenAPI: Fix missing 422 responses in the documentation (#4086)
2942
* OpenAPI: Fix error when schema is empty (#4051)
3043
* OpenAPI: Do not set scheme to oauth2 when generating securitySchemes (#4073)
3144
* OpenAPI: Fix missing `$ref` when no `type` is used in context (#4076)
32-
* OpenAPI: Fix `response` support via the `openapi_context` (#4116)
33-
* OpenAPI: Fix `Link->requestBody` default value (#4116)
3445
* GraphQL: Fix "Resource class cannot be determined." error when a null iterable field is returned (#4092)
3546
* Metadata: Check the output class when calculating serializer groups (#3696)
36-
* OpenAPI: Using an implicit flow is now valid, changes oauth configuration default values (#4115)
3747

3848
## 2.6.2
3949

0 commit comments

Comments
 (0)