Skip to content

Commit c7bbf00

Browse files
chore(main): release 3.5.0
1 parent 3c8a21d commit c7bbf00

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
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-22)
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+
716
## [3.4.0](https://github.com/googleapis/python-storage/compare/v3.3.1...v3.4.0) (2025-09-15)
817

918

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)