Skip to content

Commit db43415

Browse files
Release v1.0.2 (#723)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47139ca commit db43415

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2-SNAPSHOT"
2+
".": "1.0.2"
33
}

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/carlspring/s3fs-nio/compare/v1.0.1...v1.0.2) (2023-07-26)
4+
5+
6+
### Features
7+
8+
* Allow specifying a different protocol for proxies. ([#719](https://github.com/carlspring/s3fs-nio/issues/719)) ([47139ca](https://github.com/carlspring/s3fs-nio/commit/47139caa6055e91e5f59f8a8a7efd16dcd583612))
9+
10+
11+
### Bug Fixes
12+
13+
* FileSystems.getFileSystem does not return existing filesystem. ([#717](https://github.com/carlspring/s3fs-nio/issues/717)) ([66f3cdf](https://github.com/carlspring/s3fs-nio/commit/66f3cdf38aa4f8f4c1c90c4170de1bd5ff1352c7))
14+
* S3OutputStream write/close checks should be thread-safe. ([#721](https://github.com/carlspring/s3fs-nio/issues/721)) ([64c5ed8](https://github.com/carlspring/s3fs-nio/commit/64c5ed83a290bb55847adb98263d635b3cb4f9ab))
15+
16+
17+
### Dependencies
18+
19+
* **upgrade:** bump junit to 5.10.0 ([#732](https://github.com/carlspring/s3fs-nio/issues/732)) ([86cebb0](https://github.com/carlspring/s3fs-nio/commit/86cebb0f9eb9a0f33f72c258f8bda9c80b404f3c))
20+
* **upgrade:** bump org.apache.tika:tika-core from 2.5.0 to 2.8.0 ([#700](https://github.com/carlspring/s3fs-nio/issues/700)) ([f132151](https://github.com/carlspring/s3fs-nio/commit/f1321519638e77e257661ecdbfb4898fbbba77e4))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* Clean up the S3FileSystem.key2Parts method. ([#476](https://github.com/carlspring/s3fs-nio/issues/476)) ([1dff817](https://github.com/carlspring/s3fs-nio/commit/1dff817a7dcc7086cf5f12db160ec01acae647a4))
26+
* **snapshot:** Prepare for v1.0.2 ([#722](https://github.com/carlspring/s3fs-nio/issues/722)) ([fc7d1ac](https://github.com/carlspring/s3fs-nio/commit/fc7d1ac7c026b9a7d86ecaf7d208426560c2f58f))
27+
28+
29+
### Build System
30+
31+
* Allow builds from external contributors ([#728](https://github.com/carlspring/s3fs-nio/issues/728)) ([ff7d3a3](https://github.com/carlspring/s3fs-nio/commit/ff7d3a3fbfe4a36b88d47399b58ff87abc89a5bc))
32+
* Allow builds from external contributors ([#729](https://github.com/carlspring/s3fs-nio/issues/729)) ([f1fa773](https://github.com/carlspring/s3fs-nio/commit/f1fa7732a688c682e56b6734d4921b1a1791add5))
33+
* Customize changelog sections. ([a28f66f](https://github.com/carlspring/s3fs-nio/commit/a28f66f92ea946ecb43ecca1be1a3b691111acc8))
34+
* Fine-tune build triggers. ([#728](https://github.com/carlspring/s3fs-nio/issues/728)) ([4cbffaa](https://github.com/carlspring/s3fs-nio/commit/4cbffaaa5c6edc56d2d5b2c9e9c71cd1027ca5f3))
35+
* Incorrect change logs are auto-generated in release prs ([#727](https://github.com/carlspring/s3fs-nio/issues/727)) ([7b45fa2](https://github.com/carlspring/s3fs-nio/commit/7b45fa289eb75203ae78e0dff78b3a0b9b11c250))
36+
337
## [1.0.1](https://github.com/carlspring/s3fs-nio/compare/v1.0.0...v1.0.1) (2023-05-30)
438

539
### Features

docs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ extra:
100100
POM_GROUP_ID: org.carlspring.cloud.aws
101101
POM_ARTIFACT_ID: s3fs-nio
102102
## {x-release-please-start-version}
103-
POM_VERSION: "1.0.2-SNAPSHOT"
103+
POM_VERSION: "1.0.2"
104104
## {x-release-please-end}
105105

106106
nav:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## {x-release-please-start-version}
2-
version=1.0.2-SNAPSHOT
2+
version=1.0.2
33
## {x-release-please-end}
44

55
# Signature key id

0 commit comments

Comments
 (0)