Skip to content

Releases: miroapp/cloud-data-import

v0.12.2

05 Nov 11:12
4111a11
Compare
Choose a tag to compare

Patch Changes

  • e340fd8: Export the AwsServices type
  • 35257b0: chore(deps): bump the aws-sdk group across 1 directory with 4 updates
  • 19dae1a: chore(deps): bump the aws-sdk group across 1 directory with 24 updates

v0.12.1

29 Oct 13:10
798dd12
Compare
Choose a tag to compare

Patch Changes

  • d668d36: chore(deps): bump the aws-sdk packages with 20 updates

v0.12.0

28 Oct 12:17
48e2466
Compare
Choose a tag to compare

Minor Changes

  • 8888163: - Separated tags scanning from main resource discovery pipeline
    • Exposed new getTagsScanner function from the module
  • 0643917: - Decoupled service names to support future feature development
    • Added new AWS scanning capabilities to the module:
      • getAwsScanner for single/multiple service scanning
      • getAllAwsScanners to retrieve all available scanners
    • Enhanced type safety for scanner implementations
    • Reorganized ECS-related components (clusters, tasks, services) into separate files
    • Added AWS prefix to core types and operations for better clarity

Patch Changes

  • 3e8cace: Fixed the small typing error in boilerplate file
  • 47f2108: chore(deps): bump @aws-sdk/client-cloudwatch from 3.654.0 to 3.679.0
  • 61ebb32: chore(deps): bump @aws-sdk/client-route-53 from 3.654.0 to 3.679.0
  • 45111f5: chore(deps): bump @aws-sdk/client-elasticache from 3.654.0 to 3.679.0
  • 9e2e0e9: chore(deps): bump @aws-sdk/client-elastic-load-balancing-v2 from 3.654.0 to 3.679.0
  • cf5e43d: chore(deps): bump @aws-sdk/client-eks from 3.654.0 to 3.679.0

v0.11.1

21 Oct 13:38
f765960
Compare
Choose a tag to compare

Patch Changes

  • 67bf143: Tags are now fetched by ARN, significantly speeding up the discovery process

v0.11.0

18 Oct 12:33
1acdc75
Compare
Choose a tag to compare

Minor Changes

v0.10.0

02 Oct 15:52
5379060
Compare
Choose a tag to compare

Minor Changes

  • 8b588ef: Updated S3 bucket region configuration

v0.9.0

01 Oct 11:12
2dd51f7
Compare
Choose a tag to compare

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

v0.8.0

20 Sep 15:08
7670b72
Compare
Choose a tag to compare

Minor Changes

  • 01223ed: Add AWS profile parameter support

Patch Changes

  • 7f90266: chore(deps): bump @aws-sdk/client-cloudwatch from 3.621.0 to 3.654.0
  • 6d3ba3e: chore(deps): bump @aws-sdk/client-dynamodb from 3.621.0 to 3.654.0
  • 3d97fe9: chore(deps): bump @aws-sdk/client-efs from 3.621.0 to 3.654.0
  • ffe45a0: Add .npmrc to set registry
  • 5e5d6bb: chore(deps): bump @aws-sdk/client-redshift from 3.621.0 to 3.654.0
  • fe121c3: chore(deps): bump @aws-sdk/client-sts from 3.624.0 to 3.654.0

v0.7.0

30 Aug 14:51
d715ad5
Compare
Choose a tag to compare

Minor Changes

  • b31f5be: Exported more functionality including awsRegionsId, experimental_getProcessedData() and more types

v0.6.1

16 Aug 10:09
78b25cc
Compare
Choose a tag to compare

Patch Changes

  • 7f48aad: fix: container-scaffolding-creation error fixed