Releases: bbc/sqs-producer
Releases · bbc/sqs-producer
v3.1.1
What's Changed
- chore(deps): updating dependencies by @nicholasgriffintn in #92
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- chore: Making queueurl required in interface by @nicholasgriffintn in #87
- chore: exporting produceroptions as a type by @nicholasgriffintn in #88
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Fix: release had no build / prepublish
command was deprecated
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- chore: adding eslint and prettier by @nicholasgriffintn in #85
- feat: upgrading to aws-sdk-v3 by @nicholasgriffintn in #86
Full Changelog: v2.2.0...v3.0.0
v2.2.0
What's Changed
- Fixing producer.JS file import. It should be TS by @koresar in #50
- Fix typo in code in README by @fabulator in #48
- Producer.send message input type added by @qvantor in #54
- Bump lodash from 4.17.15 to 4.17.20 by @dependabot in #57
- chore: improving documentation and CI by @nicholasgriffintn in #83
- update readme : create custom producer with accessKeyId / secretAccessKey by @cokia in #75
- chore: updating dependencies by @nicholasgriffintn in #84
New Contributors
- @fabulator made their first contribution in #48
- @qvantor made their first contribution in #54
- @nicholasgriffintn made their first contribution in #83
- @cokia made their first contribution in #75
Full Changelog: v2.0.0...v2.2.0
v2.0.0
- Typescript upgrade
- Supports async/await. Callbacks are no longer supported
- Returns AWS responses
- Dependency upgrades to patch security issues