Skip to content

Commit 9688aab

Browse files
authored
chore: update version for release 1.4.2 (#346)
- Bump s3torchconnector / s3torchconnectorclient versions to 1.4.2 - Updated CHANGELOG.
1 parent 28b654a commit 9688aab

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
## TBD
1+
## v1.4.2 (July 14, 2025)
22

33
### New features
4-
* Implement range-based S3 Reader for byte range requests, enabling efficient random read patterns (#339)
4+
* Implement range-based S3 Reader for efficient partial read patterns (#339)
5+
* Implemented AWS profile credentials support as part of S3ClientConfig (#341)
56

67
### Bug fixes
78
* Enable multiple CRT clients per process with different configs (#340)
89

910
### Other changes
11+
* Expose configuration needed for testing profile credentials (#344)
12+
* Keep usage of manylinux_2014 for wider suport of glibc (#342, #343)
1013

1114
### Breaking changes
12-
15+
* No breaking changes.
1316

1417
## v1.4.1 (May 20, 2025)
1518

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.1"
7+
version = "1.4.2"
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.1",
26+
"s3torchconnectorclient == 1.4.2",
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.1"
3+
version = "1.4.2"
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.1"
7+
version = "1.4.2"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"

0 commit comments

Comments
 (0)