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.3. #723

Merged
merged 1 commit into from
Mar 13, 2015
Merged

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
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 <partheniou@google.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