google-cloud-bigtable 0.33.0
05-16-2019 11:51 PDT
Implementation Changes
- Fix typos in deprecation warnings. (#7858)
- Add deprecation warnings for to-be-removed features. (#7532)
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Improve
Policyinterchange w/ JSON, gRPC payloads. (#7378)
New Features
- Add support for passing
client_infoto client. (#7876) and (#7898) - Add
Table.mutation_timeout, allowing override of config timeouts. (#7424)
Dependencies
- Pin
google-cloud-core >= 1.0.0, < 2.0dev. (#7993)
Documentation
- Remove duplicate snippet tags for Delete cluster. (#7860)
- Fix rendering of instance admin snippets. (#7797)
- Avoid leaking instances from snippets. (#7800)
- Fix enum reference in documentation. (#7724)
- Remove duplicate snippets. (#7528)
- Add snippeds for Batcher, RowData, Row Operations, AppendRow. (#7019)
- Add column family snippets. (#7014)
- Add Row Set snippets. (#7016)
- Update client library documentation URLs. (#7307)
- Fix typos in Table docstrings. (#7261)
- Update copyright headers (via synth). (#7139)
- Fix linked classes in generated docstrings (via synth). (#7060)
Internal / Testing Changes
- Run
instance_adminsystem tests on a separate instance fromtable_adminanddatasystem tests. (#6579) - Re-blacken. (#7462)
- Copy lintified proto files (via synth). (#7445)
- Remove unused message exports (via synth). (#7264)
- Compare 0 using '!=', rather than 'is not'. (#7312)
- Add protos as an artifact to library (#7205)
- Protoc-generated serialization update. (#7077)
- Blacken snippets. (#7048)
- Bigtable client snippets (#7020)
- Pick up order-of-enum fix from GAPIC generator. (#6879)
- Plug systest instance leaks (#7004)