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