File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 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
44## [ Unreleased]
55
66
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+
720<a name =" v1.9.0-RC1 " ></a >
821## [ v1.9.0-RC1] - 2023-10-11
922### Bug Fixes
@@ -3737,7 +3750,8 @@ All notable changes to this project will be documented in this file. This projec
37373750- ** tree:** MTH reference impl
37383751
37393752
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
37413755[ v1.9.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.5.0...v1.9.0-RC1
37423756[ v1.5.0 ] : https://github.com/vchain-us/immudb/compare/v1.5.0-RC1...v1.5.0
37433757[ 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
1616
1717SHELL =/bin/bash -o pipefail
1818
19- VERSION =1.9.0-RC1
19+ VERSION =1.9.0-RC2
2020DEFAULT_WEBCONSOLE_VERSION =1.0.18
2121SERVICES =immudb immuadmin immuclient
2222TARGETS =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