Skip to content

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 12, 2015

@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 googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 12, 2015
@dhermes
Copy link
Contributor Author

dhermes commented Mar 12, 2015

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

dhermes commented Mar 12, 2015

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

@coveralls
Copy link

Coverage Status

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

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

dhermes commented Mar 13, 2015

@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).

@coveralls
Copy link

Coverage Status

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

@tseaver
Copy link
Contributor

tseaver commented Mar 13, 2015

LGTM for a 0.4.3 release.

dhermes added a commit that referenced this pull request Mar 13, 2015
@dhermes dhermes merged commit d668044 into googleapis:master Mar 13, 2015
@dhermes 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 <[email protected]>
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 <[email protected]>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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