Releases: ssut/nestjs-sqs
Releases · ssut/nestjs-sqs
v3.0.1
What's Changed
- fix(SqsService): getQueueInfo() - cannot read properties of undefined (reading 'instance') by @andrewvsk in #87
- Bump version to 3.0.1 and update dependencies (Nestjs 11) by @usualdesigner in #92
New Contributors
- @andrewvsk made their first contribution in #87
- @usualdesigner made their first contribution in #92
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Update sqs-consumer and sqs-producer to fix graceful shutdown by @eduardoazevedo3 in #83
- feat!: introduce nestjs-sqs v3 by @ssut in #85
New Contributors
- @eduardoazevedo3 made their first contribution in #83
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- [ERROR] Fix exception when no message handler is registered. by @workmad3 in #64
- chore: auto publish package on release by @IzioDev in #62
- feat: add support for consumer stop options by @cassiolacerda in #76
- fix(SqsService): getQueueInfo method return the correct consumer instance by @Verdini in #77
New Contributors
- @workmad3 made their first contribution in #64
- @IzioDev made their first contribution in #62
- @cassiolacerda made their first contribution in #76
- @Verdini made their first contribution in #77
Full Changelog: v2.2.0...v2.3.0