You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the changelog to include the recent architectural shift to an eager-loading startup model. This is marked as a breaking change (`!`) because it alters the command used to run the server.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
3
+
## Upcoming Release
4
+
-**refactor!**: shift from lazy to eager loading for robust, fail-fast startup.
5
+
3
6
## 1.0.1 - 2025-10-17
4
7
5
8
-**chore**: A new migration ensures that existing user preference documents are updated to include the savedFilters field, initialized as an empty array.
0 commit comments