-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/flipt-io/client-sdks
* 'main' of https://github.com/flipt-io/client-sdks: chore(main): release flipt-engine 0.0.1 (#47)
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2023-12-24) | ||
|
||
|
||
### Features | ||
|
||
* add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) | ||
* add build script for repeatability in generating C header file ([c08d2fd](https://github.com/flipt-io/flipt-client-sdks/commit/c08d2fd4e357cb9cfcb0187309845967e9fb0fbb)) | ||
* add filter for empty namespaces for Rust core ([afef630](https://github.com/flipt-io/flipt-client-sdks/commit/afef63017c9e729ec3af97242c52d243b899cbb0)) | ||
* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) | ||
* Dependency Injection ([#6](https://github.com/flipt-io/flipt-client-sdks/issues/6)) ([90a374d](https://github.com/flipt-io/flipt-client-sdks/commit/90a374d93aa8a8c4110b001f038b99f0115a5497)) | ||
* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) | ||
* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) | ||
* remove box dynamic dispatch and use generic trait bounds ([0f337b4](https://github.com/flipt-io/flipt-client-sdks/commit/0f337b43383d8859ee6b2d8ab320c72f7f63af6c)) | ||
* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) | ||
* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) | ||
* **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) |