Skip to content

Commit 5e053f8

Browse files
author
Bartłomiej Święcki
committed
release: v1.2.4-RC1
1 parent 399e42e commit 5e053f8

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

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

66

7+
<a name="v1.2.4-RC1"></a>
8+
## [v1.2.4-RC1] - 2022-04-27
9+
### Bug Fixes
10+
- **Dockerfile:** Fix HOME variable for podman
11+
- **cmd/immuclient:** upgrade not logged in error handling
12+
- **embedded/tbtree:** create nodes with the right number of children
13+
- **embedded/tbtree:** Better logging in btree flush
14+
- **embedded/tbtree:** Fix cleanupPercentage in SnapshotSince call
15+
- **embedded/tbtree:** ensure node split is evaluated
16+
- **embedded/tbtree:** split into multiple nodes
17+
- **github/push:** Fix notarization of binaries
18+
- **pkg/auth:** Clarify comments about token injection
19+
- **pkg/auth:** Do not send duplicated authorization header
20+
- **pkg/server:** include db name in flush index result
21+
22+
### Changes
23+
- **CHANGELOG.md:** remove bogus `liist` tag entry
24+
- **build/RELEASING.md:** Update releasing docs
25+
- **cmd/immuclient:** include db name when printing current state
26+
- **embedded/store:** index settings validations
27+
- **embedded/tbtree:** ensure node size is consistent with key and value sizes
28+
- **embedded/tbtree:** rename function that calculates node size lower bound
29+
- **github:** Use smaller 5-days retention for master builds
30+
- **github:** Update github workflow on master / version push
31+
- **github:** Update github action versions
32+
- **github/push:** Build docker images after tests
33+
- **github/push:** Build, test and notarize for release/v* branches
34+
- **github/push:** Calcualte sha256 checksums for binaries in github
35+
- **github/push:** Add quick test linux-amd64 binaries
36+
- **github/push:** Add quick test for Mac x64 binaries
37+
- **github/push:** Add quick test for linux-arm64 binaries through qemu
38+
- **github/push:** Add quick test for linux-s390x binaries through qemu
39+
- **github/push:** Run stress test before notarizing binaries
40+
- **pkg/api:** txbyid with keepReferencesUnresolved option
41+
- **tools/testing:** Add stress tool
42+
- **tools/testing:** Add randomized key length mode for stress test tool
43+
44+
745
<a name="v1.2.3"></a>
846
## [v1.2.3] - 2022-04-14
947
### Bug Fixes

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.2.3
19+
VERSION=1.2.4-RC1
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

0 commit comments

Comments
 (0)