Skip to content

Commit 67e7b44

Browse files
Release v2.0.0 (#866)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b58457 commit 67e7b44

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-SNAPSHOT"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/carlspring/s3fs-nio/compare/v1.0.6...v2.0.0) (2024-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `S3Path#setFileAttributes()` was removed.
9+
* `S3FileSystem#getCache()` method was removed.
10+
* `S3FileSystemProvider#getCache()` was removed.
11+
* `S3FileSystemProvider#setCache()` was removed
12+
* `S3OutputStream` constructor signatures changed.
13+
14+
### Features
15+
16+
* Improve file attribute caching ([#854](https://github.com/carlspring/s3fs-nio/issues/854)) ([596434b](https://github.com/carlspring/s3fs-nio/commit/596434bfcd05c68eea53032df5960c249d38ffc0))
17+
18+
19+
### Deprecated
20+
21+
* Move `S3FileSystem#key2Parts` into `S3Utils`. ([9ea4d32](https://github.com/carlspring/s3fs-nio/commit/9ea4d329d649c5807bf64228a01815e17222dd5e))
22+
23+
24+
### Dependencies
25+
26+
* **upgrade:** bump org.testcontainers:testcontainers from 1.20.3 to 1.20.4 ([#865](https://github.com/carlspring/s3fs-nio/issues/865)) ([871fff3](https://github.com/carlspring/s3fs-nio/commit/871fff3a686240b8361be754a0d01b3d985f2f86))
27+
* **upgrade:** Upgrade AWS SDK to latest v2.29.9 ([#860](https://github.com/carlspring/s3fs-nio/pull/860)) ([03cd6fb](https://github.com/carlspring/s3fs-nio/commit/03cd6fbbd63e9a38816f1e1a67ce68ee5f07b060))
28+
29+
### Miscellaneous Chores
30+
31+
* **snapshot:** Prepare for v2.0.0 ([#864](https://github.com/carlspring/s3fs-nio/issues/864)) ([4946d83](https://github.com/carlspring/s3fs-nio/commit/4946d83e49e58706fcc951b12e071511dd73a946))
32+
33+
34+
### Build System
35+
36+
* Move integration tests into separate test suite. ([e561e5c](https://github.com/carlspring/s3fs-nio/commit/e561e5c58c9ee70e9f349e161fd7c908915fe049))
37+
338
## [1.0.6](https://github.com/carlspring/s3fs-nio/compare/v1.0.5...v1.0.6) (2024-11-20)
439

540

docs/content/reference/configuration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A complete list of environment variables which can be set to configure the clien
1010
| s3fs.secret.key | none | <small>AWS secret access key, used to authenticate the user interacting with AWS</small> |
1111
| s3fs.request.metric.collector.class | TODO | <small>Fully-qualified class name to instantiate an AWS SDK request/response metric collector</small> |
1212
| s3fs.cache.attributes.ttl | `60000` | <small>TTL for the cached file attributes (in millis)</small> |
13-
| s3fs.cache.attributes.size | `5000` | <small>Total size of cached file attributes</small> |
13+
| s3fs.cache.attributes.size | `30000` | <small>Total size of cached file attributes</small> |
1414
| s3fs.connection.timeout | TODO | <small>Timeout (in milliseconds) for establishing a connection to a remote service</small> |
1515
| s3fs.max.connections | TODO | <small>Maximum number of connections allowed in a connection pool</small> |
1616
| s3fs.max.retry.error | TODO | <small>Maximum number of times that a single request should be retried, assuming it fails for a retryable error</small> |

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extra:
131131
POM_GROUP_ID: org.carlspring.cloud.aws
132132
POM_ARTIFACT_ID: s3fs-nio
133133
## {x-release-please-start-version}
134-
POM_VERSION: "2.0.0-SNAPSHOT"
134+
POM_VERSION: "2.0.0"
135135
## {x-release-please-end}
136136

137137
nav:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## {x-release-please-start-version}
2-
version=2.0.0-SNAPSHOT
2+
version=2.0.0
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)