Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@dhermes dhermes released this 15 Apr 21:33
· 34877 commits to main since this release

This release contains three large API additions or changes:

BigQuery

  • Add a template_suffix parameter to BigQuery Table.insert_data (#1562).
  • Expand/clarify synchronous query usage docs (#1674).
  • Cache job constructed for a synchronous query (#1675).

Storage

  • Pass mutated properties through to Bucket.create API call (#1579).
  • Allow predefined ACL names from either XML or JSON APIs (#1664).

Pub/Sub

Datastore

  • Upgrade the API from v1beta2 to v1beta3 (see #1288). In particular
  • Rename the Query.group_by property to Query.distinct_on
  • Add explicit support for null values in entities (#1464)
  • Add explicit support for Geo Point values in entities (#1464)
  • Remove custom GCLOUD_DATASET_ID environment variable, relying instead on GCLOUD_PROJECT (#1465)
  • Fix broken docs for Query.add_filter (#1622).
  • Documentation: Support filtering Query by key (#1632).
  • Allow bytes or string as project value in datastore clients (#1638).

DNS

  • Rename type -> record_type in DNS doc (#1663).

Logging