| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is for a minor release cycle.
|
Running $ git log 0.4.1..91167a2bf8c1364e2942127f1a75a2b86bef6704 \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sortyields: #641 |
Sorry, something went wrong.
|
This is my plan for the release notes on the tag: - Adding get_for_service_account_json function to allow JSON
service accounts without `GOOGLE_APPLICATION_CREDENTIALS`.
- Adding [support][2] for GCD datastore [dev server][1].
- Adding `Dataset` class to act as a factory containing a
preset connection and dataset ID. (Existed several releases
ago in a different form.)
- Adding lazy loading support for default dataset ID and
connection in `datastore` package. This allows auth to be done
without needing to call `datastore.set_defaults()` provided
the correct environment variables are set.
[1]: https://cloud.google.com/datastore/docs/tools/devserver
[2]: https://github.com/GoogleCloudPlatform/gcloud-python/pull/656
The only other changes are small bugfix (#677), test related (#676) and many for docs spread around. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Canceled https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/52167151 so it doesn't conflict with this docs build. (Was for #680). Due to current Travis outage: https://twitter.com/traviscistatus/status/570637064019914752 |
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(python): use python 3.10 for docs build Source-Link: googleapis/synthtool@9ae0785 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e * use python 3.10 for docs build --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Allows setuptools / pip to do appropriate fallback when resolving across multiple packages. See: https://packaging.python.org/guides/dropping-older-python-versions/ Closes #678.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* test: add column ACLs test with real policy tag * Use v1 version of the datacatalog client * Install datacatalog in pre-releease tests * Adjust test to actually make it work * Make sure taxonomy is properly cleaned up
| Back | FazBrowse Home | New Git URL |
This is for a minor release cycle.