From c8a44b5ee2ca34228663438697eb9a74a798b6b7 Mon Sep 17 00:00:00 2001 From: mh-northlander Date: Fri, 14 Jun 2024 14:12:29 +0900 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 10 +++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc3cf3..bc8047c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change log +## [Unreleased] + +## [3.2.1] - 2024-06-14 + +### Fixed + +- Fix OOM error with a huge document (#132) + - Plugin now handles huge documents splitting into relatively small (1M char) chunks. + - Analysis may be broken around the edge of chunks (open issue, see #131) + +### Added + +- Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65) + ## [3.2.0] - 2024-05-30 ### Added diff --git a/README.md b/README.md index 135f5dc..09b2468 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us # What's new? -- [3.2.0] - - Explain with morpheme attribute (#121) - - Synonym filter and Sudachi filters can be used in any order (#122) - - MorphemeConsumerAttribute is removed (#127) - - This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate. +- [3.2.1] + - Fix OOM error with a huge document (#132) + - Plugin now handles huge documents splitting into relatively small (1M char) chunks. + - Analysis may be broken around the edge of chunks (open issue, see #131) + - Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65) Check [changelog](./CHANGELOG.md) for more. From 4695390e3f9cd023e1e9c18e30ad5046ef445f33 Mon Sep 17 00:00:00 2001 From: mh-northlander Date: Fri, 14 Jun 2024 14:21:42 +0900 Subject: [PATCH 2/2] bump version -> 3.2.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3e213dd..65ae899 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED org.gradle.caching=true org.gradle.parallel=true -pluginVersion=3.2.1-SNAPSHOT +pluginVersion=3.2.1