Skip to content

Commit 2db142a

Browse files
ViktorT-11darioAnongba
authored andcommitted
docs: add release notes for dirty database bug fix
1 parent 84af33d commit 2db142a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/release-notes/release-notes-0.7.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
requiring a fully initialized AuxSweeper, allowing sweep operations to proceed
5454
during server startup.
5555

56+
- [Ensure that tapd won't start if the latest db migration errors and sets the
57+
db to a dirty state for sqlite database
58+
backends](https://github.com/lightninglabs/taproot-assets/pull/1826).
59+
If the latest migration errors and sets the db to a dirty state, startup of
60+
tapd will now be prevented for all database backend types. Previously, this
61+
safeguard did not work correctly for SQLite backends if the most recent
62+
migration failed. Tapd could then still start even though the database was
63+
dirty. This issue has been resolved, and the behavior is now consistent across
64+
all database backend types.
65+
5666
# New Features
5767

5868
## Functional Enhancements

0 commit comments

Comments
 (0)