Skip to content

Releases: james-hu/aws-serverless-dataflow

v1.2.8

07 Jan 12:04
Compare
Choose a tag to compare
1.2.8

1.2.5

03 Apr 22:37
Compare
Choose a tag to compare

Fully migrated to latest @oclif/core.

v1.2.4

03 Apr 12:10
Compare
Choose a tag to compare
1.2.4

v1.2.3

23 Mar 03:35
Compare
Choose a tag to compare
1.2.3

v1.2.2

20 Nov 05:16
Compare
Choose a tag to compare

Major improvements:

  • "Generated at" timestamp is now shown
  • Precompiled binaries are now available for downloading

v1.2.0

03 Jun 11:34
Compare
Choose a tag to compare

Major improvements:

  • Retries have been added so that you will not see RateLimitExceeded kind of errors again.
  • Improved parallelism so that it runs faster.
  • When copying asset files, file timestamps are preserved, so that if you use aws s3 sync ... to upload them to S3 regularly, they won't be copied again and again.
  • Now it runs properly when it is installed as a dependency in a host project.

1.1.5

14 Feb 11:19
Compare
Choose a tag to compare

Improvements

  • Added delay between AWS API Gateway API calls, so that it is now less likely to get throttling errors from AWS.
  • At the bottom of the page, a reconstructed command line is shown. This would be useful for sharing the diagram/command line.
  • parallelism now can be negative, which means additional delay will be added between AWS API calls.

1.1.4

06 Nov 10:09
Compare
Choose a tag to compare

Improvements

  • Decreased default parallelism to 2 (Don't know why but it seems AWS is decreasing the throttling threshold)
  • Automatically decreases parallelism and restarts in case AWS returns TooManyRequests error
  • Pressing Enter in include or exclude input box to confirm the change
  • Intuitive error message when the user has not logged into AWS before running this command line

1.1.3

24 Oct 04:56
Compare
Choose a tag to compare

Improvements

  • --parallelism option has been added to allow this tool run faster. By default, the parallelism is 8.
  • The actual result is that his tool runs about 3.5 times faster than before.

1.1.2

23 Oct 13:41
Compare
Choose a tag to compare

Improvements:

  • Checking for version updates should work for users in China.
  • Include and exclude pattern filters have been added to UI.