Skip to content

v0.11.0

Compare
Choose a tag to compare
@oleiade oleiade released this 09 Oct 13:22
· 46 commits to main since this release
c99fe38

What's Changed

  • Add support for attributes and delay seconds for SQS by @nickcaballero in #65
  • Fixed #30, by adding a params argument to the s3.putObject method, allowing to pass specific request parameters such as contentDisposition, contentLength, contentType or contentMD5 to such requests.
  • Fixed #52, by renaming the kinesis interfaces and type properties to lowercased camelCase to fit our existing naming convention.
  • Improved S3 test coverage.

Full Changelog: v0.10.0...v0.11.0