Skip to content

Release v0.28.0

Compare
Choose a tag to compare
@syumai syumai released this 16 Feb 10:55
· 11 commits to main since this release
0fdf837

Notice

  • This version includes non-backward-compatible changes to the Queue Producer APIs.
    • Some types and functions have been renamed.
  • KV and R2 features have been moved to dedicated packages, and the old ones have been deprecated.

What's Changed

  • replace TinyGo with Go in Quick Start guide by @syumai in #141
  • move kv features to cloudflare/kv package by @syumai in #147
  • move r2 features to cloudflare/r2 package by @syumai in #148
  • Implement Queues Consumer by @meandnano in #137
  • rename ConsumeNonBlocking to ConsumeNonBlock by @syumai in #149
  • update consumer message APIs by @syumai in #150
  • Rename BatchMessage to MessageSendRequest by @syumai in #152

Full Changelog: v0.27.0...v0.28.0