Skip to content

Commit b042788

Browse files
chore(main): release 2.2.1 (#94)
🤖 I have created a release *beep* *boop* --- ## [2.2.1](2.2.0...2.2.1) (2024-08-08) ### Bug Fixes * Allow event retries even if initial request fails to connect ([#93](#93)) ([a9c0150](a9c0150)) * Suppress error log on `es::Error::Eof` ([#96](#96)) ([20d0891](20d0891)) --- 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 20d0891 commit b042788

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.2.0"
2+
"launchdarkly-server-sdk": "2.2.1"
33
}

launchdarkly-server-sdk/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 Rust server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.2.1](https://github.com/launchdarkly/rust-server-sdk/compare/2.2.0...2.2.1) (2024-08-08)
6+
7+
8+
### Bug Fixes
9+
10+
* Allow event retries even if initial request fails to connect ([#93](https://github.com/launchdarkly/rust-server-sdk/issues/93)) ([a9c0150](https://github.com/launchdarkly/rust-server-sdk/commit/a9c01501296be0f12ad23c0c8ee9441c5b531d73))
11+
* Suppress error log on `es::Error::Eof` ([#96](https://github.com/launchdarkly/rust-server-sdk/issues/96)) ([20d0891](https://github.com/launchdarkly/rust-server-sdk/commit/20d0891f410dac7b16d52e1be3aa97e47428114c))
12+
513
## [2.2.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.1.0...2.2.0) (2024-07-19)
614

715

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

0 commit comments

Comments
 (0)