v6.169.0
[v6.169.0] 2026-09-03 Release v6.169.0
Added & Enhanced
-
Isolated Pipeline Split SQLite Databases (
data/pipeline_db/pipeline_<slug>.db):- Engineered dedicated per-repository split SQLite database tier for CI/CD pipeline runs and telemetry.
- Implemented
PipelineRun,PipelineErrorLog, andPipelineSegmentschemas withSetMaxOpenConns(1)for zero lock collisions. - Added dual-writing in
pipeline_recorder.goto capture pipeline execution history, ETA tracking, and parsed step failures. - Added CLI suite:
gitmap pipeline db [status|clear|reset|optimize|error-logs|help].
-
Isolated Repository Split SQLite Databases (
data/repo_search/):- Added
RepoScanLogtable for structured repository scan and indexing telemetry. - Added CLI suite:
gitmap repo db [status|log|error-logs|clear|reset|optimize|help].
- Added
-
Cross-Tier Database Administration (
gitmap db):- Implemented
gitmap db statuspresenting unified metrics across Primary Master DB, Split Repo DBs, and Split Pipeline DBs. - Implemented
gitmap db optimizerunning automatedVACUUMandPRAGMA optimizeacross all database tiers. - Implemented
gitmap db clearwith interactive/non-interactive (-y) confirmation for cache purging.
- Implemented
-
Coding Guideline & CI/CD Compliance:
- Refactored and flattened all nested
ifstatements acrossgitmap/cmd/andgitmap/vscodepm/to achieve 100% compliance withcheck-nested-ifs.pyandcheck-enum-and-boolean.py. - Regenerated CLI command mappings via
go generate ./...to prevent generate drift. - Resolved legacy references in
spec/01-spec-authoring-guide/13-root-readme-conventions.md.
- Refactored and flattened all nested
Release Info
| Field | Value |
|---|---|
| Version | v6.169.0 |
| Commit | 38490b9a50 |
| Branch | v6.169.0 |
| Build Date | 2026-09-03 08:20:08 UTC |
| Go Version | go1.25.0 |
Checksums (SHA256)
e994e66e0d44c597b3d186fe12dd101cdfb8f1f270249484291e6f6119ee8397 docs-site.zip
76661f744608197efd41127c1c5f84d526c6e3deee2946bbebddc89e7435be10 gitmap-updater-v6.169.0-darwin-amd64.tar.gz
70d6ab7bf8af0722e9b888f3c23c60cbfa4645a85d9df299a96b548a64c1be88 gitmap-updater-v6.169.0-darwin-arm64.tar.gz
2d3aca9ffa6c436562d56d8419fb4239665e8476968e201360efe02976797902 gitmap-updater-v6.169.0-linux-amd64.tar.gz
b2ceab2e3b8318b51de5855438d2182cb93ad67b7dab72aa4cd27ed766fa7081 gitmap-updater-v6.169.0-linux-arm64.tar.gz
f900f33eddb3314938f9bb61534cb83e495ce1cde467248c141fa935e6490eee gitmap-updater-v6.169.0-windows-amd64.zip
ba6e835de47dd997303945aae8b86467df7834bd97d2e7554ca30e58e905105d gitmap-updater-v6.169.0-windows-arm64.zip
5538124fb5d80c88ee4875fa8106f200faa579ed85d5321213eba827714fbade gitmap-v6.169.0-darwin-amd64.tar.gz
7ec1652d90af80a78d401bc1449a32087122bc1647b35e135f605d70b89f1fcd gitmap-v6.169.0-darwin-arm64.tar.gz
8e3cd44a8091e5276630260ae4c514e0b6c0e7b46ff603b5c1c7fb26a3b9dd96 gitmap-v6.169.0-linux-amd64.tar.gz
1b815abc3035d78b87833aa7102170e1f72004bc78e6a0a6f74752a55c054e71 gitmap-v6.169.0-linux-arm64.tar.gz
090f3f94e3a88cbf91d1eeaa513955c22f92e58d702d4c64f51d8dbfda58178b gitmap-v6.169.0-windows-amd64.zip
622730b7b57799e0d0d97a7048698a1db2945c59856698f5588d3378e227bea7 gitmap-v6.169.0-windows-arm64.zip
Install
Quick install (Windows PowerShell)
irm https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.169.0/install.ps1 | iexQuick install (Linux / macOS)
curl -fsSL https://github.com/alimtvnetwork/gitmap-v28/releases/download/v6.169.0/install.sh | bashInstall specific version (generic installer)
irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex
# Or pin this version:
& { $Version = "v6.169.0"; irm https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.ps1 | iex }curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash
# Or pin this version:
curl -fsSL https://raw.githubusercontent.com/alimtvnetwork/gitmap-v28/main/gitmap/scripts/install.sh | bash -s -- --version v6.169.0Manual download
Download the appropriate archive for your platform from the assets below, extract, and place the binary in your PATH.
Assets
| Platform | Architecture | File |
|---|---|---|
| Windows | amd64 | gitmap-v6.169.0-windows-amd64.zip |
| Windows | arm64 | gitmap-v6.169.0-windows-arm64.zip |
| Linux | amd64 | gitmap-v6.169.0-linux-amd64.tar.gz |
| Linux | arm64 | gitmap-v6.169.0-linux-arm64.tar.gz |
| macOS | amd64 | gitmap-v6.169.0-darwin-amd64.tar.gz |
| macOS | arm64 | gitmap-v6.169.0-darwin-arm64.tar.gz |