Skip to content

Commit a99ce05

Browse files
chore(main): release 8.7.1 (#296)
🤖 I have created a release *beep* *boop* --- ## [8.7.1](8.7.0...8.7.1) (2024-09-06) ### Bug Fixes * Add additional payload filter key validation ([#295](#295)) ([75d6c6a](75d6c6a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75d6c6a commit a99ce05

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.7.0"
2+
".": "8.7.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.7.1](https://github.com/launchdarkly/ruby-server-sdk/compare/8.7.0...8.7.1) (2024-09-06)
6+
7+
8+
### Bug Fixes
9+
10+
* Add additional payload filter key validation ([#295](https://github.com/launchdarkly/ruby-server-sdk/issues/295)) ([75d6c6a](https://github.com/launchdarkly/ruby-server-sdk/commit/75d6c6af595350f3a10e6215edb06647d5f0ea13))
11+
512
## [8.7.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.6.0...8.7.0) (2024-07-25)
613

714
This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs.

PROVENANCE.md

+1-1
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.7.0
12+
SDK_VERSION=8.7.1
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-rb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "8.7.0" # x-release-please-version
2+
VERSION = "8.7.1" # x-release-please-version
33
end

0 commit comments

Comments
 (0)