Skip to content

Commit 33c0bcc

Browse files
chore(main): release 3.8.0
1 parent fe6d7c9 commit 33c0bcc

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

7+
## [3.8.0](https://github.com/googleapis/python-storage/compare/v3.7.0...v3.8.0) (2025-12-22)
8+
9+
10+
### Features
11+
12+
* Compute chunk wise checksum for bidi_writes ([#1675](https://github.com/googleapis/python-storage/issues/1675)) ([139390c](https://github.com/googleapis/python-storage/commit/139390cb01f93a2d61e7ec201e3637dffe0b2a34))
13+
* Compute chunk wise checksum for bidi_writes and send it via ([139390c](https://github.com/googleapis/python-storage/commit/139390cb01f93a2d61e7ec201e3637dffe0b2a34))
14+
* Expose persisted size in mrd ([#1671](https://github.com/googleapis/python-storage/issues/1671)) ([0e2961b](https://github.com/googleapis/python-storage/commit/0e2961bef285fc064174a5c18e3db05c7a682521))
15+
* Expose persisted size in MRD (MultiRangeReader) ([0e2961b](https://github.com/googleapis/python-storage/commit/0e2961bef285fc064174a5c18e3db05c7a682521))
16+
* Make flush size configurable ([f7095fa](https://github.com/googleapis/python-storage/commit/f7095faf0a81239894ff9d277849788b62eb6ac5))
17+
* Make flush size configurable ([#1677](https://github.com/googleapis/python-storage/issues/1677)) ([f7095fa](https://github.com/googleapis/python-storage/commit/f7095faf0a81239894ff9d277849788b62eb6ac5))
18+
19+
20+
### Bug Fixes
21+
22+
* Add system test for opening with read_handle ([6dc711d](https://github.com/googleapis/python-storage/commit/6dc711dacd4d38c573aa4ca9ad71fe412c0e49c1))
23+
* Add system test for opening with read_handle ([#1672](https://github.com/googleapis/python-storage/issues/1672)) ([6dc711d](https://github.com/googleapis/python-storage/commit/6dc711dacd4d38c573aa4ca9ad71fe412c0e49c1))
24+
* Close write object stream always ([#1661](https://github.com/googleapis/python-storage/issues/1661)) ([4a609a4](https://github.com/googleapis/python-storage/commit/4a609a4b3f4ba1396825911cb02f8a9649135cd5))
25+
* Close write object stream always. ([4a609a4](https://github.com/googleapis/python-storage/commit/4a609a4b3f4ba1396825911cb02f8a9649135cd5))
26+
* **experimental:** No state lookup while opening bidi-write stream ([2d5a7b1](https://github.com/googleapis/python-storage/commit/2d5a7b16846a69f3a911844971241899f60cce14))
27+
* **experimental:** No state lookup while opening bidi-write stream ([#1636](https://github.com/googleapis/python-storage/issues/1636)) ([2d5a7b1](https://github.com/googleapis/python-storage/commit/2d5a7b16846a69f3a911844971241899f60cce14))
28+
729
## [3.7.0](https://github.com/googleapis/python-storage/compare/v3.6.0...v3.7.0) (2025-12-09)
830

931

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.7.0"
15+
__version__ = "3.8.0"

0 commit comments

Comments
 (0)