Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 3222241

Browse files
chore(main): release 3.10.0
1 parent 4d98e32 commit 3222241

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## [3.10.0](https://github.com/googleapis/python-storage/compare/v3.9.0...v3.10.0) (2026-02-26)
8+
9+
10+
### Features
11+
12+
* Add time based benchmarks ([09b1d9d](https://github.com/googleapis/python-storage/commit/09b1d9dcb29133a21b2563856e663c2f63b85a79))
13+
* Add time based benchmarks ([#1749](https://github.com/googleapis/python-storage/issues/1749)) ([09b1d9d](https://github.com/googleapis/python-storage/commit/09b1d9dcb29133a21b2563856e663c2f63b85a79))
14+
15+
16+
### Bug Fixes
17+
18+
* Don't flush at every append, results in bad perf ([ab62d72](https://github.com/googleapis/python-storage/commit/ab62d728ac7d7be3c4fe9a99d72e35ead310805a))
19+
* Don't flush at every append, results in bad perf ([#1746](https://github.com/googleapis/python-storage/issues/1746)) ([ab62d72](https://github.com/googleapis/python-storage/commit/ab62d728ac7d7be3c4fe9a99d72e35ead310805a))
20+
* Init mp pool & grpc client once, use os.sched_setaffinity ([a9eb82c](https://github.com/googleapis/python-storage/commit/a9eb82c1b9b3c6ae5717d47b76284ed0deb5f769))
21+
* Init mp pool & grpc client once, use os.sched_setaffinity ([#1751](https://github.com/googleapis/python-storage/issues/1751)) ([a9eb82c](https://github.com/googleapis/python-storage/commit/a9eb82c1b9b3c6ae5717d47b76284ed0deb5f769))
22+
* Pass token correctly, '&' instead of ',' ([d8dd1e0](https://github.com/googleapis/python-storage/commit/d8dd1e074d2431de9b45e0103181dce749a447a0))
23+
* Pass token correctly, '&' instead of ',' ([#1756](https://github.com/googleapis/python-storage/issues/1756)) ([d8dd1e0](https://github.com/googleapis/python-storage/commit/d8dd1e074d2431de9b45e0103181dce749a447a0))
24+
725
## [3.9.0](https://github.com/googleapis/python-storage/compare/v3.8.0...v3.9.0) (2026-02-02)
826

927

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.9.0"
15+
__version__ = "3.10.0"

0 commit comments

Comments
 (0)