03-05-2019 12:57 PST
- Add Batch DML support. (#7485)
- Copy lintified proto files, update docstrings (via synth). (#7453)
- Fix Batch object creation instructions. (#7341)
- Updated client library documentation URLs. (#7307)
- Fix README to install spanner instead of datastore. (#7301)
- Add clarifying comment to blacken nox target. (#7403)
- Ensure that GRPC config file is included in MANIFEST.in after templating. (#7046)
- Add protos as an artifact to library. (#7205)
- Update copyright headers.
12-14-2018 15:18 PST
- Announce Python 2 deprecation (#6910)
- Normalize documentation for 'page_size' / 'max_results' / 'page_token' (#6842)
- Include grpc config in manifest (#6928)
12-10-2018 13:10 PST
- Add PingingPool and TransactionPingingPool to toplevel module (#6886)
- Add
operation_idparameter toDatabase.update_ddl. (#6825) - Pick up changes to GAPIC method configuration (#6615)
- Add timeout + retry settings to Sessions/Snapshots (#6536)
- Pick up fixes to GAPIC generator. (#6576)
- Update dependency to google-cloud-core (#6835)
- Add baseline for synth.metadata
- Blacken. (#6846)
- Update noxfile.
- Blacken all gen'd libs (#6792)
- Omit local deps (#6701)
- Run black at end of synth.py (#6698)
- Run Black on Generated libraries (#6666)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Add tags to DML system tests (#6580)
11-09-2018 14:49 PST
- Fix client_info bug, update docstrings. (#6420)
- Update README service links in quickstart guides. (#6322)
- Normalize use of support level badges (#6159)
- Fix typo in spanner usage documentation (#6209)
- Rationalize 'all_types' round-trip systest (#6379)
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
- Add systest for returning empty array struct (#4449)
- Add systests not needing tables (#6308)
- Use new Nox (#6175)
10-08-2018 08:25 PDT
- Add support for DML/PDML. (#6151)
- Add 'synth.py' and regen GAPIC code. (#6040)
- Remove invalid examples of
database.transaction(). (#6032) - Redirect renamed
usage.html/client.html->index.html. (#5996) - Fix leakage of sections into sidebar menu. (#5986)
- Prepare documentation for repo split. (#5938)
- Remove extra
grpc_gcpsystem tests. (#6049)
- Add
grpcio-gcpdependency for Cloud Spanner (#5904)
- Don't hardcode endpoint URL in grpc_gcp unit tests. (#5893)
- Run
grpc_gcpunit tests only with Python 2.7 / 3.6. (#5871) - Nox: use inplace installs (#5865)
- Benchmarks: print() is a function in Python 3 (#5862)
- Retry
test_transaction_read_and_insert_then_rollbackwhen aborted. (#5737) - Skip the flaky
test_update_database_ddlsystest. (#5704)
- Ensure that initial resume token is bytes, not text. (#5450)
- Prevent process_read_batch from mutating params (#5416)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Add support for Python 3.7 (#5288)
- Add support for Spanner struct params. (#5463)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Added
spanner_v1.COMMIT_TIMESTAMP. (#5102)
- Added batch query support (#4938)
- Removed custom timestamp class in favor of the one in google-api-core. (#4980)
- Update minimum version for google-api-core to 1.1.0 (#5030)
- Update package metadata release status to 'Stable' (#5031)
- The minimum version for
google-api-corehas been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
- Fix load_keys() in YCSB-like benchmark for cloud spanner. (#4919)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Fix system test util to populate streaming (#4888)
- Retry conflict errors in system test (#4850)
to_pbhas now been made private (_to_pb) inKeySetandKeyRange(#4740)
- Database update_ddl missing param in documentation (#4749)
- The underlying autogenerated client library was re-generated to pick up new features and resolve bugs, this may change the exceptions raised from various methods. (#4695)
- Made
StreamedResultSet'srow,consume_all, andconsume_nextmembers private (#4492)
Keysetcan now infer defaults tostart_closedorend_closedwhen only one argument is specified. (#4735)
- Brought Spanner README more in line with others. (#4306, #4317)
- Added several new system tests and fixed minor issues with existing tests. ( #4631, #4569, #4573, #4572, #4416, #4411, #4407, #4386, #4419, #4489, #4678, #4620, #4418, #4403, #4397, #4383, #4371, #4372, #4374, #4370, #4285, #4321)
- Excluded generated code from linting. (#4375)
- Added a
nox -s defaultsession for all packages. (#4324)
- Bugfix: Clear
session._transactionbefore calling_delay_until_retry(#4185) - Bugfix: Be permissive about merging an empty list. (#4170, fixes #4164)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)