Skip to content

Commit 4e5342d

Browse files
chore(main): release 3.0.0 (#158)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](2.6.3...3.0.0) (2026-03-04) ### ⚠ BREAKING CHANGES * Remove deprecated initialized_async function * Allow filtering all_flags_state to mobile only * Add native-tls feature * Enable event compression by default * Replace local hyper dependency with new launchdarkly-sdk-transport ### Features * Add native-tls feature ([0ea0703](0ea0703)) * Add support for test datasource ([0ea0703](0ea0703)) * Allow filtering all_flags_state to mobile only ([0ea0703](0ea0703)) * Choose crypto library with crypto-(aws-lc-rs|openssl) features ([0ea0703](0ea0703)) * Enable event compression by default ([0ea0703](0ea0703)) * Remove deprecated initialized_async function ([0ea0703](0ea0703)) * Replace local hyper dependency with new launchdarkly-sdk-transport ([0ea0703](0ea0703)) * Support synchronous event sending with new flush_blocking method ([0ea0703](0ea0703)) --- 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 0ea0703 commit 4e5342d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.6.3"
2+
"launchdarkly-server-sdk": "3.0.0"
33
}

launchdarkly-server-sdk/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [3.0.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.6.3...3.0.0) (2026-03-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Remove deprecated initialized_async function
11+
* Allow filtering all_flags_state to mobile only
12+
* Add native-tls feature
13+
* Enable event compression by default
14+
* Replace local hyper dependency with new launchdarkly-sdk-transport
15+
16+
### Features
17+
18+
* Add native-tls feature ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
19+
* Add support for test datasource ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
20+
* Allow filtering all_flags_state to mobile only ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
21+
* Choose crypto library with crypto-(aws-lc-rs|openssl) features ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
22+
* Enable event compression by default ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
23+
* Remove deprecated initialized_async function ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
24+
* Replace local hyper dependency with new launchdarkly-sdk-transport ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
25+
* Support synchronous event sending with new flush_blocking method ([0ea0703](https://github.com/launchdarkly/rust-server-sdk/commit/0ea0703db22444f97f7e4fd42d74c18a43d4859d))
26+
527
## [2.6.3](https://github.com/launchdarkly/rust-server-sdk/compare/2.6.2...2.6.3) (2026-01-26)
628

729

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.6.3"
4+
version = "3.0.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
77
rust-version = "1.91.0" # MSRV

0 commit comments

Comments
 (0)