v0.1.9
What's Changed
- Add server streaming support to startBatch — streaming RPCs (used by Google Cloud AI Platform
streamGenerateContent, SpannerExecuteStreamingSql, 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
- @keithbrink made their first contribution in #5
Full Changelog: v0.1.8...v0.1.9