From b191c99a053c04d34faf8f1dc3c04b8693e544c8 Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:16:19 +0530 Subject: [PATCH] fix: panic in the main hierarchy Signed-off-by: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> --- CHANGELOG/CHANGELOG-1.5.md | 1 + db.go | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.5.md b/CHANGELOG/CHANGELOG-1.5.md index efa387aa9..64a47bee6 100644 --- a/CHANGELOG/CHANGELOG-1.5.md +++ b/CHANGELOG/CHANGELOG-1.5.md @@ -6,5 +6,6 @@ - [Add support for data file size limit](https://github.com/etcd-io/bbolt/pull/929) - [Remove the unused txs list](https://github.com/etcd-io/bbolt/pull/973) - [Add option `NoStatistics` to make the statistics optional](https://github.com/etcd-io/bbolt/pull/977) +- [Move panic handling from goroutine to the parent function](https://github.com/etcd-io/bbolt/pull/1153)