blob: ecd5b3d56a51a3dad5c0b82b178107035da8ac81 [file] [log] [blame]
ElenaIrimiaf7046142023-07-26 10:37:20 +020010.40 2023-07-26
2 - [feature] Initial support for CQP
3 (irimia, margaretha, diewald)
4 The commit consists of ~15 squashed commits mainly
5 authored by irimia.
margarethac1bdcce2023-04-25 15:26:59 +02006
Akron181a7422023-01-12 12:49:25 +010070.39 2023-01-12
ElenaIrimiaf7046142023-07-26 10:37:20 +02008 - [cleanup] Updated to Java 11
9 - [security] Dependencies updated
10 - [bugfix] Fix reference bug in Annis (resolved #129, diewald)
Marc Kupietz4356a8a2022-11-15 19:52:00 +010011
Akron120e1322022-09-01 14:52:29 +0200120.38.2 2022-10-05
Akron33451c22022-08-31 14:40:05 +020013 - [feature] Improve regex treatment of negative
14 character classes (diewald)
Akron120e1322022-09-01 14:52:29 +020015 - [bugfix] Improve quantifiers in Regex (diewald)
Akron40a2ff92022-08-31 16:34:46 +020016 - [feature] Separated regex grammar for reuse (diewald)
Akron33451c22022-08-31 14:40:05 +020017
Akron40a2ff92022-08-31 16:34:46 +0200180.38.1 2022-10-05
Akron43dd2462022-01-03 09:18:49 +010019 - [security] Updated log4j (diewald)
ElenaIrimiaf7046142023-07-26 10:37:20 +020020 - [bugfix] Fixed Annis OR group (resolved #96)
Akrond6e5d322022-10-05 15:09:02 +020021 - [security] Updated jackson (diewald)
margaretha3bfa8d62021-12-17 16:28:29 +010022
Akron7ac7c9d2021-12-10 12:48:48 +0100230.38 2021-12-10
24 - [security] Updated log4j due to CVE-2021-44228 (diewald)
25 - [bugfix] Updated dependencies following dependabot
26
27 !!! This is a security fix - please update!
28
Akron849199f2021-12-10 11:52:38 +0100290.37 2021-12-10
Akron49e8d7b2020-10-23 12:28:17 +020030 - [feature] Introduced query references in Poliqarp (diewald)
Akrondf7ca582020-11-19 17:08:42 +010031 - [bugfix] Ignore empty corpus queries (diewald)
Akron72108b22020-12-02 14:53:49 +010032 - [bugfix] Fix handling of apostrophes in multiword and regex
33 values in virtual corpora (#85; diewald)
Akron908a9382021-03-04 17:26:25 +010034 - [feature] Added getVersion() and getName() methods (diewald)
Akron849199f2021-12-10 11:52:38 +010035 - [security] Updated plexus-utils used in antlr4-maven-plugin
margaretha7e8fad32021-06-24 19:08:07 +020036 manually due to CVE-2017-1000487 (margaretha)
Akron49e8d7b2020-10-23 12:28:17 +020037
dependabot[bot]8c9f1ef2020-07-14 11:24:34 +0000380.36 2020-07-24
Akron47174952020-06-16 18:18:00 +020039 - [security] Upgraded version of Google Guava
40 (CVE-2018-10237; diewald)
Marc Kupietz7faa4d72020-07-15 09:08:26 +020041 - Optimize regular expressions to use character classes
42 instead of alternations (kupietz)
dependabot[bot]8c9f1ef2020-07-14 11:24:34 +000043 - Updated FCS support (dependabot, diewald)
Akrona2dea8e2020-01-21 07:13:17 +010044
margarethab1314c22019-11-12 17:18:54 +0100450.35 2019-11-12
46 - Added a method to add warnings in QuerySerializer (margaretha)
Akron933583e2019-09-25 12:18:35 +020047
Akron36026a82019-08-27 17:42:42 +0200480.34 2019-08-27
Akron24e8fa52019-07-17 12:41:56 +020049 - [bugfix] Ignore min:max order in distance operators
50 (#67; diewald)
Akron9ebcf3d2019-07-17 12:48:56 +020051 - [feature] Support #COND() operator alias in C2 (#70; diewald)
margaretha84c4e5c2019-07-17 14:19:49 +020052 - [bugfix] Fixed the distance serialization in CQL boolean queries
53 (#69; margaretha)
Akron37f255a2019-08-26 16:46:01 +020054 - Updated supported foundries for FCSQL (margaretha)
55 - Improved context conversion in MetaQueryBuilder (Kustvakt#32; diewald)
Akron24e8fa52019-07-17 12:41:56 +020056
margarethaf011f262019-02-20 17:13:34 +0100570.33 2019-02-20
margarethaf31ae532019-01-08 17:18:20 +010058 - Added debug flags (margaretha)
margarethaab205842019-02-07 16:38:41 +010059 - [bugfix] Fixed poliqarp layer bug (#52; margaretha)
60 - Replaced log4j with log4j2 (margaretha)
margarethae0ce5bf2019-02-13 17:55:15 +010061 - Fixed issue #43 - C2 OPIN (margaretha)
Akron4d068be2019-02-15 12:12:00 +010062 - [bugfix] Flatten serialization of query errors (diewald, margaretha)
margarethaf011f262019-02-20 17:13:34 +010063 - Fixed OPOV and added range in OPOV grammar (margaretha)
margarethaf31ae532019-01-08 17:18:20 +010064
Akronc9fc40c2018-12-13 13:32:27 +0100650.32 2018-12-13
66 - [bugfix] Support verbatim string queries (#57; diewald).
67
Akrona5a311e2018-10-31 15:52:53 +0100680.31 2018-10-31
Akron95ef1fa2018-10-22 13:05:34 +020069 - [bugfix] Security upgrade of Jackson for CVE-2017-17485 and
70 CVE-2018-7489 (diewald)
Akrona5a311e2018-10-31 15:52:53 +010071 - [bugfix] OpenJDK8u181-workaround (see Debian Bug report #911925)
72 (diewald)
Akron95ef1fa2018-10-22 13:05:34 +020073
Akron417d5ab2018-10-09 11:11:32 +0200740.30 2018-10-09
75 - Introduced docGroupRef and added VC reference in collection query
76 (margaretha)
margaretha1ef86de2018-07-31 16:51:21 +020077 - Fixed checking error in QuerySerializer (margaretha)
78
Akron09360082018-07-23 09:07:48 +0200790.29 2018-07-23
margaretha1ef86de2018-07-31 16:51:21 +020080 - Added check for errors on QuerySerializer object (diewald)
81 - Support verbatim string values in Poliqarp
Akron24e8fa52019-07-17 12:41:56 +020082 (fixes #42; diewald)
margaretha1ef86de2018-07-31 16:51:21 +020083 - Fix support for verbatim string values in collection queries
Akron24e8fa52019-07-17 12:41:56 +020084 (diewald)
Akron417d5ab2018-10-09 11:11:32 +020085 - Added hint to update the library (diewald)
Akron4fe861f2018-07-05 15:49:23 +020086
Akronfe761232018-01-10 16:26:13 +0100870.28 2018-01-10
margaretha1ef86de2018-07-31 16:51:21 +020088 - Added some enums for koral:operation (margaretha)
89 - Fixed node serialization of Annis QL containing lemma (margaretha)
90 - Added serialization for Annis keyword "lemma" (margaretha)
91 - Removed version from FCSQL processor (margaretha)
92 - Fixed Annis regex bug regarding slash after foundry (margaretha)
93 - Fixed use of regular expressions in corpus queries
94 (margaretha, diewald)
95 - Fixed treatment of 'AND' and 'and' in vc serialization (diewald)
96
margarethafa4e7392017-09-12 15:19:09 +0200970.27 2017-09-12
margaretha1ef86de2018-07-31 16:51:21 +020098 - Changed Cosmas2 wildcards serialization as regex (margaretha)
99 - Fixed OP IN with classRefCheck.INCLUDES (margaretha)
100 - Implemented OP PV with exclusion (margaretha)
101
margaretha5559b822017-06-29 13:33:04 +02001020.26 2017-06-29
margaretha1ef86de2018-07-31 16:51:21 +0200103 - Updated collection query grammar (margaretha)
104 - Updated maven dependency phase (margaretha)
margaretha5559b822017-06-29 13:33:04 +0200105 - Fixed handling of non-necessary brackets in tokens (diewald)
106 - Improved error handling (margaretha)
margarethaa8aafc52017-07-05 19:54:32 +0200107 - Added wrap to koral:span serialization (margaretha)
Akron55d82ae2017-06-28 19:58:37 +0200108
margarethabaa5a512017-05-10 13:47:46 +02001090.25 2017-05-10
margaretha1ef86de2018-07-31 16:51:21 +0200110 - Altered dominance and relation serialization (margaretha)
111
Akron7feb0dc2017-05-03 19:55:16 +02001120.24 2017-05-03
margaretha1ef86de2018-07-31 16:51:21 +0200113 - Fixed serialization of regexes for VCs (diewald)
114 - Implemented exclusion in Cosmas2 IN operation (margaretha)
115 - Restructured test suite (margaretha)
116
Akron57cef632016-10-27 21:22:04 +02001170.23 2016-10-27
margaretha1ef86de2018-07-31 16:51:21 +0200118 - Added tests and comments for FCSQL (margaretha)
119 - Added quantifier for FCSQL QueryGroup (margaretha)
120 - Improved Poliqarp+ test suite (diewald)
121 - Removed redundant min serialization in repetitions (diewald)
Eliza Margaretha8f662392016-10-25 17:10:37 +0200122
Akrona4a753f2016-06-15 16:48:02 +02001230.22 2016-06-15
Eliza Margaretha8f662392016-10-25 17:10:37 +0200124 - Spans now always wrap terms (diewald)
margaretha1ef86de2018-07-31 16:51:21 +0200125 - Cosmas-II "und", "oder", and "nicht" operations
126 now serialize to unordered sequences (diewald)
127 - Cleanup POM (diewald)
128 - Fixed deserialization of unnecessary brackets
129 around terms and termGroups in Poliqarp (diewald)
130 - Support for FCS 2.0 (margaretha)
131 - Fixed handling of escapes in regex
132 (issue #21; diewald)
Akron79cd7362016-06-03 17:05:05 +0200133
1340.21 2015-10-27
Eliza Margaretha8f662392016-10-25 17:10:37 +0200135 - Improved meta query builder (hanl)
Akron79cd7362016-06-03 17:05:05 +0200136
1370.2 2015-06-25
margaretha1ef86de2018-07-31 16:51:21 +0200138 - Switch to "koral:" prefix (bingel)
139 - Coverage of KoralQuery 0.3
140 (see http://korap.github.io/Koral/)
141 (bingel)
Joachim Bingela6954de2015-03-20 16:37:37 +0100142
1430.1 2015-02-10
margaretha1ef86de2018-07-31 16:51:21 +0200144 - First version published to GitHub (bingel)