| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Running $ git log 0.6.0..cut-0.6.1 \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sortyields #910 |
Sorry, something went wrong.
|
@tseaver this is the current set of release notes - Implementing client in Pub/Sub, deprecating old
implicit environment detection.
- Fixing bug in `Blob.upload_from_file` where `os.fstat` is
only called if the buffer object is a file.
- Removing restriction of equality only filtering for
`__key__` queries in datastore; also cleaning up filter
checking in `Query` constructor.
- Adding ability to sign URL from GAE.
- Making `_BlobIterator` accumulate prefixes so that a
storage list call that makes multiple requests can
aggregate all the prefixes encountered.
- Adding `namespace` to `datastore.Dataset` class (now
called `datastore.Client`).
- Adding HTTP method and URL to messages printed for
exceptions caused by failed requests.
- Renaming `datastore.Dataset` class as `datastore.Client`.
- Removing `datastore.api` module and moving functionality
into `datastore.Client`.
- Implementing `storage.Client` class.
- Removing `storage.api` module and moving functionality
into `storage.Client`.
|
Sorry, something went wrong.
|
Given the new features (clients, etc.) and the backward-incompatibilities, we should be bumping the version to something like 0.7. |
Sorry, something went wrong.
|
Good call. I'm going to try to wrap up client in storage first, then will bump it. |
Sorry, something went wrong.
|
@tseaver Newly proposed release notes: ## Core - Add ability to sign URL from GAE. (#921) - Document restrictions on using `generate_signed_url` with Compute Engine assertion credentials. (#993) - Add HTTP method and URL to messages printed for exceptions caused by failed requests. (#938) ## Pub/Sub - Implement client in Pub/Sub, deprecating old implicit environment detection. (#910) - Remove `pubsub.api` module, moving functionality into `pubsub.Client`. (#910) - Upgrade Pub/Sub API to v1 (from v1beta). (#996) ## Storage - Implement client in Storage, deprecating old implicit environment detection. (#984, #987, #988, #989, #990, #991) - Remove `storage.api` module, moving functionality into `storage.Client`. (#973) - Bugfix: only call `os.fstat` in `Blob.upload_from_file` if the buffer object is a file. (#914) - Accumulate prefixes in `_BlobIterator`, so that a `bucket.list_blobs` call that makes multiple requests can aggregate all the prefixes encountered. (#932) ## Datastore - Implement client in Datastore, deprecating old implicit environment detection. (#956, #976, #978, #979) - Remove `datastore.api` module, moving functionality into `datastore.Client`.(#963) - Rename `datastore.Dataset` class as `datastore.Client`. (#946) - Add `namespace` to `datastore.Dataset` class (now called `datastore.Client`). (#934) - Remove restriction of equality-only filtering for `__key__` queries. (#918) - Clean up filter checking in `Query` constructor. (#918) |
Sorry, something went wrong.
|
👍 |
Sorry, something went wrong.
|
@dhermes I updated the notes:
|
Sorry, something went wrong.
|
Also, I dropped any mention of the ongoing BigQuery design activity. I think we could even create a release branch for 0.7 and delete the BQ docs entirely for it. |
Sorry, something went wrong.
|
@tseaver I don't like the idea of a release branch. If we want a custom branch, it should be for the BQ docs. |
Sorry, something went wrong.
|
We can ditch the release branch notion, but shouldn't mention BQ in the release notes (there is nothing of interest for a non-committer there). |
Sorry, something went wrong.
|
OK Cool |
Sorry, something went wrong.
|
https://pypi.python.org/pypi/gcloud/0.7.0 has been published |
Sorry, something went wrong.
Source-Link: googleapis/googleapis@2e899ee Source-Link: googleapis/googleapis-gen@f3e46d9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImYzZTQ2ZDkzY2FiMTZkNzE1NTI4NThkZWEzOTlkMmQxODk2ZjBiNmYifQ==
…ing metadata (#13481) BEGIN_COMMIT_OVERRIDE feat: Add REST Interceptors which support reading metadata feat: Add support for reading selective GAPIC generation methods from service YAML chore: Update gapic-generator-python to v1.22.0 END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. feat: Add support for reading selective GAPIC generation methods from service YAML chore: Update gapic-generator-python to v1.22.0 PiperOrigin-RevId: 724026024 Source-Link: googleapis/googleapis@ad99638 Source-Link: googleapis/googleapis-gen@e291c4d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImUyOTFjNGRkMWQ2NzBlZGExOTk5OGRlNzZmOTY3ZTE2MDNhNDg5OTMifQ== BEGIN_NESTED_COMMIT feat: [google-cloud-compute] Update Compute Engine API to revision 20250119 (#981) Source-Link: googleapis/googleapis@2e899ee Source-Link: googleapis/googleapis-gen@f3e46d9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImYzZTQ2ZDkzY2FiMTZkNzE1NTI4NThkZWEzOTlkMmQxODk2ZjBiNmYifQ== END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91 <details><summary>google-cloud-logging: 3.13.0</summary> ## [3.13.0](googleapis/python-logging@v3.12.1...v3.13.0) (2025-12-15) ### Features * Add support for python 3.14 (#1065) ([6be3df6a](googleapis/python-logging@6be3df6a)) ### Bug Fixes * remove setup.cfg configuration for creating universal wheels (#981) ([70f612c3](googleapis/python-logging@70f612c3)) </details>
…gs (#983) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #981 Fixes #982 Towards googleapis/python-bigquery-pandas#387 🦕
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Using last release PR (#907) as a template.