-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 0.1.0 (2021-10-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* config parsing ([96a3c43](https://github.com/testground/sdk-js/commit/96a3c43b2660150c5bd338888d5781570f90197a)) | ||
* convert config to snake_case ([1d5f8c0](https://github.com/testground/sdk-js/commit/1d5f8c019f8809cef076734ead6c3a6eeedec763)) | ||
* correct process ([71271a0](https://github.com/testground/sdk-js/commit/71271a039bdbf1f9c5d63ff23bb54ff55e59d319)) | ||
* match sdk-go runenv variable names ([9ca2c18](https://github.com/testground/sdk-js/commit/9ca2c1825a32b0e8ae46c91cac884023590db664)) | ||
* normalize config and target ([#4](https://github.com/testground/sdk-js/issues/4)) ([305d74b](https://github.com/testground/sdk-js/commit/305d74bd6099d269a9d0fb349419cff455bf8308)) | ||
* package name ([e9294d9](https://github.com/testground/sdk-js/commit/e9294d9f04db4362db2b0052d9af5477855dbcd3)) | ||
* record start ([87b7107](https://github.com/testground/sdk-js/commit/87b71078e4c5f149e2b0f960d5c9e519731a97e6)) | ||
* recursive normalizeConfig ([39c699e](https://github.com/testground/sdk-js/commit/39c699e87146411198ebd6cb8daa4072fdf75f85)) | ||
* remove unused function ([305864e](https://github.com/testground/sdk-js/commit/305864ef4bb476845c95d6402c05996da276c516)) | ||
* same network.newClient API as sdk-go ([ce7ec62](https://github.com/testground/sdk-js/commit/ce7ec6277218cb2aa81d3c284a2b03eabeec06f7)) | ||
|
||
|
||
### Features | ||
|
||
* add ALLOW_ALL and DENY_ALL consts ([cacfa5c](https://github.com/testground/sdk-js/commit/cacfa5cc6d3e7b7cf186b2c721bdc0863282f88b)) | ||
* add barrier cancel ([ac1fe83](https://github.com/testground/sdk-js/commit/ac1fe832fca0f69382ea0d2dfc94bfda2b87ed29)) | ||
* add cancel to subscribe ([8fe26d0](https://github.com/testground/sdk-js/commit/8fe26d07c35650c400853042e9ca32092707d9ce)) | ||
* add syncClient.signalEvent ([#5](https://github.com/testground/sdk-js/issues/5)) ([d4fc609](https://github.com/testground/sdk-js/commit/d4fc609c632ebb3b62a0df3f82a2b58839a08370)) | ||
* log outputs to run.out ([760c4bf](https://github.com/testground/sdk-js/commit/760c4bf8574239067b6721d333c640613635c052)) | ||
* record success and failure depending on error ([c6083f0](https://github.com/testground/sdk-js/commit/c6083f06766c4772f30fac5b2dc883b5ffbb0677)) | ||
* sync primitives, network initialization ([#3](https://github.com/testground/sdk-js/issues/3)) ([5ee5d6b](https://github.com/testground/sdk-js/commit/5ee5d6b9406f98f0a755e67367242c8597af0e6f)) | ||
* use custom error level ([2bf3f19](https://github.com/testground/sdk-js/commit/2bf3f19221f988b65686c24e9d4c008a9f3295be)) | ||
* use new sync service ([#17](https://github.com/testground/sdk-js/issues/17)) ([de977da](https://github.com/testground/sdk-js/commit/de977dae0ac364c3f2a6d7a7f6a9ab17767d2e2c)) | ||
|
||
|
||
### Reverts | ||
|
||
* use package os ([6adf8f6](https://github.com/testground/sdk-js/commit/6adf8f69a9d09178af55866075ab16fdcc28947c)) | ||
|
||
|
||
|