Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] authored Feb 28, 2025
1 parent c9c7acb commit af4ff06
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
31 changes: 31 additions & 0 deletions flipt-engine-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
7 changes: 7 additions & 0 deletions flipt-engine-wasm-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flipt-engine-wasm-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-wasm-js"
version = "0.2.3"
version = "0.2.2"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
21 changes: 21 additions & 0 deletions flipt-engine-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion flipt-engine-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipt-engine-wasm"
version = "0.0.1"
version = "0.2.2"
edition = "2021"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit af4ff06

Please sign in to comment.