Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ file. A changelog has been kept from version 5.0.0 onwards.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## 7.0.0 - T.B.D.
## 7.0.0 - 2026-02-07

### Added

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

### Changed

Expand Down
10 changes: 5 additions & 5 deletions LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ loss and/or corruption.

## Supported versions

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