Skip to content

Commit 27efe51

Browse files
chore(main): release 3.5.0
1 parent e26888f commit 27efe51

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

7+
## [3.5.0](https://github.com/googleapis/python-storage/compare/v3.4.0...v3.5.0) (2025-09-29)
8+
9+
10+
### Features
11+
12+
* Add async bidiRpc files in python-storage ([#1545](https://github.com/googleapis/python-storage/issues/1545)) ([8b988ad](https://github.com/googleapis/python-storage/commit/8b988ade0aae184f6404ac85391bc305e8dd1d94))
13+
* **experimental:** Add _AsyncReadObjectStream and it's stubs ([#1547](https://github.com/googleapis/python-storage/issues/1547)) ([3c8a21d](https://github.com/googleapis/python-storage/commit/3c8a21d6467f3a2407dd64d231ba89ffb9940187))
14+
* **experimental:** Add AsyncAbstractObjectStream ([#1546](https://github.com/googleapis/python-storage/issues/1546)) ([71e0904](https://github.com/googleapis/python-storage/commit/71e0904d9b311ba520188ced0a60d1fc7eb10072))
15+
* **experimental:** Implement `__init__` method for _AsyncReadObjectStream ([#1548](https://github.com/googleapis/python-storage/issues/1548)) ([c31a516](https://github.com/googleapis/python-storage/commit/c31a516def72a1504b05c44dd8fad5a7eef52552))
16+
* **zb-experimental:** Add all other methods open close send recv in _AsyncReadObjectStream ([#1549](https://github.com/googleapis/python-storage/issues/1549)) ([fc8461b](https://github.com/googleapis/python-storage/commit/fc8461b5d1ae8cae749a0e0a262e055fe8ea9439))
17+
* **zb-experimental:** Add AsyncMultiRangeDownloader ([#1550](https://github.com/googleapis/python-storage/issues/1550)) ([4766164](https://github.com/googleapis/python-storage/commit/4766164e560e170af18de68870c085f2202c7b9a))
18+
* **zb-experimental:** Add AsyncMultiRangeDownloader and it's init method. ([4766164](https://github.com/googleapis/python-storage/commit/4766164e560e170af18de68870c085f2202c7b9a))
19+
* **zb-experimental:** Implement download_ranges ([#1551](https://github.com/googleapis/python-storage/issues/1551)) ([e26888f](https://github.com/googleapis/python-storage/commit/e26888fa6885330a3d938b09b3a028c2fd6c605d))
20+
721
## [3.4.0](https://github.com/googleapis/python-storage/compare/v3.3.1...v3.4.0) (2025-09-15)
822

923

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.4.0"
15+
__version__ = "3.5.0"

0 commit comments

Comments
 (0)