From af4ff06bd84a662c43ac116d9b036972e9e025fc Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:43:54 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- flipt-engine-ffi/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ flipt-engine-wasm-js/CHANGELOG.md | 7 +++++++ flipt-engine-wasm-js/Cargo.toml | 2 +- flipt-engine-wasm/CHANGELOG.md | 21 +++++++++++++++++++++ flipt-engine-wasm/Cargo.toml | 2 +- 6 files changed, 63 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea4e51ac..ca74e031 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "flipt-engine-ffi": "0.4.0", - "flipt-engine-wasm": "0.0.1", - "flipt-engine-wasm-js": "0.2.3" + "flipt-engine-wasm": "0.2.2", + "flipt-engine-wasm-js": "0.2.2" } diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index f6b6008f..f6e4c379 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -3,6 +3,37 @@ ## [0.4.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.4.0...flipt-engine-ffi-v0.4.0) (2025-02-28) +### Features + +* add dart client ([#351](https://github.com/flipt-io/flipt-client-sdks/issues/351)) ([2cd64f8](https://github.com/flipt-io/flipt-client-sdks/commit/2cd64f80e782eed30069694408ff524cbe66ae5e)) +* add support for default variant eval ([#309](https://github.com/flipt-io/flipt-client-sdks/issues/309)) ([ad88594](https://github.com/flipt-io/flipt-client-sdks/commit/ad88594b3f56acf62a72ca6c988409eb07c89a65)) +* build java musl lib ([#420](https://github.com/flipt-io/flipt-client-sdks/issues/420)) ([5a9b3fc](https://github.com/flipt-io/flipt-client-sdks/commit/5a9b3fcf0fc00aba237328c1f2ff22198a97268e)) +* **engine-ffi:** add option to evaluate the flag against the stale cache ([#673](https://github.com/flipt-io/flipt-client-sdks/issues/673)) ([b357414](https://github.com/flipt-io/flipt-client-sdks/commit/b35741416e4e7b530a7e83a301ef3a7741405dc0)) +* rename report error strategy to fail ([#697](https://github.com/flipt-io/flipt-client-sdks/issues/697)) ([4824c4d](https://github.com/flipt-io/flipt-client-sdks/commit/4824c4d2fc5065a95e3035168c30da4189ce76f1)) +* support etags in clients ([#299](https://github.com/flipt-io/flipt-client-sdks/issues/299)) ([e2acce3](https://github.com/flipt-io/flipt-client-sdks/commit/e2acce311f7531cfba831112222e7c63cb364759)) + + +### Bug Fixes + +* **ffi:** clear stored etag on http req failure ([#594](https://github.com/flipt-io/flipt-client-sdks/issues/594)) ([2db0a2e](https://github.com/flipt-io/flipt-client-sdks/commit/2db0a2e2813046f78543bcb7a6d20464c9401e6b)) +* **ffi:** handle errors from http response ([#347](https://github.com/flipt-io/flipt-client-sdks/issues/347)) ([0c86da9](https://github.com/flipt-io/flipt-client-sdks/commit/0c86da9e4cf13e827266c6e7019db76b41019cdf)), closes [#346](https://github.com/flipt-io/flipt-client-sdks/issues/346) +* use lower case values during json serialization ([#704](https://github.com/flipt-io/flipt-client-sdks/issues/704)) ([51cdfa4](https://github.com/flipt-io/flipt-client-sdks/commit/51cdfa4c2c68ce098eac86db3ec3be7f7160d130)) + + +### Miscellaneous Chores + +* release 0.1.16 ([ffa7c53](https://github.com/flipt-io/flipt-client-sdks/commit/ffa7c535b7023eb218a78e949548b3fd6df4dd9d)) +* release 0.1.20 ([012626d](https://github.com/flipt-io/flipt-client-sdks/commit/012626dd75499d5c523967a4d7a539678e7b5f99)) +* release 0.2.0 ([fa9fcd3](https://github.com/flipt-io/flipt-client-sdks/commit/fa9fcd3a6613fe91576d1f5081073bf621532116)) +* release 0.2.2 ([2fae750](https://github.com/flipt-io/flipt-client-sdks/commit/2fae750535c03b746e8af2e693ef262a6ca7ca77)) +* release 0.2.2 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce)) +* release 0.3.0 ([ecf63e8](https://github.com/flipt-io/flipt-client-sdks/commit/ecf63e8d0857503336fda5d55a410e1a5c28d35d)) +* release 0.4.0 ([29375a2](https://github.com/flipt-io/flipt-client-sdks/commit/29375a2649ad2f4616422e03cfc8b9de10a17880)) +* release 0.4.0 ([55ea1dc](https://github.com/flipt-io/flipt-client-sdks/commit/55ea1dc2e07c0fff2cb094ceea177c880fe5bab3)) + +## [0.4.0](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.4.0...flipt-engine-ffi-v0.4.0) (2025-02-28) + + ### Miscellaneous Chores * release 0.4.0 ([29375a2](https://github.com/flipt-io/flipt-client-sdks/commit/29375a2649ad2f4616422e03cfc8b9de10a17880)) diff --git a/flipt-engine-wasm-js/CHANGELOG.md b/flipt-engine-wasm-js/CHANGELOG.md index 2bb165bd..a943f311 100644 --- a/flipt-engine-wasm-js/CHANGELOG.md +++ b/flipt-engine-wasm-js/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-js-v0.2.3...flipt-engine-wasm-js-v0.2.2) (2025-02-28) + + +### Miscellaneous Chores + +* release 0.2.2 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce)) + ## [0.2.3](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-js-v0.2.2...flipt-engine-wasm-js-v0.2.3) (2025-02-28) ### Miscellaneous Chores diff --git a/flipt-engine-wasm-js/Cargo.toml b/flipt-engine-wasm-js/Cargo.toml index 022b2c14..809f2af4 100644 --- a/flipt-engine-wasm-js/Cargo.toml +++ b/flipt-engine-wasm-js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-wasm-js" -version = "0.2.3" +version = "0.2.2" edition = "2021" authors = ["Flipt Devs "] license = "MIT" diff --git a/flipt-engine-wasm/CHANGELOG.md b/flipt-engine-wasm/CHANGELOG.md index 7f708ccb..beead90e 100644 --- a/flipt-engine-wasm/CHANGELOG.md +++ b/flipt-engine-wasm/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-wasm-v0.0.1...flipt-engine-wasm-v0.2.2) (2025-02-28) + + +### Features + +* add list flags to wasm/node SDK ([#381](https://github.com/flipt-io/flipt-client-sdks/issues/381)) ([7ac4f66](https://github.com/flipt-io/flipt-client-sdks/commit/7ac4f664e9333de1d7428440b61de6d0c043ed47)) +* build java musl lib ([#420](https://github.com/flipt-io/flipt-client-sdks/issues/420)) ([5a9b3fc](https://github.com/flipt-io/flipt-client-sdks/commit/5a9b3fcf0fc00aba237328c1f2ff22198a97268e)) + + +### Bug Fixes + +* **wasm:** add wasm tests ([#383](https://github.com/flipt-io/flipt-client-sdks/issues/383)) ([67fc718](https://github.com/flipt-io/flipt-client-sdks/commit/67fc718d0868ee9795d4edab43f6cf06f8dd0e78)) +* **wasm:** prevent panic in the wasm ([#382](https://github.com/flipt-io/flipt-client-sdks/issues/382)) ([6b9ab25](https://github.com/flipt-io/flipt-client-sdks/commit/6b9ab2541596028455cba5ba0747372950b094be)) + + +### Miscellaneous Chores + +* release 0.2.2 ([92bbd5f](https://github.com/flipt-io/flipt-client-sdks/commit/92bbd5f71b433c4b45044337176090fbea31d0ce)) + +## Changelog + ### Miscellaneous Chores Initial release diff --git a/flipt-engine-wasm/Cargo.toml b/flipt-engine-wasm/Cargo.toml index c22f9b65..a2482aee 100644 --- a/flipt-engine-wasm/Cargo.toml +++ b/flipt-engine-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-wasm" -version = "0.0.1" +version = "0.2.2" edition = "2021" authors = ["Flipt Devs "] license = "MIT"