File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. This projec
4
4
## [ Unreleased]
5
5
6
6
7
+ <a name =" v1.9.0-RC2 " ></a >
8
+ ## [ v1.9.0-RC2] - 2023-10-16
9
+ ### Bug Fixes
10
+ - standard syntax for drop index
11
+ - ** embedded/sql:** fix sql temporal range evaluation
12
+
13
+ ### Changes
14
+ - ** embedded/document:** count with limit in subquery
15
+ - ** embedded/sql:** expose subquery creation
16
+ - ** pkg/api:** set optional parameters
17
+ - ** pkg/api:** set optional parameters
18
+
19
+
7
20
<a name =" v1.9.0-RC1 " ></a >
8
21
## [ v1.9.0-RC1] - 2023-10-11
9
22
### Bug Fixes
@@ -3737,7 +3750,8 @@ All notable changes to this project will be documented in this file. This projec
3737
3750
- ** tree:** MTH reference impl
3738
3751
3739
3752
3740
- [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...HEAD
3753
+ [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...HEAD
3754
+ [ v1.9.0-RC2 ] : https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...v1.9.0-RC2
3741
3755
[ v1.9.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.5.0...v1.9.0-RC1
3742
3756
[ v1.5.0 ] : https://github.com/vchain-us/immudb/compare/v1.5.0-RC1...v1.5.0
3743
3757
[ v1.5.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.4.1...v1.5.0-RC1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export GO111MODULE=on
16
16
17
17
SHELL =/bin/bash -o pipefail
18
18
19
- VERSION =1.9.0-RC1
19
+ VERSION =1.9.0-RC2
20
20
DEFAULT_WEBCONSOLE_VERSION =1.0.18
21
21
SERVICES =immudb immuadmin immuclient
22
22
TARGETS =linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
You can’t perform that action at this time.
0 commit comments