Skip to content

Commit fb5c1ef

Browse files
committed
Update the changelog
1 parent e2ef9c6 commit fb5c1ef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
## 2.1.2
4+
5+
* PHP 7.2 compatibility
6+
* Symfony 4 compatibility
7+
* Fix the Swagger UI documentation for specific routes (the API request wasn't executed automatically anymore)
8+
* Add a missing cache tag on empty collections
9+
* Fix a missing service when no Varnish URL is defined
10+
* Fix the whitelist comparison in the property filer
11+
* Fix some bugs regarding subresources in the Swagger and Hydra normalizers
12+
* Make route requirements configurable
13+
* Make possible to configure the Swagger context for properties
14+
* Better exception messages when there is a content negotiation error
15+
* Use the `PriorityTaggedServiceTrait` provided by Symfony instead of a custom implementation
16+
* Test upstream libs deprecations
17+
* Various quality fixes and tests cleanup
18+
319
## 2.1.1
420

521
* Fix path generators

0 commit comments

Comments
 (0)