Releases: bbc/sqs-producer
Releases · bbc/sqs-producer
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
v1.6.3
v1.6.2
v1.6.1
v.1.6.0
v1.5.0
v1.4.0
- Exports the Producer object
v1.3.4
- Switch from selectn from
lodash.get