Skip to content

Releases: kayleg/cloud-pubsub

v0.9.0

21 Jan 03:52
624877b
Compare
Choose a tag to compare

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

  • @yury made their first contribution in #24
  • @endor made their first contribution in #25

Full Changelog: v0.8.0...v0.9.0

Message Attributes

08 Feb 21:36
Compare
Choose a tag to compare

What's Changed

  • Enable syntax highlighting in README.md by @novedevo in #23
  • feature: Add attributes to published EncodedMessage by @BigJerBD in #20

New Contributors

Full Changelog: v0.7.0...v0.8.0

Emulator Support

08 Jul 15:51
Compare
Choose a tag to compare

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

28 Jan 02:04
Compare
Choose a tag to compare

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.