Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading version to 0.4.2. #678

Merged
merged 1 commit into from
Feb 25, 2015
Merged

Upgrading version to 0.4.2. #678

merged 1 commit into from
Feb 25, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 25, 2015

This is for a minor release cycle.

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

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
Contributor Author

dhermes commented Feb 25, 2015

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
Contributor Author

dhermes commented Feb 25, 2015

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
Contributor

tseaver commented Feb 25, 2015

LGTM

@dhermes
Copy link
Contributor Author

dhermes commented Feb 25, 2015

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
Upgrading version to 0.4.2.
@dhermes dhermes merged commit 808c38b into googleapis:master Feb 25, 2015
@dhermes dhermes deleted the cut-0.4.2 branch February 25, 2015 18:10
@dhermes
Copy link
Contributor Author

dhermes commented Feb 25, 2015

Tag pushed, release created and waiting on Travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants