From 2dd51f70b06aaf64954983696967a884730ef0a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:11:53 +0200 Subject: [PATCH] Version Packages (#197) Co-authored-by: github-actions[bot] --- .changeset/cuddly-parrots-tie.md | 5 ----- .changeset/dry-walls-bathe.md | 5 ----- .changeset/flat-dogs-repeat.md | 5 ----- .changeset/hot-ducks-hide.md | 5 ----- .changeset/lemon-flowers-knock.md | 5 ----- .changeset/poor-shrimps-work.md | 9 --------- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 35 deletions(-) delete mode 100644 .changeset/cuddly-parrots-tie.md delete mode 100644 .changeset/dry-walls-bathe.md delete mode 100644 .changeset/flat-dogs-repeat.md delete mode 100644 .changeset/hot-ducks-hide.md delete mode 100644 .changeset/lemon-flowers-knock.md delete mode 100644 .changeset/poor-shrimps-work.md diff --git a/.changeset/cuddly-parrots-tie.md b/.changeset/cuddly-parrots-tie.md deleted file mode 100644 index c6a63b3..0000000 --- a/.changeset/cuddly-parrots-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mirohq/cloud-data-import": patch ---- - -Changed the app name to "Cloud View" diff --git a/.changeset/dry-walls-bathe.md b/.changeset/dry-walls-bathe.md deleted file mode 100644 index 73dd184..0000000 --- a/.changeset/dry-walls-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mirohq/cloud-data-import": patch ---- - -chore(deps): bump @aws-sdk/client-lambda from 3.655.0 to 3.659.0 diff --git a/.changeset/flat-dogs-repeat.md b/.changeset/flat-dogs-repeat.md deleted file mode 100644 index 188be86..0000000 --- a/.changeset/flat-dogs-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mirohq/cloud-data-import": patch ---- - -chore(deps): bump @aws-sdk/client-dynamodb from 3.654.0 to 3.658.1 diff --git a/.changeset/hot-ducks-hide.md b/.changeset/hot-ducks-hide.md deleted file mode 100644 index 6f6441f..0000000 --- a/.changeset/hot-ducks-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mirohq/cloud-data-import": patch ---- - -fix: rate-limiter import build issue fixed diff --git a/.changeset/lemon-flowers-knock.md b/.changeset/lemon-flowers-knock.md deleted file mode 100644 index 3dd8f3f..0000000 --- a/.changeset/lemon-flowers-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mirohq/cloud-data-import": patch ---- - -chore(deps): bump @aws-sdk/client-rds from 3.654.0 to 3.658.1 diff --git a/.changeset/poor-shrimps-work.md b/.changeset/poor-shrimps-work.md deleted file mode 100644 index e01d1bb..0000000 --- a/.changeset/poor-shrimps-work.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@mirohq/cloud-data-import": minor ---- - -- (RateLimiter) Implemented strict throttling instead of windowed throttling -- (RateLimiter) Added pause, resume, and abort functionality to rate-limiter -- (RateLimiter) Introduced RetryStrategy concept for customizable retry logic -- (RateLimiter) Created AWSRateLimitExhaustionRetryStrategy based on RetryStrategy -- (lib) Integrated new retry strategy in CLI and exposed via library diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c2892..65dcdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @mirohq/cloud-data-import +## 0.9.0 + +### Minor Changes + +- b240bf1: - (RateLimiter) Implemented strict throttling instead of windowed throttling + - (RateLimiter) Added pause, resume, and abort functionality to rate-limiter + - (RateLimiter) Introduced RetryStrategy concept for customizable retry logic + - (RateLimiter) Created AWSRateLimitExhaustionRetryStrategy based on RetryStrategy + - (lib) Integrated new retry strategy in CLI and exposed via library + +### Patch Changes + +- 9fa6a92: Changed the app name to "Cloud View" +- ca51530: chore(deps): bump @aws-sdk/client-lambda from 3.655.0 to 3.659.0 +- 289bfba: chore(deps): bump @aws-sdk/client-dynamodb from 3.654.0 to 3.658.1 +- dd02463: fix: rate-limiter import build issue fixed +- e95a19c: chore(deps): bump @aws-sdk/client-rds from 3.654.0 to 3.658.1 + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index b9be179..0b54a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mirohq/cloud-data-import", - "version": "0.8.0", + "version": "0.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/esm/index.js",