File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 2.1.1
4
20
5
21
* Fix path generators
You can’t perform that action at this time.
0 commit comments