This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.17.0
0.17.0 (2023-12-14)
Features
- Add
filtersargument toread_gbqfor enhanced data querying (#198) (034f71f) - Add module/class level api tracking (#272) (4f3db3d)
- Deprecate
use_regional_endpoints(#199) (319a1f2)
Bug Fixes
- Increase recursion limit, cache compilation tree hashes (#184) (b54791c)
- Replaced raise
NotImplementedErrorwith returnNotImplemented(#258) (a133822)