Highlights
Major Upgrade: Protobuf 2.x → 3.x
- All dependencies updated to latest versions
- Breaking change: oneof fields now use enum variants
Full Bigtable Data API v2 Coverage
- Added 5 new methods: PingAndWarm, GenerateInitialChangeStreamPartitions, ReadChangeStream,
PrepareQuery, ExecuteQuery - Now supports all 11 API methods
New: Integration Test Suite
- 12 tests covering all API methods
- Runs against live Bigtable instance
New: Infrastructure Tooling
- make bigtable-up / make bigtable-down for instance management
- Makefile for common development tasks
Dependency Updates
| Package | Old → New |
|---|---|
| protobuf | 2.28 → 3.7 |
| goauth | 0.6 → 0.17 |
| smpl_jwt | 0.4 → 0.9 |
| protobuf-json-temp → protobuf-json-mapping | 3.7 |