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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"confidence-resolver": "0.16.1",
"confidence-cloudflare-resolver": "0.9.0",
"wasm-msg": "0.2.1",
"wasm/rust-guest": "0.1.23",
"openfeature-provider/java": "0.14.4",
"openfeature-provider/js": "0.13.0",
"openfeature-provider/go": "0.14.1",
"wasm/rust-guest": "0.2.0",
"openfeature-provider/java": "0.14.5",
"openfeature-provider/js": "0.13.1",
"openfeature-provider/go": "0.14.2",
"openfeature-provider/ruby": "0.1.3",
"openfeature-provider/rust": "0.5.3",
"openfeature-provider/python": "0.6.4"
"openfeature-provider/python": "0.6.5"
}
10 changes: 5 additions & 5 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions openfeature-provider/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.14.2](https://github.com/spotify/confidence-resolver/compare/openfeature-provider/go/v0.14.1...openfeature-provider/go/v0.14.2) (2026-05-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.1.23 to 0.2.0

## [0.14.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider/go/v0.14.0...openfeature-provider/go/v0.14.1) (2026-04-28)


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.14.1"
version = "0.14.2"
edition = "2021"
publish = false

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

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.1.23" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.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.14.1" // x-release-please-version
const Version = "0.14.2" // x-release-please-version
9 changes: 9 additions & 0 deletions openfeature-provider/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.14.5](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.14.4...openfeature-provider-java-v0.14.5) (2026-05-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.1.23 to 0.2.0

## [0.14.4](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-java-v0.14.3...openfeature-provider-java-v0.14.4) (2026-04-28)


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.14.4"
version = "0.14.5"
edition = "2021"
publish = false

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

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.1.23" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.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.14.4</version>
<version>0.14.5</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.14.4</version>
<version>0.14.5</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.14.4"; // x-release-please-version
public static final String VERSION = "0.14.5"; // x-release-please-version

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

## [0.13.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.13.0...openfeature-provider-js-v0.13.1) (2026-05-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.1.23 to 0.2.0

## [0.13.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.12.1...openfeature-provider-js-v0.13.0) (2026-05-05)


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.13.0"
version = "0.13.1"
edition = "2021"
publish = false

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

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.1.23" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.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.13.0",
"version": "0.13.1",
"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.13.0'; // x-release-please-version
export const VERSION = '0.13.1'; // x-release-please-version
9 changes: 9 additions & 0 deletions openfeature-provider/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.5](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.6.4...openfeature-provider-python-v0.6.5) (2026-05-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* rust-guest bumped from 0.1.23 to 0.2.0

## [0.6.4](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-python-v0.6.3...openfeature-provider-python-v0.6.4) (2026-04-28)


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.6.4"
version = "0.6.5"
edition = "2021"
publish = false

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

[dependencies]
rust-guest = { path = "../../wasm/rust-guest", version = "0.1.23" }
rust-guest = { path = "../../wasm/rust-guest", version = "0.2.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.6.4" # x-release-please-version
version = "0.6.5" # 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.6.4" # x-release-please-version
__version__ = "0.6.5" # x-release-please-version
32 changes: 32 additions & 0 deletions wasm/rust-guest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.2.0](https://github.com/spotify/confidence-resolver/compare/rust-guest-v0.1.23...rust-guest-v0.2.0) (2026-05-07)


### Features

* add register_resolve WASM export for SDK-side telemetry ([#354](https://github.com/spotify/confidence-resolver/issues/354)) ([31499bc](https://github.com/spotify/confidence-resolver/commit/31499bc911942ecd751b4a4a702f35ded41e9776))
* configurable gateway ([#236](https://github.com/spotify/confidence-resolver/issues/236)) ([aba6cbd](https://github.com/spotify/confidence-resolver/commit/aba6cbd65361db95a3b0391eee53e7c7e3cad717))
* error handling to avoid panics ([2a645a8](https://github.com/spotify/confidence-resolver/commit/2a645a87415bfce30af048498e068952b18ceb5e))
* Faster deploy image executions ([#10](https://github.com/spotify/confidence-resolver/issues/10)) ([d945331](https://github.com/spotify/confidence-resolver/commit/d9453317e9e40575e43d67558ef902a4bc62ee41))
* improve Prometheus metrics API ([#371](https://github.com/spotify/confidence-resolver/issues/371)) ([efb8c16](https://github.com/spotify/confidence-resolver/commit/efb8c16a4ca9659c60e4f69611c80d3addb4e3fa))
* local prometheus sdk metrics ([#322](https://github.com/spotify/confidence-resolver/issues/322)) ([8b18119](https://github.com/spotify/confidence-resolver/commit/8b18119eae449afbe4a0815e8aab5f82888a8621))
* metrics in telemetry data ([#266](https://github.com/spotify/confidence-resolver/issues/266)) ([965eff6](https://github.com/spotify/confidence-resolver/commit/965eff60b6c0377336e6e86624a78f6f3a859f73))
* Request per second in TelemetryData ([#150](https://github.com/spotify/confidence-resolver/issues/150)) ([b91669d](https://github.com/spotify/confidence-resolver/commit/b91669d75caa0971ab71d0589634ab039dae6081))
* Resolver WASM distribution via GitHub Releases ([#12](https://github.com/spotify/confidence-resolver/issues/12)) ([23ab190](https://github.com/spotify/confidence-resolver/commit/23ab190016a923edfd5a82fe197929909ea0fc50))
* size limited flush api ([#149](https://github.com/spotify/confidence-resolver/issues/149)) ([6ac60d6](https://github.com/spotify/confidence-resolver/commit/6ac60d6195421c9355941e4201993b521c831fcd))
* Support for startsWith and endsWith ([#283](https://github.com/spotify/confidence-resolver/issues/283)) ([661c4ef](https://github.com/spotify/confidence-resolver/commit/661c4ef53b5d907bf079e632135723c2af7af0b9))
* update sticky ([#38](https://github.com/spotify/confidence-resolver/issues/38)) ([41a42d2](https://github.com/spotify/confidence-resolver/commit/41a42d2917401de7389dcc37719b16de1e30199c))
* **wasm:** add wasm API to apply previously resolved flags ([#235](https://github.com/spotify/confidence-resolver/issues/235)) ([79048f6](https://github.com/spotify/confidence-resolver/commit/79048f63a8c771eb98ecf478cab0b654aa745374))


### Bug Fixes

* cap sampled schema count in resolve logging ([#260](https://github.com/spotify/confidence-resolver/issues/260)) ([e84b724](https://github.com/spotify/confidence-resolver/commit/e84b7248f4b7ce9231902376ed56f3cb7b524f58))
* cleanup unused and fix lint warnings ([#61](https://github.com/spotify/confidence-resolver/issues/61)) ([1a85a78](https://github.com/spotify/confidence-resolver/commit/1a85a78e57232784bada3da692088d13f9b1089c))
* pass the account id together with the resolver state ([#30](https://github.com/spotify/confidence-resolver/issues/30)) ([20284b9](https://github.com/spotify/confidence-resolver/commit/20284b98097b0d7f794a1ed1e1243c9a8cdeff8f))
* pass the sdk with the state to get it into telemetry ([#332](https://github.com/spotify/confidence-resolver/issues/332)) ([1f22c5f](https://github.com/spotify/confidence-resolver/commit/1f22c5fa38c4e8a7d56ea4616db94f9b991d41ab))
* surface apply_flags errors instead of swallowing ([#386](https://github.com/spotify/confidence-resolver/issues/386)) ([7785f9f](https://github.com/spotify/confidence-resolver/commit/7785f9ff116c8151daa70b9fbaab9e66d8e88794))
* various memory issues ([#35](https://github.com/spotify/confidence-resolver/issues/35)) ([13c53fc](https://github.com/spotify/confidence-resolver/commit/13c53fcc5c1a51c90d51c47adb574316866c9b5b))
* wasm profile and small fixes ([#7](https://github.com/spotify/confidence-resolver/issues/7)) ([fae928b](https://github.com/spotify/confidence-resolver/commit/fae928b6c5d0923e4c82f2f4ae9b10bf0608beff))

## Changelog

* The following workspace dependencies were updated
* dependencies
* confidence_resolver bumped from 0.16.0 to 0.16.1
Expand Down
2 changes: 1 addition & 1 deletion wasm/rust-guest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-guest"
version = "0.1.23"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
Loading