Skip to content

Upgrading version to 0.4.2. - #678

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-0.4.2
Feb 25, 2015
Merged

Upgrading version to 0.4.2.#678
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-0.4.2

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

This is for a minor release cycle.

This is for a minor release cycle.
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 25, 2015
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 91167a2 on dhermes:cut-0.4.2 into 0e41dc3 on GoogleCloudPlatform:master.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

Running

$ git log 0.4.1..91167a2bf8c1364e2942127f1a75a2b86bef6704 \
>| grep 'Merge pull request ' \
>| awk -F '''{print $4}' \
>| sort

yields:

#641
#645
#655
#656
#660
#662
#663
#664
#665
#666
#667
#668
#670
#673
#674
#676
#677

@dhermes

Copy link
Copy Markdown
ContributorAuthor

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.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

@dhermes

Copy link
Copy Markdown
ContributorAuthor

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

dhermes added a commit that referenced this pull request Feb 25, 2015
@dhermes
dhermes merged commit 808c38b into googleapis:masterFeb 25, 2015
@dhermes
dhermes deleted the cut-0.4.2 branch February 25, 2015 18:10
@dhermes

Copy link
Copy Markdown
ContributorAuthor

Tag pushed, release created and waiting on Travis

@dhermesdhermes mentioned this pull request Mar 12, 2015
parthea pushed a commit that referenced this pull request Nov 22, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Nov 24, 2025
* 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>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Allows setuptools / pip to do appropriate fallback when resolving across
multiple packages. See:
https://packaging.python.org/guides/dropping-older-python-versions/Closes#678.
parthea pushed a commit that referenced this pull request Nov 26, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
* 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
parthea pushed a commit that referenced this pull request Mar 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@coveralls@tseaver@googlebot