Skip to content

Commit 719a172

Browse files
chore(main): release 2.4.0 (#103)
🤖 I have created a release *beep* *boop* --- ## [2.4.0](2.3.0...2.4.0) (2024-12-05) ### Features * Add option to enable compression of event payloads ([#102](#102)) ([5cc7aac](5cc7aac)) --- 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 5cc7aac commit 719a172

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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-
"launchdarkly-server-sdk": "2.3.0"
2+
"launchdarkly-server-sdk": "2.4.0"
33
}

launchdarkly-server-sdk/CHANGELOG.md

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

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

5+
## [2.4.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.3.0...2.4.0) (2024-12-05)
6+
7+
8+
### Features
9+
10+
* Add option to enable compression of event payloads ([#102](https://github.com/launchdarkly/rust-server-sdk/issues/102)) ([5cc7aac](https://github.com/launchdarkly/rust-server-sdk/commit/5cc7aacc3ce641f94faffa06f24ac5cbeff08ce6))
11+
512
## [2.3.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.2.1...2.3.0) (2024-10-24)
613

714

launchdarkly-server-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "launchdarkly-server-sdk"
33
description = "LaunchDarkly Server-Side SDK"
4-
version = "2.3.0"
4+
version = "2.4.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
77
rust-version = "1.74.0" # MSRV

0 commit comments

Comments
 (0)