Akron | 181a742 | 2023-01-12 12:49:25 +0100 | [diff] [blame^] | 1 | 0.39 2023-01-12 |
Marc Kupietz | 4356a8a | 2022-11-15 19:52:00 +0100 | [diff] [blame] | 2 | - Updated to Java 11 |
| 3 | - Dependencies updated |
Akron | 181a742 | 2023-01-12 12:49:25 +0100 | [diff] [blame^] | 4 | - Fix reference bug in Annis (resolved #129, diewald) |
Marc Kupietz | 4356a8a | 2022-11-15 19:52:00 +0100 | [diff] [blame] | 5 | |
Akron | 120e132 | 2022-09-01 14:52:29 +0200 | [diff] [blame] | 6 | 0.38.2 2022-10-05 |
Akron | 33451c2 | 2022-08-31 14:40:05 +0200 | [diff] [blame] | 7 | - [feature] Improve regex treatment of negative |
| 8 | character classes (diewald) |
Akron | 120e132 | 2022-09-01 14:52:29 +0200 | [diff] [blame] | 9 | - [bugfix] Improve quantifiers in Regex (diewald) |
Akron | 40a2ff9 | 2022-08-31 16:34:46 +0200 | [diff] [blame] | 10 | - [feature] Separated regex grammar for reuse (diewald) |
Akron | 33451c2 | 2022-08-31 14:40:05 +0200 | [diff] [blame] | 11 | |
Akron | 40a2ff9 | 2022-08-31 16:34:46 +0200 | [diff] [blame] | 12 | 0.38.1 2022-10-05 |
Akron | 43dd246 | 2022-01-03 09:18:49 +0100 | [diff] [blame] | 13 | - [security] Updated log4j (diewald) |
Akron | d6e5d32 | 2022-10-05 15:09:02 +0200 | [diff] [blame] | 14 | - Fixed Annis OR group (resolved #96) |
| 15 | - [security] Updated jackson (diewald) |
margaretha | 3bfa8d6 | 2021-12-17 16:28:29 +0100 | [diff] [blame] | 16 | |
Akron | 7ac7c9d | 2021-12-10 12:48:48 +0100 | [diff] [blame] | 17 | 0.38 2021-12-10 |
| 18 | - [security] Updated log4j due to CVE-2021-44228 (diewald) |
| 19 | - [bugfix] Updated dependencies following dependabot |
| 20 | |
| 21 | !!! This is a security fix - please update! |
| 22 | |
Akron | 849199f | 2021-12-10 11:52:38 +0100 | [diff] [blame] | 23 | 0.37 2021-12-10 |
Akron | 49e8d7b | 2020-10-23 12:28:17 +0200 | [diff] [blame] | 24 | - [feature] Introduced query references in Poliqarp (diewald) |
Akron | df7ca58 | 2020-11-19 17:08:42 +0100 | [diff] [blame] | 25 | - [bugfix] Ignore empty corpus queries (diewald) |
Akron | 72108b2 | 2020-12-02 14:53:49 +0100 | [diff] [blame] | 26 | - [bugfix] Fix handling of apostrophes in multiword and regex |
| 27 | values in virtual corpora (#85; diewald) |
Akron | 908a938 | 2021-03-04 17:26:25 +0100 | [diff] [blame] | 28 | - [feature] Added getVersion() and getName() methods (diewald) |
Akron | 849199f | 2021-12-10 11:52:38 +0100 | [diff] [blame] | 29 | - [security] Updated plexus-utils used in antlr4-maven-plugin |
margaretha | 7e8fad3 | 2021-06-24 19:08:07 +0200 | [diff] [blame] | 30 | manually due to CVE-2017-1000487 (margaretha) |
Akron | 49e8d7b | 2020-10-23 12:28:17 +0200 | [diff] [blame] | 31 | |
dependabot[bot] | 8c9f1ef | 2020-07-14 11:24:34 +0000 | [diff] [blame] | 32 | 0.36 2020-07-24 |
Akron | 4717495 | 2020-06-16 18:18:00 +0200 | [diff] [blame] | 33 | - [security] Upgraded version of Google Guava |
| 34 | (CVE-2018-10237; diewald) |
Marc Kupietz | 7faa4d7 | 2020-07-15 09:08:26 +0200 | [diff] [blame] | 35 | - Optimize regular expressions to use character classes |
| 36 | instead of alternations (kupietz) |
dependabot[bot] | 8c9f1ef | 2020-07-14 11:24:34 +0000 | [diff] [blame] | 37 | - Updated FCS support (dependabot, diewald) |
Akron | a2dea8e | 2020-01-21 07:13:17 +0100 | [diff] [blame] | 38 | |
margaretha | b1314c2 | 2019-11-12 17:18:54 +0100 | [diff] [blame] | 39 | 0.35 2019-11-12 |
| 40 | - Added a method to add warnings in QuerySerializer (margaretha) |
Akron | 933583e | 2019-09-25 12:18:35 +0200 | [diff] [blame] | 41 | |
Akron | 36026a8 | 2019-08-27 17:42:42 +0200 | [diff] [blame] | 42 | 0.34 2019-08-27 |
Akron | 24e8fa5 | 2019-07-17 12:41:56 +0200 | [diff] [blame] | 43 | - [bugfix] Ignore min:max order in distance operators |
| 44 | (#67; diewald) |
Akron | 9ebcf3d | 2019-07-17 12:48:56 +0200 | [diff] [blame] | 45 | - [feature] Support #COND() operator alias in C2 (#70; diewald) |
margaretha | 84c4e5c | 2019-07-17 14:19:49 +0200 | [diff] [blame] | 46 | - [bugfix] Fixed the distance serialization in CQL boolean queries |
| 47 | (#69; margaretha) |
Akron | 37f255a | 2019-08-26 16:46:01 +0200 | [diff] [blame] | 48 | - Updated supported foundries for FCSQL (margaretha) |
| 49 | - Improved context conversion in MetaQueryBuilder (Kustvakt#32; diewald) |
Akron | 24e8fa5 | 2019-07-17 12:41:56 +0200 | [diff] [blame] | 50 | |
margaretha | f011f26 | 2019-02-20 17:13:34 +0100 | [diff] [blame] | 51 | 0.33 2019-02-20 |
margaretha | f31ae53 | 2019-01-08 17:18:20 +0100 | [diff] [blame] | 52 | - Added debug flags (margaretha) |
margaretha | ab20584 | 2019-02-07 16:38:41 +0100 | [diff] [blame] | 53 | - [bugfix] Fixed poliqarp layer bug (#52; margaretha) |
| 54 | - Replaced log4j with log4j2 (margaretha) |
margaretha | e0ce5bf | 2019-02-13 17:55:15 +0100 | [diff] [blame] | 55 | - Fixed issue #43 - C2 OPIN (margaretha) |
Akron | 4d068be | 2019-02-15 12:12:00 +0100 | [diff] [blame] | 56 | - [bugfix] Flatten serialization of query errors (diewald, margaretha) |
margaretha | f011f26 | 2019-02-20 17:13:34 +0100 | [diff] [blame] | 57 | - Fixed OPOV and added range in OPOV grammar (margaretha) |
margaretha | f31ae53 | 2019-01-08 17:18:20 +0100 | [diff] [blame] | 58 | |
Akron | c9fc40c | 2018-12-13 13:32:27 +0100 | [diff] [blame] | 59 | 0.32 2018-12-13 |
| 60 | - [bugfix] Support verbatim string queries (#57; diewald). |
| 61 | |
Akron | a5a311e | 2018-10-31 15:52:53 +0100 | [diff] [blame] | 62 | 0.31 2018-10-31 |
Akron | 95ef1fa | 2018-10-22 13:05:34 +0200 | [diff] [blame] | 63 | - [bugfix] Security upgrade of Jackson for CVE-2017-17485 and |
| 64 | CVE-2018-7489 (diewald) |
Akron | a5a311e | 2018-10-31 15:52:53 +0100 | [diff] [blame] | 65 | - [bugfix] OpenJDK8u181-workaround (see Debian Bug report #911925) |
| 66 | (diewald) |
Akron | 95ef1fa | 2018-10-22 13:05:34 +0200 | [diff] [blame] | 67 | |
Akron | 417d5ab | 2018-10-09 11:11:32 +0200 | [diff] [blame] | 68 | 0.30 2018-10-09 |
| 69 | - Introduced docGroupRef and added VC reference in collection query |
| 70 | (margaretha) |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 71 | - Fixed checking error in QuerySerializer (margaretha) |
| 72 | |
Akron | 0936008 | 2018-07-23 09:07:48 +0200 | [diff] [blame] | 73 | 0.29 2018-07-23 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 74 | - Added check for errors on QuerySerializer object (diewald) |
| 75 | - Support verbatim string values in Poliqarp |
Akron | 24e8fa5 | 2019-07-17 12:41:56 +0200 | [diff] [blame] | 76 | (fixes #42; diewald) |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 77 | - Fix support for verbatim string values in collection queries |
Akron | 24e8fa5 | 2019-07-17 12:41:56 +0200 | [diff] [blame] | 78 | (diewald) |
Akron | 417d5ab | 2018-10-09 11:11:32 +0200 | [diff] [blame] | 79 | - Added hint to update the library (diewald) |
Akron | 4fe861f | 2018-07-05 15:49:23 +0200 | [diff] [blame] | 80 | |
Akron | fe76123 | 2018-01-10 16:26:13 +0100 | [diff] [blame] | 81 | 0.28 2018-01-10 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 82 | - Added some enums for koral:operation (margaretha) |
| 83 | - Fixed node serialization of Annis QL containing lemma (margaretha) |
| 84 | - Added serialization for Annis keyword "lemma" (margaretha) |
| 85 | - Removed version from FCSQL processor (margaretha) |
| 86 | - Fixed Annis regex bug regarding slash after foundry (margaretha) |
| 87 | - Fixed use of regular expressions in corpus queries |
| 88 | (margaretha, diewald) |
| 89 | - Fixed treatment of 'AND' and 'and' in vc serialization (diewald) |
| 90 | |
margaretha | fa4e739 | 2017-09-12 15:19:09 +0200 | [diff] [blame] | 91 | 0.27 2017-09-12 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 92 | - Changed Cosmas2 wildcards serialization as regex (margaretha) |
| 93 | - Fixed OP IN with classRefCheck.INCLUDES (margaretha) |
| 94 | - Implemented OP PV with exclusion (margaretha) |
| 95 | |
margaretha | 5559b82 | 2017-06-29 13:33:04 +0200 | [diff] [blame] | 96 | 0.26 2017-06-29 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 97 | - Updated collection query grammar (margaretha) |
| 98 | - Updated maven dependency phase (margaretha) |
margaretha | 5559b82 | 2017-06-29 13:33:04 +0200 | [diff] [blame] | 99 | - Fixed handling of non-necessary brackets in tokens (diewald) |
| 100 | - Improved error handling (margaretha) |
margaretha | a8aafc5 | 2017-07-05 19:54:32 +0200 | [diff] [blame] | 101 | - Added wrap to koral:span serialization (margaretha) |
Akron | 55d82ae | 2017-06-28 19:58:37 +0200 | [diff] [blame] | 102 | |
margaretha | baa5a51 | 2017-05-10 13:47:46 +0200 | [diff] [blame] | 103 | 0.25 2017-05-10 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 104 | - Altered dominance and relation serialization (margaretha) |
| 105 | |
Akron | 7feb0dc | 2017-05-03 19:55:16 +0200 | [diff] [blame] | 106 | 0.24 2017-05-03 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 107 | - Fixed serialization of regexes for VCs (diewald) |
| 108 | - Implemented exclusion in Cosmas2 IN operation (margaretha) |
| 109 | - Restructured test suite (margaretha) |
| 110 | |
Akron | 57cef63 | 2016-10-27 21:22:04 +0200 | [diff] [blame] | 111 | 0.23 2016-10-27 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 112 | - Added tests and comments for FCSQL (margaretha) |
| 113 | - Added quantifier for FCSQL QueryGroup (margaretha) |
| 114 | - Improved Poliqarp+ test suite (diewald) |
| 115 | - Removed redundant min serialization in repetitions (diewald) |
Eliza Margaretha | 8f66239 | 2016-10-25 17:10:37 +0200 | [diff] [blame] | 116 | |
Akron | a4a753f | 2016-06-15 16:48:02 +0200 | [diff] [blame] | 117 | 0.22 2016-06-15 |
Eliza Margaretha | 8f66239 | 2016-10-25 17:10:37 +0200 | [diff] [blame] | 118 | - Spans now always wrap terms (diewald) |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 119 | - Cosmas-II "und", "oder", and "nicht" operations |
| 120 | now serialize to unordered sequences (diewald) |
| 121 | - Cleanup POM (diewald) |
| 122 | - Fixed deserialization of unnecessary brackets |
| 123 | around terms and termGroups in Poliqarp (diewald) |
| 124 | - Support for FCS 2.0 (margaretha) |
| 125 | - Fixed handling of escapes in regex |
| 126 | (issue #21; diewald) |
Akron | 79cd736 | 2016-06-03 17:05:05 +0200 | [diff] [blame] | 127 | |
| 128 | 0.21 2015-10-27 |
Eliza Margaretha | 8f66239 | 2016-10-25 17:10:37 +0200 | [diff] [blame] | 129 | - Improved meta query builder (hanl) |
Akron | 79cd736 | 2016-06-03 17:05:05 +0200 | [diff] [blame] | 130 | |
| 131 | 0.2 2015-06-25 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 132 | - Switch to "koral:" prefix (bingel) |
| 133 | - Coverage of KoralQuery 0.3 |
| 134 | (see http://korap.github.io/Koral/) |
| 135 | (bingel) |
Joachim Bingel | a6954de | 2015-03-20 16:37:37 +0100 | [diff] [blame] | 136 | |
| 137 | 0.1 2015-02-10 |
margaretha | 1ef86de | 2018-07-31 16:51:21 +0200 | [diff] [blame] | 138 | - First version published to GitHub (bingel) |