Skip to content

Commit aaa9efd

Browse files
committed
release: v1.9.0-RC2
1 parent 30716c3 commit aaa9efd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff 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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.9.0-RC1
19+
VERSION=1.9.0-RC2
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

0 commit comments

Comments
 (0)