Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- 'es:7.17.8'
- 'es:7.14.2'
- 'es:7.10.2'
- 'os:2.19.3'
- 'os:2.19.2'
- 'os:2.19.1'
- 'os:2.19.0'
- 'os:2.18.0'
- 'os:2.17.1'
- 'os:2.16.0'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- 'es:7.17.8'
- 'es:7.14.2'
- 'es:7.10.2'
- 'os:2.19.3'
- 'os:2.19.2'
- 'os:2.19.1'
- 'os:2.19.0'
- 'os:2.18.0'
- 'os:2.17.1'
- 'os:2.16.0'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Support OpenSearch 2.18.0
- Support OpenSearch 2.19.* ([#170](https://github.com/WorksApplications/elasticsearch-sudachi/pull/170))

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check [changelog](./CHANGELOG.md) for more.
$ ./gradlew -PengineVersion=es:8.15.2 build
```

Use `-PengineVersion=os:2.18.0` for OpenSearch.
Use `-PengineVersion=os:2.19.3` for OpenSearch.

## Supported ElasticSearch versions

Expand All @@ -34,7 +34,7 @@ Use `-PengineVersion=os:2.18.0` for OpenSearch.

## Supported OpenSearch versions

1. 2.6.* until 2.18.* supported, integration tests in CI
1. 2.6.* until 2.19.* supported, integration tests in CI

# Installation

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# elasticsearch versions: 8.15.2, 8.14.3, 8.13.4, 8.12.2, 8.11.4, 8.10.4, 8.9.2,
# 8.8.1, 8.6.2, 8.5.3, 8.4.3, 8.2.3, 7.17.24, 7.14.2, 7.10.2
# opensearch version: 2.18.0, 2.17.1, 2.16.0, 2.15.0, 2.14.0, 2.13.0, 2.12.0, 2.11.1,
# 2.10.0, 2.9.0, 2.8.0, 2.7.0, 2.6.0
# opensearch version: 2.19.3, 2.19.2, 2.19.1, 2.19.0, 2.18.0, 2.17.1, 2.16.0,
# 2.15.0, 2.14.0, 2.13.0, 2.12.0, 2.11.1, 2.10.0, 2.9.0, 2.8.0, 2.7.0, 2.6.0
engineVersion=es:8.15.2
org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
Expand Down