|
1 | 1 | # @neo4j/graphql
|
2 | 2 |
|
| 3 | +## 7.2.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#6446](https://github.com/neo4j/graphql/pull/6446) [`5ed0ac9`](https://github.com/neo4j/graphql/commit/5ed0ac90eb1b5aed73a3bae49600c775c7006c2b) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fixed mutation input type generation for enum and custom scalar list operations. The `push`, `pop`, and `set` operations in list mutation inputs for enums and custom scalars are now correctly marked as optional instead of required. |
| 8 | + |
3 | 9 | ## 7.2.1
|
4 | 10 |
|
5 | 11 | ### Patch Changes
|
|
45 | 51 | ### Patch Changes
|
46 | 52 |
|
47 | 53 | - [#6354](https://github.com/neo4j/graphql/pull/6354) [`76c6445`](https://github.com/neo4j/graphql/commit/76c6445be4ce1afa5ae3d3606247d28f4f02e256) Thanks [@angrykoala](https://github.com/angrykoala)! - Handle the following errors in CDC queries for subscription by resetting the cursor:
|
48 |
| - |
49 | 54 | - 52N27
|
50 | 55 | - 52N28
|
51 | 56 | - 52N30
|
|
257 | 262 | Previously, conditions inside single and some were evaluated separately for each concrete type in the union, requiring all to match. This was incorrect.
|
258 | 263 |
|
259 | 264 | New behavior:
|
260 |
| - |
261 | 265 | - `single`: Now correctly returns actors with exactly one related node across the whole union, rather than per type.
|
262 | 266 | - `some`: Now correctly returns actors with at least one matching related node of any type in the union.
|
263 | 267 |
|
|
667 | 671 | - [#6180](https://github.com/neo4j/graphql/pull/6180) [`eae9bb4`](https://github.com/neo4j/graphql/commit/eae9bb427bb41f8436951400b36aa4f30a8e2b9c) Thanks [@angrykoala](https://github.com/angrykoala)! - Revert dual package bundling. Publishing only cjs package
|
668 | 672 |
|
669 | 673 | - [#5871](https://github.com/neo4j/graphql/pull/5871) [`722c650`](https://github.com/neo4j/graphql/commit/722c6507977072122041e985b94a84a707179f39) Thanks [@angrykoala](https://github.com/angrykoala)! - Deprecate individual mutations in favor of generic mutations
|
670 |
| - |
671 | 674 | - `_SET`
|
672 | 675 | - `_POP`
|
673 | 676 | - `_PUSH`
|
|
877 | 880 | Previously, conditions inside single and some were evaluated separately for each concrete type in the union, requiring all to match. This was incorrect.
|
878 | 881 |
|
879 | 882 | New behavior:
|
880 |
| - |
881 | 883 | - `single`: Now correctly returns actors with exactly one related node across the whole union, rather than per type.
|
882 | 884 | - `some`: Now correctly returns actors with at least one matching related node of any type in the union.
|
883 | 885 |
|
|
1631 | 1633 | ### Patch Changes
|
1632 | 1634 |
|
1633 | 1635 | - [#6046](https://github.com/neo4j/graphql/pull/6046) [`dcf4c76`](https://github.com/neo4j/graphql/commit/dcf4c761b21e8dbce8436e4000eae53f9780923c) Thanks [@angrykoala](https://github.com/angrykoala)! - Add `unsafeEscapeOptions` to `Neo4jGraphQL` features with the following flags:
|
1634 |
| - |
1635 | 1636 | - `disableRelationshipTypeEscaping` (default to `false`)
|
1636 | 1637 | - `disableNodeLabelEscaping` (defaults to `false`)
|
1637 | 1638 |
|
|
1689 | 1690 | ### Patch Changes
|
1690 | 1691 |
|
1691 | 1692 | - [#5871](https://github.com/neo4j/graphql/pull/5871) [`722c650`](https://github.com/neo4j/graphql/commit/722c6507977072122041e985b94a84a707179f39) Thanks [@angrykoala](https://github.com/angrykoala)! - Deprecate individual mutations in favor of generic mutations
|
1692 |
| - |
1693 | 1693 | - `_SET`
|
1694 | 1694 | - `_POP`
|
1695 | 1695 | - `_PUSH`
|
|
1932 | 1932 | - [#5637](https://github.com/neo4j/graphql/pull/5637) [`8832dd6`](https://github.com/neo4j/graphql/commit/8832dd67cfc30faa920dc17831cb241bca757911) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Remove deprecated relationship filters without suffix. Queries which previously used these should migrate over to `_SOME` filters.
|
1933 | 1933 |
|
1934 | 1934 | - [#5662](https://github.com/neo4j/graphql/pull/5662) [`98e04db`](https://github.com/neo4j/graphql/commit/98e04db04fec55bbd244bc15c52a04a3f6e43057) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove support for relationship subscriptions:
|
1935 |
| - |
1936 | 1935 | - `*RelationshipCreated`
|
1937 | 1936 | - `*RelationshipDeleted`
|
1938 | 1937 |
|
|
1997 | 1996 | - [#5649](https://github.com/neo4j/graphql/pull/5649) [`8206edd`](https://github.com/neo4j/graphql/commit/8206eddb54597d60012c8e30cc0c033b2714348f) Thanks [@darrellwarde](https://github.com/darrellwarde)! - The deprecated `options` argument of `assertIndexesAndConstraints` has been removed. Database migrations are outside of the scope of the Neo4j GraphQL Library, and all indexes and constraints will have to be managed manually.
|
1998 | 1997 |
|
1999 | 1998 | - [#5630](https://github.com/neo4j/graphql/pull/5630) [`af866e0`](https://github.com/neo4j/graphql/commit/af866e058d7ba05f50fe0986cbbf63f252439e09) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove deprecated top level arguments for nested operations in mutations:
|
2000 |
| - |
2001 | 1999 | - create
|
2002 | 2000 | - delete
|
2003 | 2001 | - connect
|
|
2045 | 2043 | ```
|
2046 | 2044 |
|
2047 | 2045 | - [#5668](https://github.com/neo4j/graphql/pull/5668) [`ffb2ae3`](https://github.com/neo4j/graphql/commit/ffb2ae31cde5e07ff6c09ec1f592512909f69f81) Thanks [@angrykoala](https://github.com/angrykoala)! - Remove exported types for custom subscriptions engine:
|
2048 |
| - |
2049 | 2046 | - `Neo4jGraphQLSubscriptionsEngine`
|
2050 | 2047 | - `SubscriptionsEvent`
|
2051 | 2048 |
|
|
2171 | 2168 | ### Patch Changes
|
2172 | 2169 |
|
2173 | 2170 | - [#5583](https://github.com/neo4j/graphql/pull/5583) [`d35b00d`](https://github.com/neo4j/graphql/commit/d35b00d0fa19b5c5a5632a3a2485a3ede6d73e3b) Thanks [@angrykoala](https://github.com/angrykoala)! - Deprecates top level arguments for nested operations on updates in favor of traversing the update argument. The deprecated arguments are:
|
2174 |
| - |
2175 | 2171 | - create
|
2176 | 2172 | - delete
|
2177 | 2173 | - connect
|
|
2755 | 2751 | ### Minor Changes
|
2756 | 2752 |
|
2757 | 2753 | - [#4036](https://github.com/neo4j/graphql/pull/4036) [`120e22f8e`](https://github.com/neo4j/graphql/commit/120e22f8ef63af0aa72d2f66841451bc457bfee9) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Schema generation logic improved
|
2758 |
| - |
2759 | 2754 | - allow operations on Interface relationships to Interfaces
|
2760 | 2755 | - add descriptions to generated graphql types
|
2761 | 2756 | - improve schema generation logic
|
|
3432 | 3427 | ### Minor Changes
|
3433 | 3428 |
|
3434 | 3429 | - [#2359](https://github.com/neo4j/graphql/pull/2359) [`3fd44b3ef`](https://github.com/neo4j/graphql/commit/3fd44b3ef08d6eebec3cb1dd51111af8bf4e9fb2) Thanks [@farhadnowzari](https://github.com/farhadnowzari)! - - The `JwksEndpoint` in `Neo4jGraphQLAuthJWKSPlugin` now will accept a function as well which returns a computed endpoint.
|
3435 |
| - |
3436 | 3430 | - The `Secret` in `Neo4jGraphQLAuthJWTPlugin` now will accept a function as well which returns a computed secret.
|
3437 | 3431 |
|
3438 | 3432 | - [#2588](https://github.com/neo4j/graphql/pull/2588) [`ef1822849`](https://github.com/neo4j/graphql/commit/ef182284930c8444c7205e2bc398ef17481e6279) Thanks [@a-alle](https://github.com/a-alle)! - Add `overwrite` argument on connect operation for relationships to standard types and arrays of
|
|
0 commit comments