All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
SchedulerClient.
S3Client.getObjectJsondid not handle stream response.
S3Client.getObjectJsonwill automatically decompress body ifContent-Encodingstarts withgzip.S3Client.putObjectJsonwill automatically gzip body ifContent-Encodingstarts withgzip.
- New property
DynamodbDocumentClient.db. - New property
DynamodbDocumentClient.tableName.
- Update all dependencies.
- CI steps.
- Release under the MIT license.
DynamodbDocumentClient.transactGet.DynamodbDocumentClient.transactWrite.
- Update dependencies.
- The internal AWS client used by each wrapper class is now cached
and reused according to the
nameparameter. This allows the reuse of TCP connections even if a new instance of the wrapper class is created per-request.
- Update aws-sdk to v3.20.0.
- Throw
DynamodbMissingKeyErrorwhen missing hash or range keys.
- Initial release.