Skip to content

Commit 7a95e32

Browse files
author
Bartłomiej Święcki
committed
release: v1.3.1
1 parent 87b334c commit 7a95e32

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
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.3.1"></a>
8+
## [v1.3.1] - 2022-06-30
9+
### Bug Fixes
10+
- **embedded/store:** filter evaluation after valRef resolution
11+
12+
### Changes
13+
- **embedded/store:** offset handling at keyreader
14+
15+
### Features
16+
- **embedded/sql:** offset clause
17+
- **embedded/store:** offset in key scanning
18+
- **pkg/api:** offset attribute in scan and zscan endpoints
19+
20+
721
<a name="v1.3.1-RC1"></a>
822
## [v1.3.1-RC1] - 2022-06-30
923
### Bug Fixes
@@ -2787,7 +2801,8 @@ All notable changes to this project will be documented in this file. This projec
27872801
- **tree:** MTH reference impl
27882802

27892803

2790-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.3.1-RC1...HEAD
2804+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.3.1...HEAD
2805+
[v1.3.1]: https://github.com/vchain-us/immudb/compare/v1.3.1-RC1...v1.3.1
27912806
[v1.3.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.3.0...v1.3.1-RC1
27922807
[v1.3.0]: https://github.com/vchain-us/immudb/compare/v1.3.0-RC1...v1.3.0
27932808
[v1.3.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.2.4...v1.3.0-RC1

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.3.1-RC1
19+
VERSION=1.3.1
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.15
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: immudb
33
description: The immutable database
44
type: application
55
version: 1.0.0
6-
appVersion: "1.3.0"
6+
appVersion: "1.3.1"

0 commit comments

Comments
 (0)