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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- Platform Enhancements: Overhauled SQLite with a robust table-rebuild flow for complex ALTER operations and refactored MySQL metadata providers to support non-blocking async I/O.
8
8
- Public API & Packaging: Cleaned up the export surface using folder-based _index.ts barrels and optimized package subpaths for better consumer tree-shaking.
9
9
- Test Infrastructure: Introduced a local Docker-backed functional runner (bun run test:functional:local) and orchestrated a high-concurrency CI pipeline covering multi-version database matrices.
10
+
- CI: Allowed MySQL 5.7 and all MariaDB functional matrix jobs to fail without failing the overall GitHub Actions run.
0 commit comments