Skip to content

Commit 2605552

Browse files
chore(main): release 8.12.0 (#357)
🤖 I have created a release *beep* *boop* --- ## [8.12.0](8.11.3...8.12.0) (2026-01-30) ### Features * Support FDv2 through the configs new data_system_config option ([368aa3c](368aa3c)) ### Bug Fixes * Update feature store interface doc to align with existing code that expects symbols not strings ([595f91a](595f91a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata/documentation and version constant updates only; no functional code changes are included in this diff. > > **Overview** > **Release bump to `8.12.0`.** Updates the SDK version in `lib/ldclient-rb/version.rb` and `.release-please-manifest.json`, and adds the `8.12.0` entry to `CHANGELOG.md` (noting FDv2 support via new `data_system_config` option and a feature store docs fix). > > Updates `PROVENANCE.md` example commands to reference `SDK_VERSION=8.12.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3f9b0cc. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 368aa3c commit 2605552

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.11.3"
2+
".": "8.12.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.12.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.3...8.12.0) (2026-01-30)
6+
7+
8+
### Features
9+
10+
* Support FDv2 through the configs new data_system_config option ([368aa3c](https://github.com/launchdarkly/ruby-server-sdk/commit/368aa3c45f46ca0ba1e706330d67d3a8d36d4c55))
11+
12+
13+
### Bug Fixes
14+
15+
* Update feature store interface doc to align with existing code that expects symbols not strings ([595f91a](https://github.com/launchdarkly/ruby-server-sdk/commit/595f91abc26864ca52f712e7a52965b48636955e))
16+
517
## [8.11.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.2...8.11.3) (2026-01-20)
618

719

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=8.11.3
12+
SDK_VERSION=8.12.0
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "8.11.3" # x-release-please-version
2+
VERSION = "8.12.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)