Releases: kayleg/cloud-pubsub
Releases · kayleg/cloud-pubsub
v0.9.0
What's Changed
- Add attributes accessor to EncodedMessage by @yury in #24
- feat!: allow specifying the maximum number of messages to fetch by @endor in #25
- feat: add support for sending a binary message
- Upgraded dependencies
New Contributors
Full Changelog: v0.8.0...v0.9.0
Message Attributes
Emulator Support
Change log
- Allow parsing credentials from string view commit
- Use log trait instead of println / eprintln view commit
- Add possibility to use google pubsub emulator (given PUBSUB_EMULATOR_HOST env) view commit
Fixes:
- First tick will return right away so we should call tick prior to doing anything else view commit
Async/Await Support
This release updates the syntax to use async/await
instead of explicit Futures
.
There are also better error messages when communicating withPubSub
returns an error code.