Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"confidence-resolver": "0.19.0",
"confidence-cloudflare-resolver": "0.10.6",
"confidence-resolver": "0.19.1",
"confidence-cloudflare-resolver": "0.11.0",
"wasm-msg": "0.2.1",
"wasm/rust-guest": "0.2.5",
"openfeature-provider/java": "0.15.2",
"openfeature-provider/js": "0.15.2",
"openfeature-provider/go": "0.18.0",
"wasm/rust-guest": "0.3.0",
"openfeature-provider/java": "0.16.0",
"openfeature-provider/js": "0.16.0",
"openfeature-provider/go": "0.19.0",
"openfeature-provider/ruby": "0.1.4",
"openfeature-provider/rust": "0.6.1",
"openfeature-provider/python": "0.8.0"
"openfeature-provider/rust": "0.7.0",
"openfeature-provider/python": "0.9.0"
}
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions confidence-cloudflare-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.11.0](https://github.com/spotify/confidence-resolver/compare/confidence-cloudflare-resolver-v0.10.6...confidence-cloudflare-resolver-v0.11.0) (2026-07-07)


### Features

* **cloudflare:** add sticky assignment support via KV store ([#464](https://github.com/spotify/confidence-resolver/issues/464)) ([ef8aaaa](https://github.com/spotify/confidence-resolver/commit/ef8aaaa84296dfa51c4a3186ff6bf6731cb55332))
* **cloudflare:** decrypt encrypted CDN state before embedding ([#462](https://github.com/spotify/confidence-resolver/issues/462)) ([218546d](https://github.com/spotify/confidence-resolver/commit/218546d69ff8f9fc4f1fe86aa1d56979f12428e8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* confidence_resolver bumped from 0.19.0 to 0.19.1

## [0.10.6](https://github.com/spotify/confidence-resolver/compare/confidence-cloudflare-resolver-v0.10.5...confidence-cloudflare-resolver-v0.10.6) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions confidence-cloudflare-resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "confidence-cloudflare-resolver"
version = "0.10.6"
version = "0.11.0"
edition = "2021"
authors = []
# Remove this line if you want to be able to publish this crate as open source on crates.io.
Expand All @@ -22,7 +22,7 @@ ignored = ["getrandom"]

[dependencies]
bytes = "1.10.1"
confidence_resolver = { path = "../confidence-resolver", version = "0.19.0" }
confidence_resolver = { path = "../confidence-resolver", version = "0.19.1" }
getrandom = { version = "0.3.3", features = ["wasm_js"] }
worker = { version= "0.6.1", features=['queue'] }
base64 = "0.22.1"
Expand Down
7 changes: 7 additions & 0 deletions confidence-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.1](https://github.com/spotify/confidence-resolver/compare/confidence_resolver-v0.19.0...confidence_resolver-v0.19.1) (2026-07-07)


### Bug Fixes

* **resolver:** bucket-match materialized assignments with duplicate variants ([#345](https://github.com/spotify/confidence-resolver/issues/345)) ([daf56cf](https://github.com/spotify/confidence-resolver/commit/daf56cfb4e520a84a9e97518b28d80ca3ee4b25a))

## [0.19.0](https://github.com/spotify/confidence-resolver/compare/confidence_resolver-v0.18.1...confidence_resolver-v0.19.0) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion confidence-resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "confidence_resolver"
version = "0.19.0"
version = "0.19.1"
edition = "2021"
description = "Local resolver for Confidence feature flags"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion confidence-resolver/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "0.19.0"; // x-release-please-version
pub const VERSION: &str = "0.19.1"; // x-release-please-version
22 changes: 22 additions & 0 deletions openfeature-provider/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.19.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider/go/v0.18.0...openfeature-provider/go/v0.19.0) (2026-07-07)


### Features

* **go:** support encrypted CDN resolver state ([#459](https://github.com/spotify/confidence-resolver/issues/459)) ([0602dc9](https://github.com/spotify/confidence-resolver/commit/0602dc92e5a1ca76cb102bfdeaf4c4b289c86102))
* **providers:** retry flag log writes and improve error reporting ([#453](https://github.com/spotify/confidence-resolver/issues/453)) ([781533c](https://github.com/spotify/confidence-resolver/commit/781533ccd176d2795efad3d6b40de855f5a0770a))
* **wasm:** add encrypted CDN state decryption support ([#456](https://github.com/spotify/confidence-resolver/issues/456)) ([694c453](https://github.com/spotify/confidence-resolver/commit/694c453789d9b508a37b006c362711deb6b73413))


### Bug Fixes

* **providers:** flush logs before state update to reduce WASM memory growth ([#469](https://github.com/spotify/confidence-resolver/issues/469)) ([633b269](https://github.com/spotify/confidence-resolver/commit/633b2695e50e7ffff5a3d3b0140fe7bb200ceead))
* **resolver:** bucket-match materialized assignments with duplicate variants ([#345](https://github.com/spotify/confidence-resolver/issues/345)) ([daf56cf](https://github.com/spotify/confidence-resolver/commit/daf56cfb4e520a84a9e97518b28d80ca3ee4b25a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.2.5 to 0.3.0

## [0.18.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider/go/v0.17.1...openfeature-provider/go/v0.18.0) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfeature-provider-go"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
publish = false

Expand All @@ -17,4 +17,4 @@ path = "Cargo.toml"
crate-type = []

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.5" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.3.0" }
2 changes: 1 addition & 1 deletion openfeature-provider/go/confidence/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package confidence

// Version is the current version of the Confidence OpenFeature provider.
// This version is updated automatically by release-please.
const Version = "0.18.0" // x-release-please-version
const Version = "0.19.0" // x-release-please-version
20 changes: 20 additions & 0 deletions openfeature-provider/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.16.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.15.2...openfeature-provider-java-v0.16.0) (2026-07-07)


### Features

* **java:** support encrypted CDN resolver state ([#458](https://github.com/spotify/confidence-resolver/issues/458)) ([4cc56f5](https://github.com/spotify/confidence-resolver/commit/4cc56f542d0e352155cfa1ed1e0215fd0376be42))
* **providers:** retry flag log writes and improve error reporting ([#453](https://github.com/spotify/confidence-resolver/issues/453)) ([781533c](https://github.com/spotify/confidence-resolver/commit/781533ccd176d2795efad3d6b40de855f5a0770a))


### Bug Fixes

* **providers:** flush logs before state update to reduce WASM memory growth ([#469](https://github.com/spotify/confidence-resolver/issues/469)) ([633b269](https://github.com/spotify/confidence-resolver/commit/633b2695e50e7ffff5a3d3b0140fe7bb200ceead))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.2.5 to 0.3.0

## [0.15.2](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.15.1...openfeature-provider-java-v0.15.2) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfeature-provider-java"
version = "0.15.2"
version = "0.16.0"
edition = "2021"
publish = false

Expand All @@ -17,5 +17,5 @@ path = "Cargo.toml"
crate-type = []

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.5" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.3.0" }

2 changes: 1 addition & 1 deletion openfeature-provider/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this dependency to your `pom.xml`:
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider-local</artifactId>
<version>0.15.2</version>
<version>0.16.0</version>
</dependency>
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion openfeature-provider/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider-local</artifactId>
<version>0.15.2</version>
<version>0.16.0</version>
<name>Confidence local resolve provider</name>
<description>Confidence OpenFeature provider for local flag resolution using WebAssembly</description>
<url>https://github.com/spotify/confidence-resolver</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
public final class Version {
/** Current version of the Confidence OpenFeature local provider. */
public static final String VERSION = "0.15.2"; // x-release-please-version
public static final String VERSION = "0.16.0"; // x-release-please-version

private Version() {
// Utility class, prevent instantiation
Expand Down
21 changes: 21 additions & 0 deletions openfeature-provider/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.16.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.15.2...openfeature-provider-js-v0.16.0) (2026-07-07)


### Features

* **js:** decrypt CDN state on host instead of in WASM ([#475](https://github.com/spotify/confidence-resolver/issues/475)) ([99d0f29](https://github.com/spotify/confidence-resolver/commit/99d0f29c60161eb2840d45949b655909a1434973))
* **js:** publish flag evaluations to window global for session recording ([#445](https://github.com/spotify/confidence-resolver/issues/445)) ([475195b](https://github.com/spotify/confidence-resolver/commit/475195bb6ce3a4c274399193d50cc926bf12d4ba))
* **js:** support encrypted CDN resolver state ([#457](https://github.com/spotify/confidence-resolver/issues/457)) ([eb37c72](https://github.com/spotify/confidence-resolver/commit/eb37c72d8f22619abb50cbae8fede8ce74c87ea1))


### Bug Fixes

* **providers:** flush logs before state update to reduce WASM memory growth ([#469](https://github.com/spotify/confidence-resolver/issues/469)) ([633b269](https://github.com/spotify/confidence-resolver/commit/633b2695e50e7ffff5a3d3b0140fe7bb200ceead))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.2.5 to 0.3.0

## [0.15.2](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.15.1...openfeature-provider-js-v0.15.2) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfeature-provider-js"
version = "0.15.2"
version = "0.16.0"
edition = "2021"
publish = false

Expand All @@ -17,5 +17,5 @@ path = "Cargo.toml"
crate-type = []

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.5" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.3.0" }

2 changes: 1 addition & 1 deletion openfeature-provider/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify-confidence/openfeature-server-provider-local",
"version": "0.15.2",
"version": "0.16.0",
"description": "Spotify Confidence Open Feature provider",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion openfeature-provider/js/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Version information for the Confidence OpenFeature local provider.
* This version is updated automatically by release-please.
*/
export const VERSION = '0.15.2'; // x-release-please-version
export const VERSION = '0.16.0'; // x-release-please-version
20 changes: 20 additions & 0 deletions openfeature-provider/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.9.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.8.0...openfeature-provider-python-v0.9.0) (2026-07-07)


### Features

* **providers:** retry flag log writes and improve error reporting ([#453](https://github.com/spotify/confidence-resolver/issues/453)) ([781533c](https://github.com/spotify/confidence-resolver/commit/781533ccd176d2795efad3d6b40de855f5a0770a))
* **python:** support encrypted CDN resolver state ([#460](https://github.com/spotify/confidence-resolver/issues/460)) ([bad2799](https://github.com/spotify/confidence-resolver/commit/bad2799e4277446e181b09ad7dcb22e6182f11f2))


### Bug Fixes

* **providers:** flush logs before state update to reduce WASM memory growth ([#469](https://github.com/spotify/confidence-resolver/issues/469)) ([633b269](https://github.com/spotify/confidence-resolver/commit/633b2695e50e7ffff5a3d3b0140fe7bb200ceead))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.2.5 to 0.3.0

## [0.8.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.7.1...openfeature-provider-python-v0.8.0) (2026-06-17)


Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfeature-provider-python"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
publish = false

Expand All @@ -17,4 +17,4 @@ path = "Cargo.toml"
crate-type = []

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.5" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.3.0" }
2 changes: 1 addition & 1 deletion openfeature-provider/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "confidence-openfeature-provider"
version = "0.8.0" # x-release-please-version
version = "0.9.0" # x-release-please-version
description = "Confidence OpenFeature provider for local flag resolution using WebAssembly"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion openfeature-provider/python/src/confidence/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for the Confidence OpenFeature provider."""

__version__ = "0.8.0" # x-release-please-version
__version__ = "0.9.0" # x-release-please-version
Loading
Loading