Skip to content

Commit 4f9c4fb

Browse files
authored
Merge 4.1
2 parents 79edced + d4a053e commit 4f9c4fb

File tree

57 files changed

+1000
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1000
-242
lines changed

.commitlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"elasticsearch",
1414
"mongodb",
1515
"jsonld",
16+
"httpcache",
1617
"hydra",
1718
"httpcache",
1819
"jsonapi",

CHANGELOG.md

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

3+
## v4.1.11 - v4.1.12
4+
5+
### Bug fixes
6+
7+
* [b14a463a9](https://github.com/api-platform/core/commit/b14a463a9da8a285eba1b0adc63ca4121efb0dce) fix(laravel): register error handler without graphql
8+
9+
## v4.1.10
10+
11+
### Bug fixes
12+
13+
* [329acf21e](https://github.com/api-platform/core/commit/329acf21e3a8618136a21b9121c5891f1fe6b9e8) fix(metadata): infer parameter string type from schema (#7161)
14+
* [5459ba375](https://github.com/api-platform/core/commit/5459ba375b0e7ffd1c783a6e18a6452769eaff46) fix(metadata): parameter cast to array flag (#7160)
15+
* [fe73002bf](https://github.com/api-platform/core/commit/fe73002bf5ae64adb1eb9e310dc62ff158de094d) fix(laravel): duplicated property names
16+
* [b0390080e](https://github.com/api-platform/core/commit/b0390080e90be9ac494c8b4d968e59a4962f32ca) fix(laravel): name convert validation property path
17+
* [730d17a30](https://github.com/api-platform/core/commit/730d17a306df4b92082484a19e82c5e150537331) fix(laravel): validate the model instead of body
18+
* [4d66f5ef3](https://github.com/api-platform/core/commit/4d66f5ef313fe3857611e8345702a10019c79ec5) fix(laravel): persist embeded relations with groups
19+
* [39123942a](https://github.com/api-platform/core/commit/39123942a0e1ff9dfb1e46f4a410160e3cd3fbd7) fix(laravel): register error handler without graphql
20+
* [fd010ea1b](https://github.com/api-platform/core/commit/fd010ea1be86073f5d8905d5640846390ade7ce6) fix(openapi): nullable externalDocs return type
21+
* [470c2e8bd](https://github.com/api-platform/core/commit/470c2e8bdf8d7a7502c02d2b681ced2001e2c1cc) fix(httpcache): iri cache tag for collection operation with path parameter
22+
* [9c0dbb653](https://github.com/api-platform/core/commit/9c0dbb65319beb89193e653e14c99352ac529a55) fix(state): do not expose FQCN in DeserializeProvider on PartialDenormalizationException (#7158)
23+
* [f78986000](https://github.com/api-platform/core/commit/f789860009888582791611a31d6084c620050615) fix(serializer): exception message to not expose resource FQCN (#7156)
24+
25+
### Features
26+
27+
* [767fa926b](https://github.com/api-platform/core/commit/767fa926b10bef771e896300b8e796287392d8c0) feat(laravel): add name_converter option
28+
329
## v4.1.9
430

531
### Bug fixes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"ramsey/uuid": "^4.7",
157157
"ramsey/uuid-doctrine": "^2.0",
158158
"soyuka/contexts": "^3.3.10",
159-
"soyuka/pmu": "^0.1.0",
159+
"soyuka/pmu": "^0.2.0",
160160
"soyuka/stubs-mongodb": "^1.0",
161161
"symfony/asset": "^6.4 || ^7.0",
162162
"symfony/browser-kit": "^6.4 || ^7.0",

src/Doctrine/Common/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
],
2525
"require": {
2626
"php": ">=8.2",
27-
"api-platform/metadata": "^4.1",
28-
"api-platform/state": "^4.1.8",
27+
"api-platform/metadata": "^4.1.11",
28+
"api-platform/state": "^4.1.11",
2929
"doctrine/collections": "^2.1",
3030
"doctrine/common": "^3.2.2",
3131
"doctrine/persistence": "^3.2"

src/Doctrine/Odm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
],
2626
"require": {
2727
"php": ">=8.2",
28-
"api-platform/doctrine-common": "^4.1",
29-
"api-platform/metadata": "^4.1",
30-
"api-platform/state": "^4.1.8",
28+
"api-platform/doctrine-common": "^4.1.11",
29+
"api-platform/metadata": "^4.1.11",
30+
"api-platform/state": "^4.1.11",
3131
"doctrine/mongodb-odm": "^2.10",
3232
"symfony/property-info": "^6.4 || ^7.1",
3333
"symfony/type-info": "v7.3.0-BETA1"

src/Doctrine/Orm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": ">=8.2",
27-
"api-platform/doctrine-common": "^4.1",
28-
"api-platform/metadata": "^4.1",
29-
"api-platform/state": "^4.1.8",
27+
"api-platform/doctrine-common": "^4.1.11",
28+
"api-platform/metadata": "^4.1.11",
29+
"api-platform/state": "^4.1.11",
3030
"doctrine/orm": "^2.17 || ^3.0",
3131
"symfony/property-info": "^6.4 || ^7.1"
3232
},

src/Documentation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=8.2",
24-
"api-platform/metadata": "^4.1"
24+
"api-platform/metadata": "^4.1.11"
2525
},
2626
"extra": {
2727
"branch-alias": {

src/Elasticsearch/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": ">=8.2",
27-
"api-platform/metadata": "^4.1",
28-
"api-platform/serializer": "^4.1",
29-
"api-platform/state": "^4.1",
27+
"api-platform/metadata": "^4.1.11",
28+
"api-platform/serializer": "^4.1.11",
29+
"api-platform/state": "^4.1.11",
3030
"elasticsearch/elasticsearch": "^7.17 || ^8.4",
3131
"symfony/cache": "^6.4 || ^7.0",
3232
"symfony/console": "^6.4 || ^7.0",

src/GraphQl/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"require": {
2323
"php": ">=8.2",
24-
"api-platform/metadata": "^4.1",
25-
"api-platform/state": "^4.1",
26-
"api-platform/serializer": "^4.1",
24+
"api-platform/metadata": "^4.1.11",
25+
"api-platform/state": "^4.1.11",
26+
"api-platform/serializer": "^4.1.11",
2727
"symfony/property-info": "^6.4 || ^7.1",
2828
"symfony/serializer": "^6.4 || ^7.0",
2929
"symfony/type-info": "v7.3.0-BETA1",

src/Hal/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": ">=8.2",
25-
"api-platform/state": "^4.1",
26-
"api-platform/metadata": "^4.1",
27-
"api-platform/serializer": "^3.4 || ^4.0",
25+
"api-platform/state": "^4.1.11",
26+
"api-platform/metadata": "^4.1.11",
27+
"api-platform/serializer": "^4.1.11",
2828
"symfony/type-info": "v7.3.0-BETA1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)