File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ 3.2.0] - 2024-05-30
4
+
5
+ ### Added
6
+
7
+ - Update documents including tutrial (#125 , #126 )
8
+
9
+ ### Fixed
10
+
11
+ - Explain with morpheme attribute (#121 )
12
+ - Synonym filter and Sudachi filters can be used in any order (#122 )
13
+ - Update deprecated codes (#125 )
14
+
15
+ ### Removed
16
+
17
+ - MorphemeConsumerAttribute is removed (#127 )
18
+ - This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
19
+ - Also see #123 and #124 .
20
+
3
21
## [ 3.1.1] - 2024-05-17
4
22
5
23
### Added
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
7
7
8
8
# What's new?
9
9
10
- - [ 3.1.1]
11
- - Support ElasticSearch -8.13.4 and OpenSearch -2.14.0. (#114 , #118 )
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.
12
15
13
16
Check [ changelog] ( ./CHANGELOG.md ) for more.
14
17
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
11
11
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
12
12
org.gradle.caching =true
13
13
org.gradle.parallel =true
14
- pluginVersion =3.1.2-SNAPSHOT
14
+ pluginVersion =3.2.0
You can’t perform that action at this time.
0 commit comments