Skip to content

Commit 75a0bfd

Browse files
chore: release main (#207)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 781888f commit 75a0bfd

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flipt-engine-ffi": "0.1.8",
3-
"flipt-evaluation": "0.0.3"
2+
"flipt-engine-ffi": "0.1.9",
3+
"flipt-evaluation": "0.1.7"
44
}

flipt-engine-ffi/CHANGELOG.md

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

3+
## [0.1.9](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.8...flipt-engine-ffi-v0.1.9) (2024-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **ffi:** prevent fatal error if there is the connection error during ([#204](https://github.com/flipt-io/flipt-client-sdks/issues/204)) ([e2c3e05](https://github.com/flipt-io/flipt-client-sdks/commit/e2c3e05dbd9a712d685c50ab0500f89e72ecffb0))
9+
310
## [0.1.8](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.7...flipt-engine-ffi-v0.1.8) (2024-03-26)
411

512
### Bug Fixes

flipt-engine-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flipt-engine-ffi"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Flipt Devs <[email protected]>"]
66
license = "MIT"

flipt-evaluation/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-evaluation-v0.0.3...flipt-evaluation-v0.1.7) (2024-03-27)
4+
5+
6+
### Features
7+
8+
* add authentication helpers for Ruby and Go ([#119](https://github.com/flipt-io/flipt-client-sdks/issues/119)) ([d41a1a8](https://github.com/flipt-io/flipt-client-sdks/commit/d41a1a82082ea5e5066055b3c731034542e00e16))
9+
* **authentication:** add support for substitutable authentication methods ([c01cb48](https://github.com/flipt-io/flipt-client-sdks/commit/c01cb4859d4e51a7f04eaa46ca36256c81f69a3c))
10+
* Client refs ([#104](https://github.com/flipt-io/flipt-client-sdks/issues/104)) ([de4fc26](https://github.com/flipt-io/flipt-client-sdks/commit/de4fc265872fb8e6b20a39ef026324501763341d))
11+
* **client-sdks:** add batch evaluation to engine ([5dec28b](https://github.com/flipt-io/flipt-client-sdks/commit/5dec28bdd62d97080f53004e022dc196ae0959a3))
12+
* **evaluation:** add entityId for constraint comparisons ([#145](https://github.com/flipt-io/flipt-client-sdks/issues/145)) ([fdf9217](https://github.com/flipt-io/flipt-client-sdks/commit/fdf921761fb0a2ef2a5661f58b0a569ace50a886))
13+
* list flags + single namespace ([#151](https://github.com/flipt-io/flipt-client-sdks/issues/151)) ([cf09c85](https://github.com/flipt-io/flipt-client-sdks/commit/cf09c857a851c70aea97bccc9a159c4c7b5540a0))
14+
15+
16+
### Bug Fixes
17+
18+
* **evaluation:** add isoneof isnotoneof operators to string evaluation ([#149](https://github.com/flipt-io/flipt-client-sdks/issues/149)) ([2b17830](https://github.com/flipt-io/flipt-client-sdks/commit/2b178307b334335c026853d257b8d37c3c5ef023)), closes [#147](https://github.com/flipt-io/flipt-client-sdks/issues/147)
19+
* **flipt-evaluation:** increment bucket after casting ([6b062b2](https://github.com/flipt-io/flipt-client-sdks/commit/6b062b28b3a2417c55f8c088b5f141c1659a81c1))
20+
* **flipt-evaluation:** increment bucket search index by one ([6fe8ef9](https://github.com/flipt-io/flipt-client-sdks/commit/6fe8ef9b716799c1b6c4dbd73dd570b71540d0f0))
21+
* **flipt-evaluation:** stop casting crc32 checksum as i32 ([b3b5c0a](https://github.com/flipt-io/flipt-client-sdks/commit/b3b5c0a4bef8c2a260f16b49559fd14a488ddf9e))
22+
* remove continue for properties that are not in map ([#166](https://github.com/flipt-io/flipt-client-sdks/issues/166)) ([aea3bb3](https://github.com/flipt-io/flipt-client-sdks/commit/aea3bb31a28e8bb1c9aa53cbd7ad55662d5cec1d))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13))
28+
* release 0.0.3 ([cd97903](https://github.com/flipt-io/flipt-client-sdks/commit/cd979032e1844f162a0317f50e9bed0a5570bfcc))
29+
* release 0.0.4 ([73e760e](https://github.com/flipt-io/flipt-client-sdks/commit/73e760e1df5255f642e15865e3bf38f3b7af2d27))
30+
* release 0.1.0 ([fb9053a](https://github.com/flipt-io/flipt-client-sdks/commit/fb9053aeb21538b8ccb85dd67518e07a45c2f1b6))
31+
* release 0.1.2 ([fea6c5a](https://github.com/flipt-io/flipt-client-sdks/commit/fea6c5a894cb2f138dbf1bb3badc855f2910e7a4))
32+
* release 0.1.5 ([ebe9788](https://github.com/flipt-io/flipt-client-sdks/commit/ebe9788ff57c0230bb6b66f692dc44e7bbdbf14b))
33+
* release 0.1.6 ([395b785](https://github.com/flipt-io/flipt-client-sdks/commit/395b785961b44d2d49a36b242e6bf9b1ff1c2c70))
34+
* release 0.1.7 ([1d00bd6](https://github.com/flipt-io/flipt-client-sdks/commit/1d00bd6114ebe0844d6744898253aca9540a7053))
35+
336
## [0.1.7](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-evaluation-v0.0.3...flipt-evaluation-v0.1.7) (2024-03-26)
437

538

0 commit comments

Comments
 (0)