Release v2.4.0
What's Changed
Features
- feat(pubsub): Allow passing metadata to publish and subscribe API by @shubham1172 in #329
- feat(pubsub): Implement pubsub dead letter & single/multi routing by @XavierGeerinck in #342
- feat(actors): Allow actors to be configurable by @shubham1172 in #346
- feat(metadata): Support capabilities field in metadata API by @DeepanshuA in #347
Fixes
- fix(lock): Renaming distributed lock API UnlockResponse.Status (#336) by @tmacam in #337
- fix(pubsub): Send correct HTTP response status in subscription event handler by @DeepanshuA in #334
- fix(client): Reusing same HTTP client instance by @DeepanshuA in #340
Chores
- chore(release): bump version to v2.4.0 by @shubham1172 in #355
Documentation
- docs(dev) Add reference docs for releasing by @shubham1172 in #353
New Contributors💖
- @tmacam made their first contribution in #337
- @DeepanshuA made their first contribution in #334
Full Changelog: v2.3.1...v2.4.0