You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 2.5.0 beta 2
4
+
5
+
* GraphQL: Add support for multipart request so user can create custom file upload mutations (#3041)
6
+
* GraphQL: Add support for name converter (#2765)
7
+
3
8
## 2.5.0 beta 1
4
9
5
10
* Add an HTTP client dedicated to functional API testing (#2608)
@@ -22,15 +27,15 @@
22
27
* Order filter now documents `asc`/`desc` as enum (#2971)
23
28
* GraphQL: **BC Break** Separate `query` resource operation attribute into `item_query` and `collection_query` operations so user can use different security and serialization groups for them (#2944, #3015)
24
29
* GraphQL: Add support for custom queries and mutations (#2447)
25
-
* GraphQL: Add support for custom types
30
+
* GraphQL: Add support for custom types (#2492)
26
31
* GraphQL: Better pagination support (backwards pagination) (#2142)
27
-
* GraphQL: Support the pagination per resource
32
+
* GraphQL: Support the pagination per resource (#3035)
28
33
* GraphQL: Add the concept of *stages* in the workflow of the resolvers and add the possibility to disable them with operation attributes (#2959)
29
-
* GraphQL: Add GraphQL Playground besides GraphiQL and add the possibility to change the default IDE (or to disable it) for the GraphQL endpoint
34
+
* GraphQL: Add GraphQL Playground besides GraphiQL and add the possibility to change the default IDE (or to disable it) for the GraphQL endpoint (#2956, #2961)
30
35
* GraphQL: Add a command to print the schema in SDL `api:graphql:export > schema.graphql` (#2600)
31
-
* GraphQL: Improve serialization performance by avoiding calls to the `serialize` PHP function
32
-
* GraphQL: Allow to use a search and an exist filter on the same resource
33
-
* GraphQL: Refactor the architecture of the whole system to allow the decoration of useful services (`TypeConverter` to manage custom types, `SerializerContextBuilder` to modify the (de)serialization context dynamically, etc.)
36
+
* GraphQL: Improve serialization performance by avoiding calls to the `serialize` PHP function (#2576)
37
+
* GraphQL: Allow to use a search and an exist filter on the same resource (#2243)
38
+
* GraphQL: Refactor the architecture of the whole system to allow the decoration of useful services (`TypeConverter` to manage custom types, `SerializerContextBuilder` to modify the (de)serialization context dynamically, etc.) (#2772)
0 commit comments