Skip to content

Commit 1a39532

Browse files
committed
docs: changelog 4.2.3
1 parent 5e45261 commit 1a39532

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

3+
## v4.2.3
4+
5+
### Bug fixes
6+
7+
* [4fa6d3fa2](https://github.com/api-platform/core/commit/4fa6d3fa2a8d26b33318a19298cea3cd5ee43470) fix(laravel): groups with input/output
8+
* [9416083f7](https://github.com/api-platform/core/commit/9416083f7631b28093f3c79db995862338477137) fix(state): object mapper aware interface (#7486)
9+
* [99718d954](https://github.com/api-platform/core/commit/99718d9547ab8b064f1184c7ec2b15d882853dcb) fix(serializer): resilient denormalizeRelation capability (#7474)
10+
* [9b2f98610](https://github.com/api-platform/core/commit/9b2f98610cbf661335416880fcd25052468107b3) fix(metadata): eliminate duplicate keys in the constructor of `Parameters` (#7492)
11+
* [a26c35840](https://github.com/api-platform/core/commit/a26c358404ed1c100dc3472fe00600368bb611f3) fix(doctrine): properly set properties according to interface (#7487)
12+
* [a2867e986](https://github.com/api-platform/core/commit/a2867e986cea5c63ca79b19cf9a1b929edb94b79) fix(laravel): serializer attributes on Eloquent methods (#7416)
13+
* [aea8113e0](https://github.com/api-platform/core/commit/aea8113e0a0f0b591599e31f876d92af2b127695) fix(json-schema): move `member` property out of `HydraCollectionBaseSchema` (#7456)
14+
* [b59626a97](https://github.com/api-platform/core/commit/b59626a970e8f7f7b5225b7e4802584a7674c09d) fix(symfony): add missing symfony/asset dependency (#7491)
15+
* [ddf4c0b5e](https://github.com/api-platform/core/commit/ddf4c0b5e6bd048ef9b702cd77b89bbbcbbf9a1f) fix(graphql): stateOptions to get filter class (#7485)
16+
* [ebe6dc9a2](https://github.com/api-platform/core/commit/ebe6dc9a2417a3fa46ba358abd32bbcfb895b76e) fix(jsonschema): fallback the schema for `mixed` properties to `string|null` instead of `null` (#7489)
17+
* [fa6e206cc](https://github.com/api-platform/core/commit/fa6e206cc3cf20aa4535ad2fd83d9e53f56e713c) fix(state): detect mapping on source (#7475)
18+
* [fafbe5c7b](https://github.com/api-platform/core/commit/fafbe5c7b1418c33baea2506458449562001d2fa) fix(validator): custom message was not translated (#7424)
19+
20+
21+
### Features
22+
23+
* [f5c257dab](https://github.com/api-platform/core/commit/f5c257dab98624e99e57603692a73b6b3ae5c7f0) feat(symfony): convert routing files to php-dsl (#7463)
24+
325
## v4.2.2
426

527
### Bug fixes

0 commit comments

Comments
 (0)