Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 27 Mar 05:08

What's Changed

  • Add server streaming support to startBatch — streaming RPCs (used by Google Cloud AI Platform streamGenerateContent, Spanner ExecuteStreamingSql, etc.) now work correctly. The extension detects unary vs streaming from the batch pattern and spawns a background tokio task to drive the tonic stream.
  • chore: update GitHub Actions to Node.js 24-compatible versions by @keithbrink in #5

New Contributors

Full Changelog: v0.1.8...v0.1.9