Skip to content

Commit e7b238a

Browse files
authored
chore: update version for release 1.4.1 (#338)
1 parent 033f4b7 commit e7b238a

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v1.4.1 (May 20, 2025)
2+
3+
### New features
4+
* Add S3 prefix strategies to prevent throttling in distributed checkpointing (#327)
5+
6+
### Bug fixes
7+
* Consume mountpoint-s3-client 0.14.1 to address AWS_ERROR_HTTP_RESPONSE_FIRST_BYTE_TIMEOUT error (#332)
8+
* Prevent S3Writer stream closure on exception to preserve original error context (#331)
9+
* Add PyTorch 2.7.0 support (#329)
10+
11+
### Other changes
12+
* Add Python version to user agent string (#333)
13+
* Address DCP test hanging and distributed test errors (#330)
14+
* Update GitHub Actions runners to ubuntu-24.04 (#328)
15+
16+
### Breaking changes
17+
* No breaking changes.
18+
119
## v1.4.0 (April 9, 2025)
220

321
### New features

s3torchconnector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnector"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "S3 connector integration for PyTorch"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"torch >= 2.0.1, != 2.5.0",
26-
"s3torchconnectorclient == 1.4.0",
26+
"s3torchconnectorclient == 1.4.1",
2727
]
2828

2929
[project.optional-dependencies]

s3torchconnectorclient/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

s3torchconnectorclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3torchconnectorclient"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
edition = "2021"
55
publish = false
66
license = "BSD-3-Clause"

s3torchconnectorclient/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnectorclient"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"

0 commit comments

Comments
 (0)