From 116cb596259a8881be1d90843ef20c4be8d258c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:43:28 +0000 Subject: [PATCH] docs(changelog): promote [Unreleased] into [1.4.0] [skip ci] Auto-generated by Release workflow. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e3e07..5492815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.4.0] - 2026-07-10 + ### New Features - Indexing is dramatically faster on slow storage — mechanical HDDs, network folders, and virtualized disks. The database no longer folds its write journal back into the main file thousands of times during a bulk index (that folding was ~95% of all disk activity); it now streams writes sequentially and folds them back in a few large, coalesced passes that run off the main thread. In a disk-throttled benchmark matching the reported hardware, a mid-size Java project went from over 25 minutes to under a minute, and there is no change on fast disks. Opt out with `CODEGRAPH_NO_WAL_DEFER=1`; tune the fold-back threshold with `CODEGRAPH_WAL_VALVE_MB`. (#1231) @@ -622,3 +625,4 @@ Thanks @andreinknv for the substantive draft this release was based on. [1.2.0]: https://github.com/colbymchenry/codegraph/releases/tag/v1.2.0 [1.3.0]: https://github.com/colbymchenry/codegraph/releases/tag/v1.3.0 [1.3.1]: https://github.com/colbymchenry/codegraph/releases/tag/v1.3.1 +[1.4.0]: https://github.com/colbymchenry/codegraph/releases/tag/v1.4.0