-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>@launchdarkly/akamai-edgeworker-sdk-common: 1.0.3</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-server-sdk-common bumped from ^2.0.2 to ^2.1.0 </details> <details><summary>@launchdarkly/akamai-server-base-sdk: 2.0.3</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.2 to ^1.0.3 * @launchdarkly/js-server-sdk-common bumped from ^2.0.2 to ^2.1.0 </details> <details><summary>@launchdarkly/akamai-server-edgekv-sdk: 1.0.11</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.2 to ^1.0.3 * @launchdarkly/js-server-sdk-common bumped from ^2.0.2 to ^2.1.0 </details> <details><summary>cloudflare-server-sdk: 2.3.0</summary> ## [2.3.0](cloudflare-server-sdk-v2.2.3...cloudflare-server-sdk-v2.3.0) (2023-11-14) ### Features * edge sdks should send events to bulk/environment endpoint ([#256](#256)) ([f45910f](f45910f)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.2 to 2.1.0 </details> <details><summary>js-sdk-common: 2.1.0</summary> ## [2.1.0](js-sdk-common-v2.0.0...js-sdk-common-v2.1.0) (2023-11-14) ### Features * edge sdks should send events to bulk/environment endpoint ([#256](#256)) ([f45910f](f45910f)) </details> <details><summary>js-server-sdk-common: 2.1.0</summary> ## [2.1.0](js-server-sdk-common-v2.0.2...js-server-sdk-common-v2.1.0) (2023-11-14) ### Features * edge sdks should send events to bulk/environment endpoint ([#256](#256)) ([f45910f](f45910f)) ### Bug Fixes * Better handle waiting for initialization for failure cases. ([#314](#314)) ([16515df](16515df)), closes [#312](#312) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-sdk-common bumped from 2.0.0 to 2.1.0 </details> <details><summary>js-server-sdk-common-edge: 2.1.0</summary> ## [2.1.0](js-server-sdk-common-edge-v2.0.2...js-server-sdk-common-edge-v2.1.0) (2023-11-14) ### Features * edge sdks should send events to bulk/environment endpoint ([#256](#256)) ([f45910f](f45910f)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-server-sdk-common bumped from 2.0.2 to 2.1.0 </details> <details><summary>@launchdarkly/node-server-sdk: 9.0.3</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-server-sdk-common bumped from 2.0.2 to 2.1.0 </details> <details><summary>@launchdarkly/node-server-sdk-dynamodb: 6.0.3</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/node-server-sdk bumped from 9.0.2 to 9.0.3 </details> <details><summary>@launchdarkly/node-server-sdk-redis: 4.0.3</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @launchdarkly/node-server-sdk bumped from 9.0.2 to 9.0.3 </details> <details><summary>vercel-server-sdk: 1.2.0</summary> ## [1.2.0](vercel-server-sdk-v1.1.7...vercel-server-sdk-v1.2.0) (2023-11-14) ### Features * Support analytics events in the vercel SDK. ([#316](#316)) ([cc41db4](cc41db4)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.2 to 2.1.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ryan Lamb <[email protected]>
- Loading branch information
1 parent
cc41db4
commit a3ec167
Showing
23 changed files
with
146 additions
and
34 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,13 +1,13 @@ | ||
{ | ||
"packages/shared/common": "2.0.0", | ||
"packages/shared/sdk-server": "2.0.2", | ||
"packages/sdk/server-node": "9.0.2", | ||
"packages/sdk/cloudflare": "2.2.3", | ||
"packages/shared/sdk-server-edge": "2.0.2", | ||
"packages/sdk/vercel": "1.1.7", | ||
"packages/sdk/akamai-base": "2.0.2", | ||
"packages/sdk/akamai-edgekv": "1.0.10", | ||
"packages/shared/akamai-edgeworker-sdk": "1.0.2", | ||
"packages/store/node-server-sdk-dynamodb": "6.0.2", | ||
"packages/store/node-server-sdk-redis": "4.0.2" | ||
"packages/shared/common": "2.1.0", | ||
"packages/shared/sdk-server": "2.1.0", | ||
"packages/sdk/server-node": "9.0.3", | ||
"packages/sdk/cloudflare": "2.3.0", | ||
"packages/shared/sdk-server-edge": "2.1.0", | ||
"packages/sdk/vercel": "1.2.0", | ||
"packages/sdk/akamai-base": "2.0.3", | ||
"packages/sdk/akamai-edgekv": "1.0.11", | ||
"packages/shared/akamai-edgeworker-sdk": "1.0.3", | ||
"packages/store/node-server-sdk-dynamodb": "6.0.3", | ||
"packages/store/node-server-sdk-redis": "4.0.3" | ||
} |
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
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
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
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
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
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
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
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
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
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
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