@@ -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
0 commit comments