Skip to content

Commit 6b73b1a

Browse files
Merge pull request #135 from WorksApplications/release/3.2.1
Release/3.2.1
2 parents d0d6545 + 4695390 commit 6b73b1a

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change log
22

3+
## [Unreleased]
4+
5+
## [3.2.1] - 2024-06-14
6+
7+
### Fixed
8+
9+
- Fix OOM error with a huge document (#132)
10+
- Plugin now handles huge documents splitting into relatively small (1M char) chunks.
11+
- Analysis may be broken around the edge of chunks (open issue, see #131)
12+
13+
### Added
14+
15+
- Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65)
16+
317
## [3.2.0] - 2024-05-30
418

519
### Added

README.md

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

88
# What's new?
99

10-
- [3.2.0]
11-
- Explain with morpheme attribute (#121)
12-
- Synonym filter and Sudachi filters can be used in any order (#122)
13-
- MorphemeConsumerAttribute is removed (#127)
14-
- This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
10+
- [3.2.1]
11+
- Fix OOM error with a huge document (#132)
12+
- Plugin now handles huge documents splitting into relatively small (1M char) chunks.
13+
- Analysis may be broken around the edge of chunks (open issue, see #131)
14+
- Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65)
1515

1616
Check [changelog](./CHANGELOG.md) for more.
1717

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.2.1-SNAPSHOT
14+
pluginVersion=3.2.1

0 commit comments

Comments
 (0)