Skip to content

Commit 8bf6a29

Browse files
committed
TOML backend progress
- move mysql teardown/disconnect into mysql classes - fix: don't log sensitive information
1 parent d8eb058 commit 8bf6a29

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

77
### Unreleased
88

9+
- move mysql teardown/disconnect into mysql classes
10+
- fix: don't log sensitive information
911
- add: TOML stores for group, nameserver, permission, session
1012

1113
### [3.0.0-alpha.11] - 2026-04-07

lib/nameserver/store/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class NameserverBase {
4141
}
4242

4343
disconnect() {
44-
// noop by default
44+
// noop, for repos that need to clean up resources
4545
}
4646
}
4747

0 commit comments

Comments
 (0)