File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. This projec
44## [ Unreleased]
55
66
7+ <a name =" v1.9.7 " ></a >
8+ ## [ v1.9.7] - 2025-05-30
9+ ### Bug Fixes
10+ - ** embedded/tbtree:** save timestamp to a separate file to avoid rescanning empty indexes
11+
12+
13+ <a name =" v2.0.0-RC1 " ></a >
14+ ## [ v2.0.0-RC1] - 2025-05-20
15+ ### Changes
16+ - v2 version
17+
18+
719<a name =" v1.9.6 " ></a >
8- ## [ v1.9.6] - 2025-03-25
20+ ## [ v1.9.6] - 2025-03-31
921### Bug Fixes
1022- ** embedded/sql:** correctly handle logical operator precedence (NOT, AND, OR)
1123
@@ -3917,7 +3929,9 @@ All notable changes to this project will be documented in this file. This projec
39173929- ** tree:** audit path construction
39183930
39193931
3920- [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.6...HEAD
3932+ [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.9.7...HEAD
3933+ [ v1.9.7 ] : https://github.com/vchain-us/immudb/compare/v2.0.0-RC1...v1.9.7
3934+ [ v2.0.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.9.6...v2.0.0-RC1
39213935[ v1.9.6 ] : https://github.com/vchain-us/immudb/compare/v1.9.5...v1.9.6
39223936[ v1.9.5 ] : https://github.com/vchain-us/immudb/compare/v1.9.4...v1.9.5
39233937[ v1.9.4 ] : https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4
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.6
19+ VERSION =1.9.7
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
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : immudb
33description : The immutable database
44type : application
5- version : 1.9.6
6- appVersion : " 1.9.6 "
5+ version : 1.9.7
6+ appVersion : " 1.9.7 "
You can’t perform that action at this time.
0 commit comments