|
2 | 2 |
|
3 | 3 | ## 2.6.4
|
4 | 4 |
|
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) |
6 | 11 | * Serializer: Fix denormalization of collection with one element in XML (#4154)
|
7 | 12 | * 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) |
8 | 15 | * Doctrine: Fix purging HTTP cache for unreadable relations (#3441)
|
9 | 16 | * Doctrine: Revert #3774 support for binary UUID in search filter (#4134)
|
10 | 17 | * 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) |
11 | 21 | * GraphQL: Partial pagination support (#3223)
|
12 | 22 | * 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 |
16 | 23 | * 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) |
18 | 29 |
|
19 | 30 | ## 2.6.3
|
20 | 31 |
|
|
23 | 34 | * Security: Use a `NullToken` when using the new authenticator manager in the resource access checker (#4067)
|
24 | 35 | * Mercure: Do not use data in options when deleting (#4056)
|
25 | 36 | * Doctrine: Support for foreign identifiers (#4042)
|
| 37 | +* Doctrine: Support for binary UUID in search filter (#3774, reverted in 2.6.4) |
26 | 38 | * Doctrine: Do not add join or lookup for search filter with empty value (#3703)
|
| 39 | +* Doctrine: Reduce code duplication in search filter (#3541) |
27 | 40 | * JSON Schema: Allow generating documentation when property and method start from "is" (property `isActive` and method `isActive`) (#4064)
|
28 | 41 | * OpenAPI: Fix missing 422 responses in the documentation (#4086)
|
29 | 42 | * OpenAPI: Fix error when schema is empty (#4051)
|
30 | 43 | * OpenAPI: Do not set scheme to oauth2 when generating securitySchemes (#4073)
|
31 | 44 | * 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) |
34 | 45 | * GraphQL: Fix "Resource class cannot be determined." error when a null iterable field is returned (#4092)
|
35 | 46 | * 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) |
37 | 47 |
|
38 | 48 | ## 2.6.2
|
39 | 49 |
|
|
0 commit comments