Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Release v2.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpwilliams jpwilliams released this 11 Jul 14:42
· 212 commits to master since this release

Optimisations

  • ⚡ Group demissions by expiry time, inclusive of scheduled messages: 80997e2
  • 🔨 Create a single publishing channel per request event, rather than a pool: 138069a
  • 💩 #35 Big changes to alleviate performance issues when handling thousands of messages: e09db26

Bug fixes / generic changes

  • 📝 Removing usless templates docs: 9d5cf68
  • 🐛 Fix bug whereby demission queues were never resolved: 9eb7272
  • 🐛 Fix bug whereby event is undefined when trying to return Promise events: 983b3b9
  • 👽 Use Buffer.from rather than new Buffer due to deprecation: cc00497
  • 🔥 Remove unneeded code: a29267d
  • 🐛 Fix bad demission queue expirations, causing dead queues: 2675d16
  • 📝 Cleaning up the docs a tad: a3145bf