From af8413f4793bd2777b7fe0a06dd6fd00f1602004 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:07:00 +0000 Subject: [PATCH] chore(2.x): release 2.17.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5be2c5d4..6846c98b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0724a82d..7c0cd082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.17.0](https://github.com/cycle/database/compare/2.16.0...2.17.0) (2026-05-14) + + +### Features + +* Add server-side cursors for streaming SELECT results ([#247](https://github.com/cycle/database/issues/247)) ([2acc10e](https://github.com/cycle/database/commit/2acc10e0e709c24f35fc3d0d93cf57189ead89fb)) + + +### Code Refactoring + +* Rename `CursorableInterface` to `CursorInterface` ([89dbfda](https://github.com/cycle/database/commit/89dbfdabf3361655316870ade76155a9fa545712)) + ## [2.16.0](https://github.com/cycle/database/compare/2.15.2...2.16.0) (2026-03-19)