Commit fedbded 1 parent 4d18d20 commit fedbded Copy full SHA for fedbded
File tree 7 files changed +26
-6
lines changed
src/main/java/org/basex/util
7 files changed +26
-6
lines changed Original file line number Diff line number Diff line change
1
+ VERSION 9.6 (August 19, 2021) ------------------------------------------
2
+
3
+ XQUERY: MODULES, FEATURES
4
+ - Archive Module, archive:write: stream large archives to file
5
+ - SQL Module: support for more SQL types
6
+ - Full-Text Module, ft:thesaurus: perform Thesaurus queries
7
+ - Fulltext, fuzzy search: specify Levenshtein limit
8
+ - UNROLLLIMIT option: controll limit for unrolling loops
9
+
10
+ XQUERY: JAVA BINDINGS
11
+ - Java objects of unknown type are wrapped into function items
12
+ - results of constructor calls are returned as function items
13
+ - the standard package java.lang. has become optional
14
+ - array arguments can be specified with the middle dot notation
15
+ - conversion can be controlled with the WRAPJAVA option
16
+ - better support for XQuery arrays and maps
17
+
18
+ WEB APPLICATIONS
19
+ - RESTXQ: Server-Timing HTTP headers are attached to the reponse
20
+
1
21
VERSION 9.5.2 (May 27, 2021) -------------------------------------------
2
22
3
23
- Performance tweaks, minor bug fixes
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >9.6-SNAPSHOT </version >
10
+ <version >9.6</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >9.6-SNAPSHOT </version >
10
+ <version >9.6</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public final class Prop {
22
22
/** Project name. */
23
23
public static final String NAME = "BaseX" ;
24
24
/** Code version (may contain major, minor and optional patch number). */
25
- public static final String VERSION = version ("9.6 RC2 " );
25
+ public static final String VERSION = version ("9.6" );
26
26
27
27
/** Project name. */
28
28
public static final String PROJECT = NAME .toLowerCase (Locale .ENGLISH );
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >9.6-SNAPSHOT </version >
10
+ <version >9.6</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >9.6-SNAPSHOT </version >
10
+ <version >9.6</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 5
5
<!-- Artifact information -->
6
6
<groupId >org.basex</groupId >
7
7
<artifactId >basex-parent</artifactId >
8
- <version >9.6-SNAPSHOT </version >
8
+ <version >9.6</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<distributionManagement >
You can’t perform that action at this time.
0 commit comments