Skip to content

Commit

Permalink
Version Packages (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 1, 2024
1 parent dd02463 commit 2dd51f7
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-parrots-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-walls-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-dogs-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-ducks-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-flowers-knock.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/poor-shrimps-work.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2dd51f7

Please sign in to comment.