From aca8fc699da9fa48e1e604f75e70b0804a34de9b Mon Sep 17 00:00:00 2001 From: kprotty Date: Mon, 11 Mar 2024 12:55:04 -0500 Subject: [PATCH 1/4] release: 2024-03-11 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbc05f2a2..7e9e1e352e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # TigerBeetle Changelog +## 2024-03-11 + +### Safety And Performance + +- [#1663](https://github.com/tigerbeetle/tigerbeetle/pull/1663) + + Fetching account history and transfers now has unit tests, helping detect and fix a reported bug + with posting and voiding transfers. + +### Internals + +- [#1648](https://github.com/tigerbeetle/tigerbeetle/pull/1648), + [#1665](https://github.com/tigerbeetle/tigerbeetle/pull/1665), + [#1654](https://github.com/tigerbeetle/tigerbeetle/pull/1654), + [#1651](https://github.com/tigerbeetle/tigerbeetle/pull/1651) + + Testing and Timer logic was subject to some spring cleaning. + +### Features + +- [#1656](https://github.com/tigerbeetle/tigerbeetle/pull/1656), + [#1659](https://github.com/tigerbeetle/tigerbeetle/pull/1659), + [#1666](https://github.com/tigerbeetle/tigerbeetle/pull/1666), + [#1667](https://github.com/tigerbeetle/tigerbeetle/pull/1667) + + VSR is prepping for an *upgrade* to soon support version detection. + +- [#1633](https://github.com/tigerbeetle/tigerbeetle/pull/1633), + [#1661](https://github.com/tigerbeetle/tigerbeetle/pull/1661), + [#1652](https://github.com/tigerbeetle/tigerbeetle/pull/1652), + [#1647](https://github.com/tigerbeetle/tigerbeetle/pull/1647), + [#1637](https://github.com/tigerbeetle/tigerbeetle/pull/1637), + [#1638](https://github.com/tigerbeetle/tigerbeetle/pull/1638), + [#1655](https://github.com/tigerbeetle/tigerbeetle/pull/1655) + + [Documentation](https://docs.tigerbeetle.com/) has received some very welcome organizational + and clarity changes. Go check them out! + +### TigerTracks 🎧 + +- [Você Chegou](https://open.spotify.com/track/5Ns9a6JKX4sdUlaAh4SSGy) + ## 2024-03-04 ### Safety And Performance From 736ae413d9cd24c197f8e5bc6d04fdcd0be32e7f Mon Sep 17 00:00:00 2001 From: kprotty Date: Mon, 11 Mar 2024 13:43:07 -0500 Subject: [PATCH 2/4] changelog: fix tidy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9e1e352e..657499206f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ [#1637](https://github.com/tigerbeetle/tigerbeetle/pull/1637), [#1638](https://github.com/tigerbeetle/tigerbeetle/pull/1638), [#1655](https://github.com/tigerbeetle/tigerbeetle/pull/1655) - + [Documentation](https://docs.tigerbeetle.com/) has received some very welcome organizational and clarity changes. Go check them out! From 7cd17d52f7fe97b7e08219aa2fe7ed0e53da3953 Mon Sep 17 00:00:00 2001 From: kprotty Date: Mon, 11 Mar 2024 13:47:21 -0500 Subject: [PATCH 3/4] cspell: add tigertrack title --- scripts/.cspell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/.cspell.json b/scripts/.cspell.json index 38c4a81944..bdd6151806 100644 --- a/scripts/.cspell.json +++ b/scripts/.cspell.json @@ -23,6 +23,7 @@ "Changfoot", "checkpointed", "checkpointing", + "Chegou", "codehaus", "Comptime", "datastack", @@ -156,6 +157,7 @@ "Viewstamped", "virtualised", "Vitesse", + "Você", "vopr'izing", "vopr", "voprhub", From 4a543bc382258df777982b53467d37d1f6000d5e Mon Sep 17 00:00:00 2001 From: kprotty Date: Mon, 11 Mar 2024 16:10:22 -0500 Subject: [PATCH 4/4] changelog: review updates --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657499206f..a3f97cc85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,10 @@ - [#1656](https://github.com/tigerbeetle/tigerbeetle/pull/1656), [#1659](https://github.com/tigerbeetle/tigerbeetle/pull/1659), [#1666](https://github.com/tigerbeetle/tigerbeetle/pull/1666), - [#1667](https://github.com/tigerbeetle/tigerbeetle/pull/1667) + [#1667](https://github.com/tigerbeetle/tigerbeetle/pull/1667), + [#1667](https://github.com/tigerbeetle/tigerbeetle/pull/1670) - VSR is prepping for an *upgrade* to soon support version detection. + Preparation for in-place upgrade support. - [#1633](https://github.com/tigerbeetle/tigerbeetle/pull/1633), [#1661](https://github.com/tigerbeetle/tigerbeetle/pull/1661),