Skip to content

Commit 9bc1982

Browse files
committed
Merge 3.2
2 parents c3e2e5b + 9edacab commit 9bc1982

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,12 @@ api_platform:
264264
form: ['multipart/form-data']
265265
```
266266

267+
## v3.2.26
268+
269+
### Bug fixes
270+
271+
* [6776231ed](https://github.com/api-platform/core/commit/6776231eddebb8dbb9efdc66dec29247172cf0ea) fix: remove useless deprecation (#6481)
272+
267273
## v3.2.25
268274

269275
### Bug fixes

src/Documentation/Action/DocumentationAction.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ class: OpenApi::class,
100100
if ('html' === $format) {
101101
$operation = $operation->withProcessor('api_platform.swagger_ui.processor')->withWrite(true);
102102
}
103-
if ('json' === $format) {
104-
trigger_deprecation('api-platform/core', '3.2', 'The "json" format is too broad, use "jsonopenapi" instead.');
105-
}
106103

107104
return $this->processor->process($this->provider->provide($operation, [], $context), $operation, [], $context);
108105
}

0 commit comments

Comments
 (0)