Skip to content

Commit

Permalink
chore(main): release go-feature-flag-provider 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 29, 2023
1 parent 9732127 commit 467f909
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/hooks/open-telemetry": "0.2.4",
"libs/providers/go-feature-flag": "0.5.17",
"libs/providers/go-feature-flag": "0.6.0",
"libs/providers/flagd": "0.8.3",
"libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.1.1",
Expand Down
80 changes: 80 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,85 @@
# Changelog

## [0.6.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.17...go-feature-flag-provider-v0.6.0) (2023-09-29)


### ⚠ BREAKING CHANGES

* update OpenFeature SDK version ([#137](https://github.com/open-feature/js-sdk-contrib/issues/137))
* migrate to sdk 0.5.0 ([#114](https://github.com/open-feature/js-sdk-contrib/issues/114))
* update to js-sdk ([#108](https://github.com/open-feature/js-sdk-contrib/issues/108))
* set openfeature sdk min version to 0.2.0 ([#93](https://github.com/open-feature/js-sdk-contrib/issues/93))

### 🐛 Bug Fixes

* [GO Feature Flag server] handle PROVIDER_NOT_READY from the spec ([#505](https://github.com/open-feature/js-sdk-contrib/issues/505)) ([adc2c5a](https://github.com/open-feature/js-sdk-contrib/commit/adc2c5a0c317c17ee1aa00ceb7581ea4529089bc))
* [GO Feature Flag server] Implement ProviderStatus ([#493](https://github.com/open-feature/js-sdk-contrib/issues/493)) ([e11269d](https://github.com/open-feature/js-sdk-contrib/commit/e11269dec877a14b91a3721c9449dbd62dd069c1))
* add test ([#71](https://github.com/open-feature/js-sdk-contrib/issues/71)) ([080fc4b](https://github.com/open-feature/js-sdk-contrib/commit/080fc4b3c926728361ad34d6763df7bc2d5ab023))
* comment typo ([#315](https://github.com/open-feature/js-sdk-contrib/issues/315)) ([d9130c8](https://github.com/open-feature/js-sdk-contrib/commit/d9130c8e058676babb51464e4a912641032a4ee1))
* correct dependencies ([#182](https://github.com/open-feature/js-sdk-contrib/issues/182)) ([16cbe42](https://github.com/open-feature/js-sdk-contrib/commit/16cbe421d6255bd95a78c3914890a63adcce831e))
* fix ESM and web polyfills issue ([#201](https://github.com/open-feature/js-sdk-contrib/issues/201)) ([acee6e1](https://github.com/open-feature/js-sdk-contrib/commit/acee6e1817a7846251f456455a7218bf98efb00e))
* go-feature-flag provider add authentication header ([#317](https://github.com/open-feature/js-sdk-contrib/issues/317)) ([eaf6458](https://github.com/open-feature/js-sdk-contrib/commit/eaf6458d1d66578dfba052f5abfce45516429008))
* go-feature-flag provider this.apiKey is undefined ([#319](https://github.com/open-feature/js-sdk-contrib/issues/319)) ([ff60b6f](https://github.com/open-feature/js-sdk-contrib/commit/ff60b6fd988d5e6a479589b5e320221a3a807775))
* GOFF fix issues in hook ([#585](https://github.com/open-feature/js-sdk-contrib/issues/585)) ([6ca6463](https://github.com/open-feature/js-sdk-contrib/commit/6ca64638c0530f35bac0184bf11a2334d7c3e5d5))
* handling zero value responses (previously undefined) ([#330](https://github.com/open-feature/js-sdk-contrib/issues/330)) ([2db7fa8](https://github.com/open-feature/js-sdk-contrib/commit/2db7fa825bd12d18d0804997e54d0b6aa3cd5a14))
* module issues with types ([#212](https://github.com/open-feature/js-sdk-contrib/issues/212)) ([d2b97dd](https://github.com/open-feature/js-sdk-contrib/commit/d2b97dd24c952661ce08724a84e4b312860a9211))
* packaging issues impacting babel/react ([#596](https://github.com/open-feature/js-sdk-contrib/issues/596)) ([0446eab](https://github.com/open-feature/js-sdk-contrib/commit/0446eab5cf9b45ce7de251b4f5feb8df1d499b9d))
* Peer dependencies error ([#77](https://github.com/open-feature/js-sdk-contrib/issues/77)) ([3e4ab86](https://github.com/open-feature/js-sdk-contrib/commit/3e4ab861c1a8d94be50bf2e2445044d820d9164b))
* set openfeature sdk min version to 0.2.0 ([#93](https://github.com/open-feature/js-sdk-contrib/issues/93)) ([a733102](https://github.com/open-feature/js-sdk-contrib/commit/a733102f523f9289fdce356a342828cc2e020f48))
* shell scripts in templates ([#73](https://github.com/open-feature/js-sdk-contrib/issues/73)) ([89c8cfe](https://github.com/open-feature/js-sdk-contrib/commit/89c8cfe981348376995f50ca757299077249544e))
* use copy-anything for deepClone to be compatible with nodeJS before v17 ([#429](https://github.com/open-feature/js-sdk-contrib/issues/429)) ([b4a7ffe](https://github.com/open-feature/js-sdk-contrib/commit/b4a7ffe0dce5073046ec6d5c6dc08e1eafb31b3f))


### ✨ New Features

* add LRU TTL cache for GO Feature Flag Provider ([#411](https://github.com/open-feature/js-sdk-contrib/issues/411)) ([1a76aec](https://github.com/open-feature/js-sdk-contrib/commit/1a76aec01350cfab7c3324dcc5e15ea4e90e1462))
* flagd-web provider ([#142](https://github.com/open-feature/js-sdk-contrib/issues/142)) ([bd83124](https://github.com/open-feature/js-sdk-contrib/commit/bd8312418fbfab16d77a4ec069d3ff9452f7f744))
* Go feature flag provider ([#64](https://github.com/open-feature/js-sdk-contrib/issues/64)) ([f32d3b0](https://github.com/open-feature/js-sdk-contrib/commit/f32d3b0d8ae9203c6922cb8c6a6a2a291f5f9068))
* migrate to sdk 0.5.0 ([#114](https://github.com/open-feature/js-sdk-contrib/issues/114)) ([f9e9a55](https://github.com/open-feature/js-sdk-contrib/commit/f9e9a55ad5a16e99bb169fdf1a8d11c959520f7b))
* Return CACHED reason when using cache ([#425](https://github.com/open-feature/js-sdk-contrib/issues/425)) ([f285dab](https://github.com/open-feature/js-sdk-contrib/commit/f285dab379f98c3f1d70e144d5599847fe6cf0f5))
* Support apiKey for GO Feature Flag relay proxy v1.7.0 ([#310](https://github.com/open-feature/js-sdk-contrib/issues/310)) ([ba0b2a2](https://github.com/open-feature/js-sdk-contrib/commit/ba0b2a283cbdfb462d385fe0aef97ea7c4decec8))
* support metadata (go feature flag provider) ([#410](https://github.com/open-feature/js-sdk-contrib/issues/410)) ([9aadf74](https://github.com/open-feature/js-sdk-contrib/commit/9aadf7492e3bca54db5ec648249c3f63858066fe))
* update to js-sdk ([#108](https://github.com/open-feature/js-sdk-contrib/issues/108)) ([60d6146](https://github.com/open-feature/js-sdk-contrib/commit/60d6146e30d3ca547e940c3ba441d80fd75d886d))


### 🧹 Chore

* correct publish executor ([#378](https://github.com/open-feature/js-sdk-contrib/issues/378)) ([395ed18](https://github.com/open-feature/js-sdk-contrib/commit/395ed186de8811ae249f087821fdbdf8899c19f2))
* **deps:** update dependency eslint to v8.50.0 ([#600](https://github.com/open-feature/js-sdk-contrib/issues/600)) ([9732127](https://github.com/open-feature/js-sdk-contrib/commit/9732127d81746bd31898b7272821bdaeced1dab4))
* GO Feature Flag move datacollector to hook + change cache key ([#580](https://github.com/open-feature/js-sdk-contrib/issues/580)) ([c5dd7fc](https://github.com/open-feature/js-sdk-contrib/commit/c5dd7fcdd8521fce73daf4212adff755e2930eef))
* **main:** release go-feature-flag-provider 0.5.10 ([#414](https://github.com/open-feature/js-sdk-contrib/issues/414)) ([e026c9d](https://github.com/open-feature/js-sdk-contrib/commit/e026c9dcef49556f6b19d1ee65cd81c407665a25))
* **main:** release go-feature-flag-provider 0.5.11 ([#426](https://github.com/open-feature/js-sdk-contrib/issues/426)) ([9966281](https://github.com/open-feature/js-sdk-contrib/commit/9966281fcb72ac2d2a1eebcebd967f2ed664dc2a))
* **main:** release go-feature-flag-provider 0.5.12 ([#432](https://github.com/open-feature/js-sdk-contrib/issues/432)) ([302150c](https://github.com/open-feature/js-sdk-contrib/commit/302150c12a0f32f624328fee3bb2a182f70244ed))
* **main:** release go-feature-flag-provider 0.5.13 ([#494](https://github.com/open-feature/js-sdk-contrib/issues/494)) ([80990b3](https://github.com/open-feature/js-sdk-contrib/commit/80990b3c43ddf3f283da820cf4609230b471fdcd))
* **main:** release go-feature-flag-provider 0.5.14 ([#507](https://github.com/open-feature/js-sdk-contrib/issues/507)) ([144799a](https://github.com/open-feature/js-sdk-contrib/commit/144799a8a5aff51b60c03abfdc89f210fd6d940e))
* **main:** release go-feature-flag-provider 0.5.15 ([#566](https://github.com/open-feature/js-sdk-contrib/issues/566)) ([e578c47](https://github.com/open-feature/js-sdk-contrib/commit/e578c47e05e028762ca5fc72a99b98a9b907cfe8))
* **main:** release go-feature-flag-provider 0.5.16 ([#587](https://github.com/open-feature/js-sdk-contrib/issues/587)) ([0ccb5b4](https://github.com/open-feature/js-sdk-contrib/commit/0ccb5b4c8edb7c4d82089072a3e7bc95d18d3181))
* **main:** release go-feature-flag-provider 0.5.5 ([#311](https://github.com/open-feature/js-sdk-contrib/issues/311)) ([f4cddd5](https://github.com/open-feature/js-sdk-contrib/commit/f4cddd5e835e9f1d7756738ad3732896ea010214))
* **main:** release go-feature-flag-provider 0.5.6 ([#316](https://github.com/open-feature/js-sdk-contrib/issues/316)) ([c903e0f](https://github.com/open-feature/js-sdk-contrib/commit/c903e0f20faa38acbf3b0cb8de22709a5da9befd))
* **main:** release go-feature-flag-provider 0.5.7 ([#318](https://github.com/open-feature/js-sdk-contrib/issues/318)) ([0294c7d](https://github.com/open-feature/js-sdk-contrib/commit/0294c7d20b71135c3e250cbf09984e8872f8db42))
* **main:** release go-feature-flag-provider 0.5.8 ([#320](https://github.com/open-feature/js-sdk-contrib/issues/320)) ([acc0c01](https://github.com/open-feature/js-sdk-contrib/commit/acc0c018329693387bcf3104106eabb13a85756d))
* **main:** release go-feature-flag-provider 0.5.9 ([#338](https://github.com/open-feature/js-sdk-contrib/issues/338)) ([7a589fa](https://github.com/open-feature/js-sdk-contrib/commit/7a589fa2097c933baa248c89622a241f2ded6674))
* migrate to nx 16 ([#366](https://github.com/open-feature/js-sdk-contrib/issues/366)) ([7a9c201](https://github.com/open-feature/js-sdk-contrib/commit/7a9c201d16fd7f070a1bcd2e359487ba6e7b78d7))
* release main ([#103](https://github.com/open-feature/js-sdk-contrib/issues/103)) ([31f81e7](https://github.com/open-feature/js-sdk-contrib/commit/31f81e72c87c46096d92bd6bf8561cc3bc633aee))
* release main ([#115](https://github.com/open-feature/js-sdk-contrib/issues/115)) ([8e41930](https://github.com/open-feature/js-sdk-contrib/commit/8e41930f7bfd68c520d09a27f60aa911b9796474))
* release main ([#138](https://github.com/open-feature/js-sdk-contrib/issues/138)) ([f0b7704](https://github.com/open-feature/js-sdk-contrib/commit/f0b7704cfe26817e07d6591e41396768bdcd6f48))
* release main ([#163](https://github.com/open-feature/js-sdk-contrib/issues/163)) ([a56a280](https://github.com/open-feature/js-sdk-contrib/commit/a56a2804f5fada634dbb2b5115858832dfd6be4e))
* release main ([#183](https://github.com/open-feature/js-sdk-contrib/issues/183)) ([0867b93](https://github.com/open-feature/js-sdk-contrib/commit/0867b93d3016bb1a80be8c0f204725414c18b7ab))
* release main ([#195](https://github.com/open-feature/js-sdk-contrib/issues/195)) ([551eb86](https://github.com/open-feature/js-sdk-contrib/commit/551eb867981c60344b390c7a304d69c8aeb34526))
* release main ([#213](https://github.com/open-feature/js-sdk-contrib/issues/213)) ([be55c42](https://github.com/open-feature/js-sdk-contrib/commit/be55c42bce438f3b4d082a82c1d96d45808caac1))
* release main ([#70](https://github.com/open-feature/js-sdk-contrib/issues/70)) ([333f9f0](https://github.com/open-feature/js-sdk-contrib/commit/333f9f035d20c60be79371ea973481e63196a4fe))
* release main ([#72](https://github.com/open-feature/js-sdk-contrib/issues/72)) ([b424678](https://github.com/open-feature/js-sdk-contrib/commit/b4246781b1efb2b86ca43e82d8c9bfe3943657cc))
* release main ([#74](https://github.com/open-feature/js-sdk-contrib/issues/74)) ([0b85175](https://github.com/open-feature/js-sdk-contrib/commit/0b851755a2e071a9db30655840dd625679eb8726))
* release main ([#78](https://github.com/open-feature/js-sdk-contrib/issues/78)) ([7db7d31](https://github.com/open-feature/js-sdk-contrib/commit/7db7d310e015ee8e4bbbb2e2a860879dd1a27f0d))
* release main ([#94](https://github.com/open-feature/js-sdk-contrib/issues/94)) ([3bc8799](https://github.com/open-feature/js-sdk-contrib/commit/3bc87990f3db5dae27969b5eaa9c1ee77dbb7ef3))
* update nx, run migrations ([#552](https://github.com/open-feature/js-sdk-contrib/issues/552)) ([a88d8fc](https://github.com/open-feature/js-sdk-contrib/commit/a88d8fc097789fd7f56011e6ebb66070f52c6e56))
* update OpenFeature SDK version ([#137](https://github.com/open-feature/js-sdk-contrib/issues/137)) ([245f024](https://github.com/open-feature/js-sdk-contrib/commit/245f02441d62f7f42627174737943f1556a6a326))


### 🔄 Refactoring

* update go feature flag provider to use not deprecated context transformer ([#92](https://github.com/open-feature/js-sdk-contrib/issues/92)) ([42adc78](https://github.com/open-feature/js-sdk-contrib/commit/42adc7881fcc792fcfa625ada2ced8a5ed7a67f4))

## [0.5.17](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.16...go-feature-flag-provider-v0.5.17) (2023-09-29)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-provider",
"version": "0.5.17",
"version": "0.6.0",
"scripts": {
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
"current-version": "echo $npm_package_version"
Expand Down

0 comments on commit 467f909

Please sign in to comment.