Skip to content

Commit aa56ee5

Browse files
chore(main): release 8.11.2 (#342)
🤖 I have created a release *beep* *boop* --- ## [8.11.2](8.11.1...8.11.2) (2025-12-05) ### Bug Fixes * Fix diagnostic logging for connection results in stream ([#343](#343)) ([d49eaa8](d49eaa8)) * Prevent command injection in FileDataSourceImpl ([#341](#341)) ([9ca4b98](9ca4b98)) --- 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] > Bumps SDK to 8.11.2, updates changelog with two bug fixes, and refreshes provenance instructions. > > - **Version bump**: > - Update `lib/ldclient-rb/version.rb` to `8.11.2`. > - Update `.release-please-manifest.json` to `8.11.2`. > - Update `PROVENANCE.md` `SDK_VERSION` to `8.11.2`. > - **Documentation**: > - Add `8.11.2` entry to `CHANGELOG.md` noting bug fixes: diagnostic logging for stream connection results; prevent command injection in `FileDataSourceImpl`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit bbadc19. 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 d49eaa8 commit aa56ee5

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1"
2+
".": "8.11.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.11.2](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.1...8.11.2) (2025-12-05)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix diagnostic logging for connection results in stream ([#343](https://github.com/launchdarkly/ruby-server-sdk/issues/343)) ([d49eaa8](https://github.com/launchdarkly/ruby-server-sdk/commit/d49eaa895ca370c219439e726771e17154709aa3))
11+
* Prevent command injection in FileDataSourceImpl ([#341](https://github.com/launchdarkly/ruby-server-sdk/issues/341)) ([9ca4b98](https://github.com/launchdarkly/ruby-server-sdk/commit/9ca4b985c58c62f7b8b454d43a8548924fd4715f))
12+
513
## [8.11.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.11.0...8.11.1) (2025-10-10)
614

715

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.1
12+
SDK_VERSION=8.11.2
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.1" # x-release-please-version
2+
VERSION = "8.11.2" # x-release-please-version
33
end

0 commit comments

Comments
 (0)