Skip to content

Commit ec39ec8

Browse files
committed
release: v1.10.0
Signed-off-by: Stefano Scafiti <[email protected]>
1 parent 410278f commit ec39ec8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.10.0"></a>
8+
## [v1.10.0] - 2025-10-18
9+
### Bug Fixes
10+
- display actual config file path in startup logs
11+
12+
### Changes
13+
- **embedded/sql:** add COALESCE function
14+
- **embedded/sql:** Implement EXTRACT FROM TIMESTAMP expressions
15+
- **embedded/sql:** Implement BETWEEN AND expressions
16+
17+
### Features
18+
- **helm:** Add comprehensive configuration support for ImmuDB
19+
20+
721
<a name="v1.9.7"></a>
822
## [v1.9.7] - 2025-05-30
923
### Bug Fixes
@@ -3929,7 +3943,8 @@ All notable changes to this project will be documented in this file. This projec
39293943
- **tree:** audit path construction
39303944

39313945

3932-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.7...HEAD
3946+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.10.0...HEAD
3947+
[v1.10.0]: https://github.com/vchain-us/immudb/compare/v1.9.7...v1.10.0
39333948
[v1.9.7]: https://github.com/vchain-us/immudb/compare/v2.0.0-RC1...v1.9.7
39343949
[v2.0.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.9.6...v2.0.0-RC1
39353950
[v1.9.6]: https://github.com/vchain-us/immudb/compare/v1.9.5...v1.9.6

Makefile

Lines changed: 1 addition & 1 deletion
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.7
19+
VERSION=1.10.0
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

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: immudb
33
description: The immutable database
44
type: application
5-
version: 1.9.8
6-
appVersion: "1.9.7"
5+
version: 1.10.0
6+
appVersion: "1.10.0"

0 commit comments

Comments
 (0)