Skip to content

Commit 0b70a28

Browse files
chore(main): release 3.6.0 (#1603)
🤖 I have created a release *beep* *boop* --- ## [3.6.0](v3.5.0...v3.6.0) (2025-11-17) ### Features * Add support for partial list buckets ([#1606](#1606)) ([92fc2b0](92fc2b0)) * Make return_partial_success and unreachable fields public for list Bucket ([#1601](#1601)) ([323cddd](323cddd)) * **zb-experimental:** Add async write object stream ([5ab8103](5ab8103)) * **zb-experimental:** Add async write object stream ([#1612](#1612)) ([5ab8103](5ab8103)) ### Bug Fixes * Dont pass credentials to StorageClient ([#1608](#1608)) ([195d644](195d644)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5ab8103 commit 0b70a28

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

7+
## [3.6.0](https://github.com/googleapis/python-storage/compare/v3.5.0...v3.6.0) (2025-11-17)
8+
9+
10+
### Features
11+
12+
* Add support for partial list buckets ([#1606](https://github.com/googleapis/python-storage/issues/1606)) ([92fc2b0](https://github.com/googleapis/python-storage/commit/92fc2b00429415b9fbe7cba0167778eee60449e2))
13+
* Make return_partial_success and unreachable fields public for list Bucket ([#1601](https://github.com/googleapis/python-storage/issues/1601)) ([323cddd](https://github.com/googleapis/python-storage/commit/323cddd5d439e04e12614106eab1928fd4008c0b))
14+
* **zb-experimental:** Add async write object stream ([5ab8103](https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b))
15+
* **zb-experimental:** Add async write object stream ([#1612](https://github.com/googleapis/python-storage/issues/1612)) ([5ab8103](https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b))
16+
17+
18+
### Bug Fixes
19+
20+
* Dont pass credentials to StorageClient ([#1608](https://github.com/googleapis/python-storage/issues/1608)) ([195d644](https://github.com/googleapis/python-storage/commit/195d644c4d4feec98e9a9cd9fad67fc774c50dc8))
21+
722
## [3.5.0](https://github.com/googleapis/python-storage/compare/v3.4.1...v3.5.0) (2025-11-05)
823

924

google/cloud/storage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.5.0"
15+
__version__ = "3.6.0"

0 commit comments

Comments
 (0)