Recent Releases of https://github.com/awslabs/analytics-accelerator-s3
https://github.com/awslabs/analytics-accelerator-s3 - v1.2.1
What's Changed
- Build Iceberg with Spark 3.5 by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/303
- Generate encrypted objects for benchmark by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/296
- Refactor ITests. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/297
- IoStats-CallBack-AAL by @vaibhav5140 in https://github.com/awslabs/analytics-accelerator-s3/pull/298
- fix: shading dependency on google error prone by @stubz151 in https://github.com/awslabs/analytics-accelerator-s3/pull/305
- Release Version 1.2.1 by @vaibhav5140 in https://github.com/awslabs/analytics-accelerator-s3/pull/308
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/compare/v1.2.0...v1.2.1
- Java
Published by vaibhav5140 12 months ago
https://github.com/awslabs/analytics-accelerator-s3 - v1.2.0
What's Changed
- Updated release.yml to fix signing issue by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/269
- Move small object prefetching to physicalIO by @vaibhav5140 in https://github.com/awslabs/analytics-accelerator-s3/pull/258
- Fix fleaky unit tests on BlobStore by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/273
- Introduces common executor pool. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/275
- Run integration tests on self hosted runner by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/277
- Modify gradle setup step to reduce time by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/278
- Fix bug in small object prefetching by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/279
- Implements readVectored() in AAL by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/270
- Migration to Central Portal for Maven by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/282
- Pass down openstreaminfo instead of streamcontext by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/283
- auditing - initial changes by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/280
- SSE_C changes by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/281
- Update-integration-tests-worflow by @vaibhav5140 in https://github.com/awslabs/analytics-accelerator-s3/pull/291
- Adds test cases for readVectored() by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/284
- Add support for readFully at the S3SeekableInputStream level by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/293
- Replace DAT with AAL by @ozkoca in https://github.com/awslabs/analytics-accelerator-s3/pull/300
- chore: increasing version number to 1.2.0 by @stubz151 in https://github.com/awslabs/analytics-accelerator-s3/pull/299
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/compare/v1.1.0...v1.2.0
- Java
Published by stubz151 12 months ago
https://github.com/awslabs/analytics-accelerator-s3 - v1.1.0
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 https://github.com/awslabs/analytics-accelerator-s3/pull/251
- feat: Added new metrics like memory usage and cache hit/miss https://github.com/awslabs/analytics-accelerator-s3/pull/257
- feat: Read optimisations for sequential file formats https://github.com/awslabs/analytics-accelerator-s3/pull/238
- Improved integration test documentation https://github.com/awslabs/analytics-accelerator-s3/pull/260
- Added config to use format-specific LogicalIO implementations https://github.com/awslabs/analytics-accelerator-s3/pull/259
- Reduced waiting time and retry on GrayTest https://github.com/awslabs/analytics-accelerator-s3/pull/256
- fix: Failing ref tests https://github.com/awslabs/analytics-accelerator-s3/pull/255
- fix: Setting log path for telemetry https://github.com/awslabs/analytics-accelerator-s3/pull/252
- Added some debug logs https://github.com/awslabs/analytics-accelerator-s3/pull/250
- Reduced default block read timeout to 30 seconds https://github.com/awslabs/analytics-accelerator-s3/pull/249
- Enabled Iceberg unit-tests https://github.com/awslabs/analytics-accelerator-s3/pull/245
- Java
Published by rajdchak about 1 year ago
https://github.com/awslabs/analytics-accelerator-s3 - v1.0.0
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 https://github.com/awslabs/analytics-accelerator-s3/pull/229
- Logs everything at debug https://github.com/awslabs/analytics-accelerator-s3/pull/236
- Adds javadoc generation https://github.com/awslabs/analytics-accelerator-s3/pull/237
- Java
Published by ahmarsuhail over 1 year ago
https://github.com/awslabs/analytics-accelerator-s3 - v0.0.4
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 https://github.com/awslabs/analytics-accelerator-s3/pull/222
- Timeout retry stuck sdk client https://github.com/awslabs/analytics-accelerator-s3/pull/219
- Adds in constructor for open stream information https://github.com/awslabs/analytics-accelerator-s3/pull/223
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/compare/v0.0.3...v0.0.4
- Java
Published by ahmarsuhail over 1 year ago
https://github.com/awslabs/analytics-accelerator-s3 - v.0.0.3
Version0.0.3 Adds audit headers, exception handling, and etag support.
What's Changed
- Fix Len = 0 and Insufficient Buffer behaviours for positioned reads by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/203
- fix: fixing jmh local build by @stubz151 in https://github.com/awslabs/analytics-accelerator-s3/pull/205
- Support audit headers in request by @rajdchak in https://github.com/awslabs/analytics-accelerator-s3/pull/204
- Add ability to dump configs by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/206
- Add JMH JAR generation to CICD by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/207
- Migrate to new Iceberg staging branch by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/208
- Improve the exception handling of the S3SdkObjectClient by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/210
- Improve the unit and integration tests by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/211
- feat: adding etag checking for stream reads by @stubz151 in https://github.com/awslabs/analytics-accelerator-s3/pull/209
- fix: updating integ test to check at correct point by @stubz151 in https://github.com/awslabs/analytics-accelerator-s3/pull/213
- add gray failure tests and FaultyS3Client by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/214
- Update Version Number to 0.0.3 by @SanjayMarreddi in https://github.com/awslabs/analytics-accelerator-s3/pull/215
New Contributors
- @stubz151 made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/205
- @rajdchak made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/204
- @SanjayMarreddi made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/210
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/compare/v0.0.2...v.0.0.3
- Java
Published by stubz151 over 1 year ago
https://github.com/awslabs/analytics-accelerator-s3 - v0.0.2
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
- Fixed a typo in the README by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/180
- Remove unnecessary Maven publish step by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/182
- Move both Iceberg and S3A CICD to snapshot builds by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/186
- Split footer requests into two by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/188
- Prefetch dictionaries and column data separately by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/189
- Addresses review comments by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/190
- Add support to seek beyond end of stream @fuatbasik (https://github.com/awslabs/analytics-accelerator-s3/pull/192)
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/compare/v0.0.1...v0.0.2
- Java
Published by fuatbasik over 1 year ago
https://github.com/awslabs/analytics-accelerator-s3 - v0.0.1
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
- Initial commit by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/1
- Add simple CI building with ./gradlew build by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/2
- Add code coverage verification to builds by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/3
- Build: Streamlined dependency and plugin management by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/4
- Add spotless checks by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/13
- Initial implementation of object client. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/14
- Implement very first version of seekable stream by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/15
- Eliminate open-range GET requests by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/16
- Adds in jar task by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/17
- Implement first version of JMH microbenchmarks by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/18
- Implements read(buf[], offset, len) by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/19
- Implement readTail() by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/20
- Make client singleton, add a sensible readAhead. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/21
- Fixes off by one error. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/23
- Start of the new configuration approach, with opportunistic changes required to support it by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/25
- New
commonmodule by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/26 - Factor implementation into Logical and Physical IO layers by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/27
- Github action to build and upload s3 seekable stream jars to s3 bucket by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/24
- Fixing the command to copy jars to s3 in GitHub actions by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/28
- Extend GitHub workflow to upload JARs for S3FileIO by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/31
- Fix copy-paste typo in build-upload script by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/33
- Implements initial parquet parsing. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/32
- Fix reference tests by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/30
- Simplify local development of integrations by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/29
- Adds in initial logic for build column maps. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/37
- [Preview] Implementing footer caching with introducing single cache option. by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/35
- Prefetching fixes and improvements by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/41
- Add property based testing by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/34
- Moves to byte array instead of ByteBuffer. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/44
- This change fixes a bug in creating a prefetch block by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/43
- Adding new logic to send user-agent in S3 Requests by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/42
- Extending unit test coverage and fixing race condition by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/45
- Parquet aware prefetching. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/39
- Prefetch recent columns. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/46
- Add extra logs and throw Exception when seeing wrong range. by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/47
- Replace sleep call with waiting on task for caching data by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/49
- Handles multi row grow group parquet files by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/48
- Adds in prefetch details to referrer header. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/50
- Update instructions on how to run micro-benchmarks by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/51
- Supporting nested parquet schema by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/52
- Use S3CrtAsyncClient to prevent writing time out by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/54
- Shades parquet-format dependency. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/55
- Optimize block reading by @IsaevIlya in https://github.com/awslabs/analytics-accelerator-s3/pull/53
- Updates logs to the right levels. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/57
- Adds some debug logs. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/59
- Fixing reference tests by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/60
- [Refactor] Move Parquet awareness out of the PhysicalIO layer by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/56
- Adds in minimum confidence ratio to prevent over reading. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/61
- Parquet metadata parsing improvements by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/62
- Prevent overreading per schema. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/63
- Reverting parquet metadata improvements by @radhisat in https://github.com/awslabs/analytics-accelerator-s3/pull/64
- Implement sequential prefetching in PhysicalIO by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/65
- [Fix] Resolve dependency conflict in uber JAR by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/67
- Update part size to 8MB by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/68
- Prefetch lengths were asking for one extra byte by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/69
- Add Configuration Modification by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/70
- First cut at Telemetry and initial instrumentation by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/74
- Fixed the
IOplan.toStringNSE and changed the telemetry to turn off the console by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/76 - Telemetry: added a concept of
leveland reduced noisiness by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/77 - Further telemetry updates to manage verbosity and control perf by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/78
- Added SpotBugs coverage and fixed the codebase by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/82
- Refactoring: Move all
Object-Clientmodeling tocommonand get rid of duplicateRange. by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/87 - Remove IOUtils dependency by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/75
- Set appropriate groupId by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/91
- Change version from 1.0.0 to 0.0.1 by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/92
- Telemetry refactoring for
input-streamby @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/90 - Adds in a Default logical IO to be used for all non parquet objects. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/85
- Added lifetime management/
flushtoTelemetryto set up support for reporter that allocate resources by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/94 - Produce downstream S3A and S3FileIO artifacts to be used by benchmarks. by @shintaroonuma in https://github.com/awslabs/analytics-accelerator-s3/pull/95
- Fix iceberg spark runtime jar path by @shintaroonuma in https://github.com/awslabs/analytics-accelerator-s3/pull/97
- Telemetry for ObjectClient and related minor refactoring by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/96
- Lookup iceberg spark runtime jar path by @shintaroonuma in https://github.com/awslabs/analytics-accelerator-s3/pull/99
- Build all artifacts before uploading to S3 by @shintaroonuma in https://github.com/awslabs/analytics-accelerator-s3/pull/100
- Rename cicd workflow iceberg artifact by @shintaroonuma in https://github.com/awslabs/analytics-accelerator-s3/pull/102
- Telemetry: added support for metrics and simple aggregations by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/103
- ConnectorConfiguration enhancements by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/104
- Prevents over reading of columns. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/101
- Renames ParquetMetadataStore to ParquetColumnPrefetchStore. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/105
- S3SdkObjectClient: better lifetime controls on
close()by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/106 - Enabled Java
-XLintwarnings and made them errors. by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/107 - Gradle test-logger plugin integration by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/108
- Expose sequential prefetching constants as configurable by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/109
- Prepare repo for public by adding dependabot and PR/Issue Templates by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/110
- Bump io.freefair.lombok from 8.6 to 8.10 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/116
- Bump net.jqwik:jqwik from 1.8.5 to 1.9.1 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/114
- Bump org.testcontainers:testcontainers from 1.16.2 to 1.20.2 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/118
- Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.0.2 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/113
- Bump webfactory/ssh-agent from 0.7.0 to 0.9.0 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/115
- Bump com.adobe.testing:s3mock-testcontainers from 3.6.0 to 3.11.0 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/122
- Bump io.freefair.lombok from 8.10 to 8.10.2 by @dependabot in https://github.com/awslabs/analytics-accelerator-s3/pull/120
- Adds in new Row_Group prefetch mode. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/119
- Remove asana links by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/125
- [Bugfix] Sequential prefetching should not shrink ranges by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/126
- Integration tests and benchmarking refresh. by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/127
- Add THIRD-PARTY-NOTICES.txt generation logic by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/131
- Addressed feedback for the Benchmarking/Integration tests PR by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/132
- Uses SLF4J. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/128
- Added the changelog and updated the PR template by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/133
- Apply License Headers Requirements by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/134
- Add THIRD-PARTY-NOTICES by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/135
- Changed the package name to
software.amazon.s3.dataacceleratorby @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/136 - Updates READMe by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/138
- Various Document updates by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/137
- Update Iceberg integration in CI/CD by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/142
- Launch integration tests on PRs and pushes by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/147
- Change default of sequential prefetch base to 2.0 by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/144
- Track columns in merged ranges. by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/153
- [Pure refactor] Add
TelemetryFormatby @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/154 - Add a JSON
TelemetryFormatimplementation by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/155 - Add telemetry to logical and physical reads by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/157
- Minor telemetry fixes by @oleg-lvovitch-aws in https://github.com/awslabs/analytics-accelerator-s3/pull/159
- Suggestsed edits to README by @aws-docs-suej in https://github.com/awslabs/analytics-accelerator-s3/pull/143
- Fix null pointer exception by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/161
- Refactor package and module name by @matthaddaws in https://github.com/awslabs/analytics-accelerator-s3/pull/160
- Change Project Name from root gradle settings by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/167
- Remove mentions of old repository name by @CsengerG in https://github.com/awslabs/analytics-accelerator-s3/pull/168
- Updated README.md by @aws-docs-suej in https://github.com/awslabs/analytics-accelerator-s3/pull/171
- update readme by @ahmarsuhail in https://github.com/awslabs/analytics-accelerator-s3/pull/172
- Add task publishing to Maven by @matthaddaws in https://github.com/awslabs/analytics-accelerator-s3/pull/163
- Make signing optional for publishToMavenLocal by @matthaddaws in https://github.com/awslabs/analytics-accelerator-s3/pull/174
- Trim Uber Jar to remove awssdk and slf4j and netty dependencies. by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/169
- Update README.md by @aws-docs-suej in https://github.com/awslabs/analytics-accelerator-s3/pull/177
- Minor fixes to README by @fuatbasik in https://github.com/awslabs/analytics-accelerator-s3/pull/178
New Contributors
- @CsengerG made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/1
- @oleg-lvovitch-aws made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/4
- @ahmarsuhail made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/14
- @radhisat made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/24
- @IsaevIlya made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/35
- @fuatbasik made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/42
- @shintaroonuma made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/95
- @dependabot made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/116
- @aws-docs-suej made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/143
- @matthaddaws made their first contribution in https://github.com/awslabs/analytics-accelerator-s3/pull/160
Full Changelog: https://github.com/awslabs/analytics-accelerator-s3/commits/v0.0.1
- Java
Published by CsengerG over 1 year ago