Skip to content

Commit df1e5eb

Browse files
committed
Update changelog
1 parent 25b4e7a commit df1e5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
# [3.0.0](https://github.com/clarin-eric/fcs-simple-endpoint/releases/tag/FCS-QL-2.0.1) - 2025-06-30
3+
# [3.0.0](https://github.com/clarin-eric/fcs-simple-endpoint/releases/tag/FCS-QL-3.0.0) - 2025-11-17
44

55
- Changes:
66
- **Breaking**: Moved `QueryParser` and related query tree classes from [`fcs-simple-endpoint`](https://github.com/clarin-eric/fcs-simple-endpoint) here to decouple from FCS endpoints and to allow reusability.
77

88
Because of this move, all imports in FCS endpoints that evaluate queries need to change:
99
- `eu.clarin.sru.server.fcs.parser.*``eu.clarin.sru.fcs.qlparser.fcs.*` (FCS-QL)
1010
- `eu.clarin.sru.server.fcs.parser_lex.*``eu.clarin.sru.fcs.qlparser.lex.*` (LexCQL)
11+
- `eu.clarin.sru.server.fcs.parser.QueryParserException``eu.clarin.sru.fcs.qlparser.QueryParserException`
1112

1213
The internal ANTLR4 lexers and parsers were also moved into their own namespaces:
1314
- `eu.clarin.sru.fcs.qlparser.*``eu.clarin.sru.fcs.qlparser.fcs.*`

0 commit comments

Comments
 (0)