12-17-2018 16:38 PST
12-10-2018 12:47 PST
- Import
iam.policyfromgoogle.api_core. (#6741) - Remove
deepcopyfromPartialRowData.cellsproperty. (#6648) - Pick up fixes to GAPIC generator. (#6630)
- Update dependency to google-cloud-core (#6835)
- Blacken all gen'd libs (#6792)
- Omit local deps (#6701)
- Run black at end of synth.py (#6698)
- Blackening Continued... (#6667)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
11-02-2018 08:13 PDT
- Fix anonymous usage under Bigtable emulator (#6385)
- Support
DirectRowwithout aTable(#6336) - Add retry parameter to
Table.read_rows(). (#6281) - Fix
ConditionalRowinteraction withcheck_and_mutate_row(#6296) - Deprecate
channelarg toClient(#6279)
- Fix client_info bug, update docstrings and timeouts. (#6406))
- Remove now-spurious fixup from 'synth.py'. (#6400)
- Fix flaky systests / snippets (#6367)
- Add explicit coverage for
row_data._retry_read_rows_exception. (#6364) - Fix instance IAM test methods (#6343)
- Fix error from new flake8 version. (#6309)
- Use new Nox (#6175)
- Upgrade support level from
alphatobeta. (#6129)
- Improve admin operation timeouts. (#6010)
- Prepare docs for repo split. (#6014)
- Refactor
read_rowto callread_rows(#6137) - Harden instance teardown against '429 Too Many Requests'. (#6102)
- Add
{RowSet,RowRange}.{__eq__,.__ne__}(#6025) - Regenerate low-level GAPIC code (#6036)
- Add iam policy implementation for an instance. (#5838)
- Fix smart retries for 'read_rows()' when reading the full table (#5966)
- Replace links to
/stable/with/latest/. (#5901)
- Re-generate library using bigtable/synth.py (#5974)
- Refactor
read_rowsinfrastructure (#5963)
- Fix non-admin access to table data. (#5875)
- Synth bigtable and bigtable admin GAPIC clients. (#5867)
- Nox: use in-place installs for local packages. (#5865)
-
Improve performance and capabilities of reads.
read_rowsnow returns a generator; has automatic retries; and can read an arbitrary set of keys and ranges- Consolidate read_rows and yield_rows (#5840)
- Implement row set for yield_rows (#5506)
- Improve read rows validation performance (#5390)
- Add retry for yield_rows (#4882)
- Require TimestampRanges to be milliseconds granularity (#5002)
- Provide better access to cell values (#4908)
- Add data app profile id (#5369)
-
Improve writes: Writes are usable in Beam
- Create MutationBatcher for bigtable (#5651)
- Allow DirectRow to be created without a table (#5567)
- Add data app profile id (#5369)
-
Improve table admin: Table creation now can also create families in a single RPC. Add an
exist()method. Addget_cluster_statesfor information about replication- Add 'Table.get_cluster_states' method (#5790)
- Optimize 'Table.exists' performance (#5749)
- Add column creation in 'Table.create()'. (#5576)
- Add 'Table.exists' method (#5545)
- Add split keys on create table - v2 (#5513)
- Avoid sharing table names across unrelated systests. (#5421)
- Add truncate table and drop by prefix on top of GAPIC integration (#5360)
-
Improve instance admin: Instance creation allows for the creation of multiple clusters. Instance label management is now enabled.
- Create app_profile_object (#5782)
- Add 'Instance.exists' method (#5802)
- Add 'InstanceAdminClient.list_clusters' method (#5715)
- Add 'Instance._state' property (#5736)
- Convert 'instance.labels' to return a dictionary (#5728)
- Reshape cluster.py, adding cluster() factory to instance.py (#5663)
- Convert 'Instance.update' to use 'instance.partial_instance_update' API (#5643)
- Refactor 'InstanceAdminClient.update_app_profile' to remove update_mask argument (#5684)
- Add the ability to create an instance with multiple clusters (#5622)
- Add 'instance_type', 'labels' to 'Instance' ctor (#5614)
- Add optional app profile to 'Instance.table' (#5605)
- Clean up Instance creation. (#5542)
- Make 'InstanceAdminClient.list_instances' return actual instance objects, not protos. (#5420)
- Add admin app profile methods on Instance (#5315)
- Rename releases to changelog and include from CHANGELOG.md (#5191)
- Fix bad trove classifier
- Integrate new generated low-level client (#5178)
- Override gRPC max message lengths. (#5498)
- Use client properties rather than private attrs (#5398)
- Fix the broken Bigtable system test. (#5607)
- Fix Py3 breakage in new system test. (#5474)
- Modify system test for new GAPIC code (#5302)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Disable Bigtable system tests (#5381)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Pass through 'session.posargs' when running Bigtable system tests. (#5418)
- Harden 'test_list_instances' against simultaneous test runs. (#5476)
- Shorten instance / cluster name to fix CI breakage. (#5641)
- Fix failing systest: 'test_create_instance_w_two_clusters'. (#5836)
- Add labels {'python-system': ISO-timestamp} to systest instances (#5729)
- Shorten cluster ID in system test (#5719)
- Harden 'test_list_instances' further. (#5696)
- Improve testing of create instance (#5544)
- Use
api_core.retryformutate_row(#4665, #4341) - Added a row generator on a table. (#4679)
- Remove gax usage from BigTable (#4873)
- BigTable: Cell.from_pb() performance improvement (#4745)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Minor typo (#4758)
- Row filter end points documentation error (#4667)
- Removing "rename" from bigtable table.py comments (#4526)
- Small docs/hygiene tweaks after #4256. (#4333)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Timestamp system test fix (#4765)
- Bugfix: Distinguish between an unset column qualifier and an empty string
column qualifier while parsing a
ReadRowsresponse (#4252)
- Add a
retrystrategy that will be used for retry-able errors inTable.mutate_rows. This will be used for gRPC errors of typeABORTED,DEADLINE_EXCEEDEDandSERVICE_UNAVAILABLE. (#4256)
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.1/
- Fixed referenced types in
Table.rowdocstring (#3934, h/t to @MichaelTamm) - 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)
PyPI: https://pypi.org/project/google-cloud-bigtable/0.28.0/