Skip to content

Releases: launchdarkly/rust-server-sdk

v3.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:23
Immutable release. Only release title and notes can be modified.
5826cd6

3.1.1 (2026-06-08)

Bug Fixes


This PR was generated with Release Please. See documentation.

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 29 May 20:52
Immutable release. Only release title and notes can be modified.
6162080

3.1.0 (2026-05-29)

Features

  • add X-LaunchDarkly-Instance-Id header (SDK-2359) (#170) (370cb10)

This PR was generated with Release Please. See documentation.

v3.0.3

Choose a tag to compare

@github-actions github-actions released this 11 May 17:25
Immutable release. Only release title and notes can be modified.
eae25c5

3.0.3 (2026-05-11)

Bug Fixes

  • keep StreamingDataSource alive on non-Eof stream errors (#168) (b91a9ca)

This PR was generated with Release Please. See documentation.

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:19
Immutable release. Only release title and notes can be modified.
3d4612b

3.0.2 (2026-04-20)

Bug Fixes


This PR was generated with Release Please. See documentation.

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 14:47
1c56702

3.0.1 (2026-03-06)

Bug Fixes


This PR was generated with Release Please. See documentation.

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 14:05
4e5342d

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)
  • Add support for test datasource (0ea0703)
  • Allow filtering all_flags_state to mobile only (0ea0703)
  • Choose crypto library with crypto-(aws-lc-rs|openssl) features (0ea0703)
  • Enable event compression by default (0ea0703)
  • Remove deprecated initialized_async function (0ea0703)
  • Replace local hyper dependency with new launchdarkly-sdk-transport (0ea0703)
  • Support synchronous event sending with new flush_blocking method (0ea0703)

This PR was generated with Release Please. See documentation.

v2.6.3

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:19
2a0e06a

2.6.3 (2026-01-26)

Bug Fixes

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 14:39
06b5925

2.6.2 (2025-12-18)

Bug Fixes

  • Bump eventsource client from v0.14.0 -> v0.16.0 (90ddf72)
  • Bump MSRV from 1.82 to 1.83 (90ddf72)
  • Update aws-lc-rs from v1.13.3 to 1.14.1 (#128) (1295da6)

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:47
f7de5ac

2.6.1 (2025-08-27)

Bug Fixes

  • Replace ring usage with aws lc rs for FIPS compliance (#124) (843355e)

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:00
0636128

2.6.0 (2025-07-08)

Features

  • Inline context for custom and migration op events (#120) (7a5da5c)

Bug Fixes