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