From b6c807ee7848a6d7abc3563a08409b03632ff003 Mon Sep 17 00:00:00 2001 From: Marijn van Wezel Date: Sat, 7 Feb 2026 17:03:19 +0100 Subject: [PATCH] Release 7.0 --- CHANGELOG.md | 3 ++- LIFECYCLE.md | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ea160..a3b5ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LIFECYCLE.md b/LIFECYCLE.md index 81a1c43..9e1164e 100644 --- a/LIFECYCLE.md +++ b/LIFECYCLE.md @@ -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 |