v0.11.0
What's Changed
- Add support for attributes and delay seconds for SQS by @nickcaballero in #65
- Fixed #30, by adding a
params
argument to thes3.putObject
method, allowing to pass specific request parameters such ascontentDisposition
,contentLength
,contentType
orcontentMD5
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