From 142719c72a4deaabe7d21dc86558f941b9210412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:16:44 +0000 Subject: [PATCH] chore(main): release 8.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ PROVENANCE.md | 2 +- lib/ldclient-rb/version.rb | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ff1871a..f585132a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.16.0" + ".": "8.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c218f8c0..4c15f82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.17.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.16.0...8.17.0) (2026-09-08) + + +### Features + +* warn that payload filtering has no effect with FDv2 ([#434](https://github.com/launchdarkly/ruby-server-sdk/issues/434)) ([fbe6fb4](https://github.com/launchdarkly/ruby-server-sdk/commit/fbe6fb4928f7dda42b99bc9ed5863a9acf323fab)) + + +### Bug Fixes + +* Stop repeating tasks promptly instead of waiting out the sleep ([#432](https://github.com/launchdarkly/ruby-server-sdk/issues/432)) ([b4baad3](https://github.com/launchdarkly/ruby-server-sdk/commit/b4baad334a499d2f2c6bf522b3dfd91c19df0b54)) + ## [8.16.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.15.1...8.16.0) (2026-09-02) diff --git a/PROVENANCE.md b/PROVENANCE.md index 1993230a..4367c4a1 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=8.16.0 +SDK_VERSION=8.17.0 ``` diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index bb64014d..759d8ddf 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "8.16.0" # x-release-please-version + VERSION = "8.17.0" # x-release-please-version end