-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from WorksApplications/feature/release-3.1.1
Release 3.1.1
- Loading branch information
Showing
4 changed files
with
98 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Change log | ||
|
||
## [3.1.1] - 2024-05-17 | ||
|
||
### Added | ||
|
||
- Support ElasticSearch -8.13.4 and OpenSearch -2.14.0. (#114, #118) | ||
- Integration tests (`:integration`) for es:8.9.0+ are moved to Github Actions. | ||
|
||
### Fixed | ||
|
||
- Fix dictionary caching problem (#112) | ||
|
||
## [3.1.0] | ||
|
||
- support OpenSearch 2.6.0+ in addition to ElasticSearch | ||
- analysis-sudachi plugin is now can be extended by other plugins. Loading sudachi plugins from extending plugins is supported as well | ||
|
||
## [3.0.0] | ||
|
||
- Plugin is now implemented in Kotlin | ||
|
||
## [2.1.0] | ||
|
||
- Added a new property `additional_settings` to write Sudachi settings directly in config | ||
- Added support for specifying Elasticsearch version at build time | ||
|
||
## [2.0.3] | ||
|
||
- Fix duplicated tokens for OOVs with `sudachi_split` filter's `extended mode` | ||
|
||
## [2.0.2] | ||
|
||
- Upgrade Sudachi to 0.4.3 | ||
- Fix overrun with surrogate pairs | ||
|
||
## [2.0.1] | ||
|
||
- Upgrade Sudachi to 0.4.2 | ||
- Fix buffer overrun with character normalization | ||
|
||
## [2.0.0] | ||
|
||
- New mode `split_mode` was added | ||
- New filter `sudachi_split` was added instead of `mode` | ||
- `mode` was deperecated | ||
- Upgrade Sudachi morphological analyzer to 0.4.1 | ||
- Words containing periods are no longer split | ||
- Fix a bug causing wrong offsets with `icu_normalizer` | ||
|
||
## [1.3.2] | ||
|
||
- Upgrade Sudachi morphological analyzer to 0.3.1 | ||
|
||
## [1.3.1] | ||
|
||
- Upgrade Sudachi morphological analyzer to 0.3.0 | ||
- Minor bug fix | ||
|
||
## [1.3.0] | ||
|
||
- Upgrade Sudachi morphological analyzer to 0.2.0 | ||
- Import Sudachi from maven central repository | ||
- Minor bug fix | ||
|
||
## [1.2.0] | ||
|
||
- Upgrading Sudachi morphological analyzer to 0.2.0-SNAPSHOT | ||
- New filter `sudachi_normalizedform` was added; see [sudachi_normalizedform](#sudachi_normalizedform) | ||
- Default normalization behavior was changed; neather baseform filter and normalziedform filter not applied | ||
- `sudachi_readingform` filter was changed with new romaji mappings based on MS-IME | ||
|
||
## [1.1.0] | ||
|
||
- `part-of-speech forward matching` is available on `stoptags`; see [sudachi_part_of_speech](#sudachi_part_of_speech) | ||
|
||
## [1.0.0] | ||
|
||
- first release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters