Skip to content

Cut 0.14.0 release.#1799

Merged
tseaver merged 1 commit intogoogleapis:masterfrom
tseaver:cut-0.14.0
May 16, 2016
Merged

Cut 0.14.0 release.#1799
tseaver merged 1 commit intogoogleapis:masterfrom
tseaver:cut-0.14.0

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented May 16, 2016

$ git log -1 --pretty=%H
e38b28e2972aeaf32e788850fd4b930c1f5f4a42
$ git log 0.13.0..HEAD | grep 'Merge pull request ' |  awk -F ' ' '{print $4}' | sort

#1690
#1741
#1745
#1746
#1747
#1748
#1750
#1751
#1752
#1753
#1757
#1758
#1759
#1764
#1765
#1769
#1773
#1776
#1779
#1780
#1782
#1785
#1794
#1795
#1798

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 16, 2016
@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

LGTM. Release notes to review?

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

Excluded from release notes:
#1745
#1759
#1780
#1798

Draft Release Notes


Core

Search API

Monitoring API

Logging API

Pubsub API

DNS API

Bigtable API / Happybase

BigQuery API

Datastore API

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Release notes LG but I don't think "Add Travis Build ID to resource names created by system tests" is necessary

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

@tseaver Just noticed #1758 was left out. That's actually a "bug" fix worth noting.

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Ditto on #1751, #1752, #1776, #1779, #1785 being user facing

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

@dhermes I was in the midst of editing them.

I don't know how you normally handle the post-merge release process. I would probably create a tag, push it to this repo, and then copy the release notes onto the "Releases" tab entry.

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Post merge I create a tag via:

$ git tag 0.14.0
$ git push official 0.14.0  # I believe you call the remote "upstream"

and then visit https://github.com/GoogleCloudPlatform/gcloud-python/releases/edit/0.14.0 and manually paste the release notes

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

I rebased to pick up #1797, and will merge, tag and edit the release once Travis passes.

@tseaver tseaver merged commit f8ddb2a into googleapis:master May 16, 2016
@tseaver tseaver deleted the cut-0.14.0 branch May 16, 2016 22:11
parthea added a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Mar 2, 2026
addresses #1781 

* Moves away from using `utcfromtimestamp()` in the `datetime` library
due to deprecation.
* Adds a new helper function to manage internal handling of timezone
aware versus timezone naive timestamps.

```
DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
```

---------

Co-authored-by: Kevin Zheng <[email protected]>
Co-authored-by: Chalmer Lowe <[email protected]>
parthea pushed a commit that referenced this pull request Mar 2, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v1.0.1
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
<details><summary>google-auth: 2.48.0</summary>

##
[2.48.0](googleapis/google-auth-library-python@v2.47.0...v2.48.0)
(2026-01-21)

### Features

* honor `NO_GCE_CHECK` environment variable (#1610)
([383c9827](googleapis/google-auth-library-python@383c9827))

* add configurable GCE Metadata Server retries (#1488)
([454b441b](googleapis/google-auth-library-python@454b441b))

* add cryptography as required dependency (#1929)
([52558ae2](googleapis/google-auth-library-python@52558ae2))

* Support the mTLS IAM domain for Certificate based Access (#1938)
([8dcf91a1](googleapis/google-auth-library-python@8dcf91a1))

### Bug Fixes

* resolve circular imports (#1942)
([25c1b064](googleapis/google-auth-library-python@25c1b064))

* Use `user_verification=preferred` for ReAuth WebAuthn challenge
(#1798)
([3f88a240](googleapis/google-auth-library-python@3f88a240))

* removes `content-header` from AWS IMDS get request (#1934)
([97bfea9e](googleapis/google-auth-library-python@97bfea9e))

* detect correct auth when ADC env var is set but empty (#1374)
([bfc07e10](googleapis/google-auth-library-python@bfc07e10))

* replace deprecated utcfromtimestamp (#1799)
([e431f20c](googleapis/google-auth-library-python@e431f20c))

</details>
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. packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants