-
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: release main (#48)
- Loading branch information
Showing
5 changed files
with
82 additions
and
4 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"flipt-engine": "0.0.1", | ||
"flipt-client-go": "0.0.0", | ||
"flipt-client-node": "0.0.0", | ||
"flipt-client-python": "0.0.0", | ||
"flipt-client-ruby": "0.0.0" | ||
"flipt-client-go": "0.0.1", | ||
"flipt-client-node": "0.0.1", | ||
"flipt-client-python": "0.0.1", | ||
"flipt-client-ruby": "0.0.1" | ||
} |
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,20 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2023-12-25) | ||
|
||
|
||
### Features | ||
|
||
* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) | ||
* 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)) | ||
* 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)) | ||
* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) | ||
* 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)) |
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,20 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2023-12-25) | ||
|
||
|
||
### Features | ||
|
||
* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) | ||
* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) | ||
* 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)) | ||
* **breaking:** update node client to use close method instead of freeEngine ([#37](https://github.com/flipt-io/flipt-client-sdks/issues/37)) ([12b14f0](https://github.com/flipt-io/flipt-client-sdks/commit/12b14f012985a0a26f8a8c0379bc2fc94b212bb1)) | ||
* 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)) | ||
* 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)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) |
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,20 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2023-12-25) | ||
|
||
|
||
### Features | ||
|
||
* add build directory for testing with dagger ([331eb12](https://github.com/flipt-io/flipt-client-sdks/commit/331eb12698d10ffe923070643dba48fc44db605d)) | ||
* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) | ||
* 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)) | ||
* 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)) | ||
* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) | ||
* 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)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) |
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,18 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2023-12-25) | ||
|
||
|
||
### 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 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)) | ||
* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) |