Skip to content

Commit ba1cbda

Browse files
Merge pull request #106 from neo4j-php/release-7
Release 7.0
2 parents 5b56ee9 + b6c807e commit ba1cbda

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ file. A changelog has been kept from version 5.0.0 onwards.
66
The format is based on [Keep a Changelog], and this project adheres to
77
[Semantic Versioning].
88

9-
## 7.0.0 - T.B.D.
9+
## 7.0.0 - 2026-02-07
1010

1111
### Added
1212

1313
- Added support for operator chaining (e.g. `a > b > c`).
1414
- Added support for `shortestPath` and `allShortestPaths` pattern constructs.
1515
- Added support for shortest path constructs (`SHORTEST k`, `ALL SHORTEST`, `SHORTEST k GROUPS`, and `ANY`).
16+
- Added the `variable()` method to nodes, to allow for easier re-use of matched nodes in `CREATE` clauses.
1617

1718
### Changed
1819

LIFECYCLE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ loss and/or corruption.
1616

1717
## Supported versions
1818

19-
| Major version | PHP version | Initial release | End of bugfix support |
20-
|------------------|-------------|-------------------|-----------------------|
21-
| php-cypher-dsl 5 | >=7.4 | Jan 9th, 2023 | Mar 19th, 2024 |
22-
| php-cypher-dsl 6 | >=7.4 | Sep 19th, 2023 | To be determined |
23-
| php-cypher-dsl 7 | >=8.1 | To be determined | To be determined |
19+
| Major version | PHP version | Initial release | End of bugfix support |
20+
|------------------|-------------|-----------------|-----------------------|
21+
| php-cypher-dsl 5 | >=7.4 | Jan 9th, 2023 | Mar 19th, 2024 |
22+
| php-cypher-dsl 6 | >=7.4 | Sep 19th, 2023 | Aug 7th, 2026 |
23+
| php-cypher-dsl 7 | >=8.1 | Feb 7th, 2026 | To be determined |

0 commit comments

Comments
 (0)