1
1
# Changelog
2
+ =======
3
+
4
+ ## 2.7.0-beta.3
5
+
6
+ * Metadata: use the HTTP method instead of an interface for writability (#4785 )
7
+ * Cache: IriConverter gets called only for resources (#4796 )
8
+ * JsonApi: Use skolem IRIs (#4796 )
9
+ * Metadata: Merge defaults instead of overriding (#4796 )
10
+ * ApiTestCase: Fix JSON Schema assertions (#4796 )
11
+ * Metadata: Cast YAML/XML values properly (#4800 )
12
+ * Symfony: fix deprecations (#4795 #4801 #4802 )
13
+ * Input/Output: backport serializer changes to make input/output work as resource classes without data transformers (#4804 )
14
+ * GraphQl: the SerializerContextBuilder interface changes to reflect operation instead of the operation name ** BC** (#4804 )
15
+
16
+ ## 2.7.0-beta.2
17
+
18
+ * Processor: adds ` previous_data ` to the context (#4776 )
19
+ * Doctrine: fix filter binding (#4789 )
20
+ * Cache: fix headers not being read from metadata (#4777 )
2
21
3
22
## 2.7.0-beta
4
23
5
- Json-Ld: property metadata types and iris (#4769 )
6
- Symfony: write listener uri variables converter (#4774 )
7
- Metadata: extra properties operation inheritance (#4773 )
24
+ * Json-Ld: property metadata types and iris (#4769 )
25
+ * Symfony: write listener uri variables converter (#4774 )
26
+ * Metadata: extra properties operation inheritance (#4773 )
8
27
9
28
** BC**
10
29
@@ -14,17 +33,17 @@ Doctrine: new interfaces for Filters and Extensions ready, switch to the `ApiPla
14
33
15
34
## 2.7.0-alpha.7
16
35
17
- Metadata: defaults deprecation (#4772 )
36
+ * Metadata: defaults deprecation (#4772 )
18
37
19
38
## 2.7.0-alpha.6
20
39
21
- GraphQl: output creates its own type in TypeBuilder (#4766 )
22
- Metadata: clear missing metadata cache pools (#4770 )
23
- Metadata: property override when value is set (#4767 )
24
- Metadata: add read and write to extractor (#4760 )
25
- JsonSchema: factory backward compatibility layer (#4758 )
26
- Metadata: defaults properly overrides metadata (#4759 )
27
- Metadata: Add missing processor and provider to extractor (#4754 )
40
+ * GraphQl: output creates its own type in TypeBuilder (#4766 )
41
+ * Metadata: clear missing metadata cache pools (#4770 )
42
+ * Metadata: property override when value is set (#4767 )
43
+ * Metadata: add read and write to extractor (#4760 )
44
+ * JsonSchema: factory backward compatibility layer (#4758 )
45
+ * Metadata: defaults properly overrides metadata (#4759 )
46
+ * Metadata: Add missing processor and provider to extractor (#4754 )
28
47
29
48
## 2.7.0-alpha.5
30
49
0 commit comments