Skip to content

Commit a57d742

Browse files
Merge pull request #178 from WorksApplications/release/v3.4.0
Release/v3.4.0
2 parents cbc51a1 + f1b9058 commit a57d742

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22

33
## [Unreleased](https://github.com/WorksApplications/elasticsearch-sudachi/releases/)
44

5+
## [3.4.0](https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.4.0) - 2026-01-27
6+
57
### Added
68

79
- Support OpenSearch 2.18.0
8-
- Support OpenSearch 2.19.* ([#170](https://github.com/WorksApplications/elasticsearch-sudachi/pull/170))
10+
- Support OpenSearch 2.19.\* ([#170](https://github.com/WorksApplications/elasticsearch-sudachi/pull/170))
911
- Support Elasticsearch 8.16.6 and 8.17.10 ([#172](https://github.com/WorksApplications/elasticsearch-sudachi/pull/172))
1012

13+
### Changed
14+
15+
- Update Java version from 11 to 17 ([#172](https://github.com/WorksApplications/elasticsearch-sudachi/pull/172))
16+
1117
### Removed
18+
1219
- Elasticsearch 7.x and versions earlier than 8.10 will no longer be supported. ([#172](https://github.com/WorksApplications/elasticsearch-sudachi/pull/172))
1320

1421
## [3.3.0](https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.3.0) - 2024-11-13

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
99

1010
- [3.4.0]
1111
- Support Elasticsearch 8.16.6 and 8.17.10.
12+
- Support OpenSearch 2.18.0 and 2.19.4.
1213
- Elasticsearch 7.x and versions earlier than 8.10 will no longer be supported.
14+
- Update Java version from 11 to 17
1315

1416
Check [changelog](./CHANGELOG.md) for more.
1517

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
1111
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
1212
org.gradle.caching=true
1313
org.gradle.parallel=true
14-
pluginVersion=3.3.1-SNAPSHOT
14+
pluginVersion=3.4.1-SNAPSHOT

0 commit comments

Comments
 (0)