diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c46db115..c52c4ddec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## [3.10.0](https://github.com/googleapis/python-storage/compare/v3.9.0...v3.10.0) (2026-02-19) + + +### Features + +* Add time based benchmarks ([09b1d9d](https://github.com/googleapis/python-storage/commit/09b1d9dcb29133a21b2563856e663c2f63b85a79)) +* Add time based benchmarks ([#1749](https://github.com/googleapis/python-storage/issues/1749)) ([09b1d9d](https://github.com/googleapis/python-storage/commit/09b1d9dcb29133a21b2563856e663c2f63b85a79)) + + +### Bug Fixes + +* Don't flush at every append, results in bad perf ([ab62d72](https://github.com/googleapis/python-storage/commit/ab62d728ac7d7be3c4fe9a99d72e35ead310805a)) +* 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)) +* Init mp pool & grpc client once, use os.sched_setaffinity ([a9eb82c](https://github.com/googleapis/python-storage/commit/a9eb82c1b9b3c6ae5717d47b76284ed0deb5f769)) +* 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)) + ## [3.9.0](https://github.com/googleapis/python-storage/compare/v3.8.0...v3.9.0) (2026-02-02) diff --git a/google/cloud/storage/version.py b/google/cloud/storage/version.py index 0bc275357..b674396b2 100644 --- a/google/cloud/storage/version.py +++ b/google/cloud/storage/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.9.0" +__version__ = "3.10.0"