Skip to content

Commit af24acf

Browse files
chore(main): release 3.7.0
1 parent 46a5728 commit af24acf

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

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

7+
## [3.7.0](https://github.com/googleapis/python-storage/compare/v3.6.0...v3.7.0) (2025-11-20)
8+
9+
10+
### Features
11+
12+
* **zb-experimental:** Add Async_appendable_object_writer.py ([fdd0a50](https://github.com/googleapis/python-storage/commit/fdd0a50146d7b5f50f04c1871d43329a10938ff5))
13+
* **zb-experimental:** Add Async_appendable_object_writer.py ([#1616](https://github.com/googleapis/python-storage/issues/1616)) ([fdd0a50](https://github.com/googleapis/python-storage/commit/fdd0a50146d7b5f50f04c1871d43329a10938ff5))
14+
* **zb-experimental:** Implement "open" for write_object_stream ([786af55](https://github.com/googleapis/python-storage/commit/786af5556023144001f1375f1c6265bd46326b24))
15+
* **zb-experimental:** Implement "open" for write_object_stream ([#1613](https://github.com/googleapis/python-storage/issues/1613)) ([786af55](https://github.com/googleapis/python-storage/commit/786af5556023144001f1375f1c6265bd46326b24))
16+
* **zb-experimental:** Implement close ([7a53221](https://github.com/googleapis/python-storage/commit/7a532216a9a3da728bd3d7f196372f8f6528ef75))
17+
* **zb-experimental:** Implement close ([#1614](https://github.com/googleapis/python-storage/issues/1614)) ([7a53221](https://github.com/googleapis/python-storage/commit/7a532216a9a3da728bd3d7f196372f8f6528ef75))
18+
* **zb-experimental:** Implement flush, close and finalize ([b413405](https://github.com/googleapis/python-storage/commit/b4134054f57e8767df3d62ee36dcbe3a83e6bfaa))
19+
* **zb-experimental:** Implement flush, close and finalize ([#1619](https://github.com/googleapis/python-storage/issues/1619)) ([b413405](https://github.com/googleapis/python-storage/commit/b4134054f57e8767df3d62ee36dcbe3a83e6bfaa))
20+
* **zb-experimental:** Implement open in writer ([dfe4566](https://github.com/googleapis/python-storage/commit/dfe4566e4b087ee217a7d05fc388ab5bfb760f39))
21+
* **zb-experimental:** Implement open in writer ([#1618](https://github.com/googleapis/python-storage/issues/1618)) ([dfe4566](https://github.com/googleapis/python-storage/commit/dfe4566e4b087ee217a7d05fc388ab5bfb760f39))
22+
* **zb-experimental:** Implement send & recv ([6da1186](https://github.com/googleapis/python-storage/commit/6da118652c97ba11d82c25347080188c7cf7a338))
23+
* **zb-experimental:** Implement send & recv ([#1615](https://github.com/googleapis/python-storage/issues/1615)) ([6da1186](https://github.com/googleapis/python-storage/commit/6da118652c97ba11d82c25347080188c7cf7a338))
24+
* **zb-experimental:** Implement state_lookup ([7d17922](https://github.com/googleapis/python-storage/commit/7d17922e671aa2d975262984ba50bfcfa29ff4a5))
25+
* **zb-experimental:** Implement state_lookup ([#1617](https://github.com/googleapis/python-storage/issues/1617)) ([7d17922](https://github.com/googleapis/python-storage/commit/7d17922e671aa2d975262984ba50bfcfa29ff4a5))
26+
27+
28+
### Bug Fixes
29+
30+
* **bucket:** Move blob fails when the new blob name contains characters that need to be url encoded ([#1605](https://github.com/googleapis/python-storage/issues/1605)) ([ec470a2](https://github.com/googleapis/python-storage/commit/ec470a270e189e137c7229cc359367d5a897cdb9))
31+
* **bucket:** Url encode new_name parameter in move_blob() ([ec470a2](https://github.com/googleapis/python-storage/commit/ec470a270e189e137c7229cc359367d5a897cdb9))
32+
* Skip flaky test ([#1622](https://github.com/googleapis/python-storage/issues/1622)) ([53ced01](https://github.com/googleapis/python-storage/commit/53ced015a7a584cbf88197424e92538f8f18915c))
33+
734
## [3.6.0](https://github.com/googleapis/python-storage/compare/v3.5.0...v3.6.0) (2025-11-17)
835

936

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.6.0"
15+
__version__ = "3.7.0"

0 commit comments

Comments
 (0)