Skip to content

Commit 5c0fed4

Browse files
chore(main): release open-feature-flagd 0.0.7 (#45)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent b6425f4 commit 5c0fed4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"crates/env-var": "0.1.0",
3-
"crates/flagd": "0.0.6",
3+
"crates/flagd": "0.0.7",
44
"crates/flipt": "0.1.0"
55
}

crates/flagd/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.6...open-feature-flagd-v0.0.7) (2025-06-01)
4+
5+
6+
### ✨ New Features
7+
8+
* Add `Send + Sync` trait bounds to error types in flagd `RpcResolver` ([#46](https://github.com/open-feature/rust-sdk-contrib/issues/46)) ([7959cf3](https://github.com/open-feature/rust-sdk-contrib/commit/7959cf35e73722c0d53834729a0beab8a8d3d046))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update rust crate testcontainers to 0.24.0 ([#42](https://github.com/open-feature/rust-sdk-contrib/issues/42)) ([b24b54d](https://github.com/open-feature/rust-sdk-contrib/commit/b24b54d9c112205c2f41264b51836c2d428594b6))
14+
15+
16+
### 🚀 Performance
17+
18+
* chore: flagd: Update dependencies, reuse reqwest client for better performance, add cargo audit to CI ([#47](https://github.com/open-feature/rust-sdk-contrib/issues/47)) ([b6425f4](https://github.com/open-feature/rust-sdk-contrib/commit/b6425f447bb8e91abaa1ab35cf16a89437d62f47))
19+
320
## [0.0.6](https://github.com/open-feature/rust-sdk-contrib/compare/open-feature-flagd-v0.0.5...open-feature-flagd-v0.0.6) (2025-04-12)
421

522

crates/flagd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-feature-flagd"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2021"
55
rust-version = "1.83" # MSRV
66
description = "The official flagd provider for OpenFeature."

0 commit comments

Comments
 (0)