Skip to content

Commit fc693ed

Browse files
chore(main): release 3.7.0
1 parent 7d17922 commit fc693ed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
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-18)
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 send & recv ([6da1186](https://github.com/googleapis/python-storage/commit/6da118652c97ba11d82c25347080188c7cf7a338))
19+
* **zb-experimental:** Implement send & recv ([#1615](https://github.com/googleapis/python-storage/issues/1615)) ([6da1186](https://github.com/googleapis/python-storage/commit/6da118652c97ba11d82c25347080188c7cf7a338))
20+
* **zb-experimental:** Implement state_lookup ([7d17922](https://github.com/googleapis/python-storage/commit/7d17922e671aa2d975262984ba50bfcfa29ff4a5))
21+
* **zb-experimental:** Implement state_lookup ([#1617](https://github.com/googleapis/python-storage/issues/1617)) ([7d17922](https://github.com/googleapis/python-storage/commit/7d17922e671aa2d975262984ba50bfcfa29ff4a5))
22+
723
## [3.6.0](https://github.com/googleapis/python-storage/compare/v3.5.0...v3.6.0) (2025-11-17)
824

925

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)