This repository was archived by the owner on Nov 12, 2025. It is now read-only.
v0.6.0
New Features
- Add
to_arrowwith support for Arrow data format. (#8644) - Add 'client_options' support (via synth). (#8536)
- Add sharding strategy, stream splitting, Arrow support (via synth). (#8477)
Documentation
- Add docs job to publish to googleapis.dev. (#8464)
Internal / Testing Changes
- Allow kwargs to be passed to create_channel (via synth). (#8441)
- Add encoding declaration to protoc-generated files (via synth). (#8345)
- Refactor
reader.ReadRowsPageto use_StreamParser. (#8262) - Fix coverage in 'types.py' (via synth). (#8148)
- Add empty lines, remove coverage exclusions (via synth). (#8051)