Skip to content

Releases: awslabs/analytics-accelerator-s3

v1.3.0

21 Aug 09:19
0cd7883
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

07 Jul 15:18
280ab7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Jun 14:04
00e6948
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 May 10:09
4075ab9
Compare
Choose a tag to compare

Version 1.1.0 adds in new features like memory manager, new metrics, read optimisations for sequential file formats and multiple other improvements/fixes as listed below.

v1.1.0 (May 09, 2025)

  • feat: Memory Manager #251
  • feat: Added new metrics like memory usage and cache hit/miss #257
  • feat: Read optimisations for sequential file formats #238
  • Improved integration test documentation #260
  • Added config to use format-specific LogicalIO implementations #259
  • Reduced waiting time and retry on GrayTest #256
  • fix: Failing ref tests #255
  • fix: Setting log path for telemetry #252
  • Added some debug logs #250
  • Reduced default block read timeout to 30 seconds #249
  • Enabled Iceberg unit-tests #245

v1.0.0

05 Mar 17:01
15379e0
Compare
Choose a tag to compare

Version 1.0.0 Adds in retry logic for block reads in the prefetch path, and reduces logging level to debug. Removes the previous recommendation to restrict usage to non-production traffic. While this is a major version update, the release contains no breaking changes.

v1.0.0 (March 04, 2025)

  • Adds retrying of block reads #229
  • Logs everything at debug #236
  • Adds javadoc generation #237

v0.0.4

24 Feb 15:10
0cb2aad
Compare
Choose a tag to compare

Version0.0.4 Adds in retry logic for SDK requests and a new constructor for passing in known stream information.

What's Changed

  • Close input stream explicitly #222
  • Timeout retry stuck sdk client #219
  • Adds in constructor for open stream information #223

Full Changelog: v0.0.3...v0.0.4

v.0.0.3

07 Feb 15:08
a87fb9a
Compare
Choose a tag to compare

Version0.0.3 Adds audit headers, exception handling, and etag support.

What's Changed

New Contributors

Full Changelog: v0.0.2...v.0.0.3

v0.0.2

17 Dec 13:57
Compare
Choose a tag to compare

Version0.0.2 improves the performance by separating prefetching of dictionaries and data for Parquet objects and splitting fetching of footer data into two. S3SeekableStream now lets consumer seek beyond the end of stream.

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Nov 14:08
d8fb3f5
Compare
Choose a tag to compare

Alpha release of Analytics Accelerator Library for Amazon S3, an open source library that accelerates data access to S3 for client applications, lowering processing times and compute costs for your data analytics workloads. See README for further details.

Note: This is an Alpha release and should not be used in production.

Please see GitHub for known issues.

What's Changed

Read more