FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Upgrading version to 0.4.3. by dhermes · Pull Request #723 · googleapis/google-cloud-python · GitHub

Upgrading version to 0.4.3. - #723

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-release-0.4.3
Mar 13, 2015
Merged

Upgrading version to 0.4.3.#723
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:cut-release-0.4.3

Conversation

dhermes commented Mar 12, 2015

Copy link
Copy Markdown
Contributor

@tseaver This is just in preparation for cutting a release tomorrow.

I am just going to start writing the release notes and hopefully we can get most of the pending PRs merged before we cut 0.4.3.


Using last release PR (#678) as a template.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 12, 2015

dhermes commented Mar 12, 2015

Copy link
Copy Markdown
Contributor Author

With HEAD the current HEAD in this PR:

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

yields:

#654
#672
#682
#683
#689
#693
#694
#695
#698
#699
#700
#713
#715
#716
#718


(UPDATED 10:26am Pacific, 3/13/2015)
#688
#690
#720
#721
#722

dhermes commented Mar 12, 2015

Copy link
Copy Markdown
Contributor Author

This is my plan for the release notes on the tag:

- Added support for batch requests in storage (GET requests not yet supported).
- [Bugfix][1] in storage ACL methods for incomplete responses.
- Added public `patch()` method on `Blob` and `Bucket`. Requires calling `patch()` to send
  updates rather than doing this under-the-covers when using setters.
- Removing HTTP request when `Blob.properties / Bucket.properties` is accessed. Requires use
  of `_reload_properties` for now (will add a public method shortly).
- Removing `datastore.set_defaults()` from docs: no longer necessary due to
  lazy loading.
- Allowing `storage.get_connection()` to fallback to the default project.
- Adding `storage.lookup_bucket()` which returns a bucket or `None` if
  it doesn't exist (the basic `get_bucket()` throws a `NotFound` / 404
  in this situation).
- Adding `datastore.dataset` to docs.
- Fixing dead-code [reference][2] in datastore `Batch` class.
- Moving `get_all_buckets`, `get_bucket`, `create_bucket` and `delete_bucket` from `Connection` to public functions `storage.get_all_buckets`, etc.
- Swapping the order of `kind` and `dataset_id` in `Query` constructor.
  Allows queries to be constructed as `Query('kind')` (i.e. a
  positional arg can be used).
- Allowing `storage.Batch` to fall back to the implicit connection.
- Making `Bucket.exists()` use `fields` for a smaller payload.

[1]: https://github.com/GoogleCloudPlatform/gcloud-python/pull/682
[2]: https://github.com/GoogleCloudPlatform/gcloud-python/pull/715

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 7a9d5c8 on dhermes:cut-release-0.4.3 into d9e2156 on GoogleCloudPlatform:master.

dhermes force-pushed the cut-release-0.4.3 branch from 7a9d5c8 to 670caf1 Compare March 13, 2015 17:25

dhermes commented Mar 13, 2015

Copy link
Copy Markdown
Contributor Author

@tseaver I'm heading to the airport. WDYT about cutting this release today? I just updated the notes after all the merges this morning (afternoon for you).

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 670caf1 on dhermes:cut-release-0.4.3 into 8173718 on GoogleCloudPlatform:master.

tseaver commented Mar 13, 2015

Copy link
Copy Markdown
Contributor

LGTM for a 0.4.3 release.

dhermes added a commit that referenced this pull request Mar 13, 2015
dhermes merged commit d668044 into googleapis:master Mar 13, 2015
dhermes deleted the cut-release-0.4.3 branch March 13, 2015 18:35
parthea added a commit that referenced this pull request Oct 21, 2023
* feat: Update Compute Engine API to revision 20220720 (#723)

Source-Link: googleapis/googleapis@60a0fa7

Source-Link: googleapis/googleapis-gen@ba1df1b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmExZGYxYmU5M2Y1YTFhYTVjNjQ3ZmMyZjE5NWQ0MWIwMDc1YWE5MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* add replacements in owlbot.py to fix 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 Aug 21, 2025
parthea pushed a commit that referenced this pull request Sep 16, 2025
parthea pushed a commit that referenced this pull request Sep 18, 2025
* chore: pip check on conda forge dependencies

* reformatted with black

* Update noxfile.py

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
…p/templates/python_library/.kokoro (#723)

Source-Link: https://togithub.com/googleapis/synthtool/commit/bb171351c3946d3c3c32e60f5f18cee8c464ec51
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f62c53736eccb0c4934a3ea9316e0d57696bb49c1a7c86c726e9bb8a2f87dadf
parthea pushed a commit that referenced this pull request Nov 25, 2025
…p/templates/python_library/.kokoro (#723)

Source-Link: https://togithub.com/googleapis/synthtool/commit/bb171351c3946d3c3c32e60f5f18cee8c464ec51
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f62c53736eccb0c4934a3ea9316e0d57696bb49c1a7c86c726e9bb8a2f87dadf
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 added a commit that referenced this pull request Mar 9, 2026
Source-Link: googleapis/synthtool@82f5cb2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5d8da01438ece4021d135433f2cf3227aa39ef0eaccc941d62aa35e6902832ae

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 Mar 9, 2026
Source-Link: googleapis/synthtool@f15cc72
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL