| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
With HEAD the current HEAD in this PR: $ git log 0.4.2..HEAD \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sortyields: #654 (UPDATED 10:26am Pacific, 3/13/2015) |
Sorry, something went wrong.
|
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
|
Sorry, something went wrong.
|
@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). |
Sorry, something went wrong.
|
LGTM for a 0.4.3 release. |
Sorry, something went wrong.
* 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>
* 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>
…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
…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
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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>
Source-Link: googleapis/synthtool@f15cc72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
| Back | FazBrowse Home | New Git URL |
@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.