v0.5.0
Minor Changes
- #82
bf734a0Thanks @LiranCohen! - Addgitd serve --checkto validate public URL reachability, improvegitd initpost-instructions to mention--public-url, and add DEPLOY.md deployment guide
Patch Changes
-
#83
b852043Thanks @LiranCohen! - Implement credential helperstoreanderaseactions with file-based TTL-aware cache -
#84
594af61Thanks @LiranCohen! - Add exports test verifying all public symbols from@enbox/gitd/git-serverand@enbox/gitd/git-remotesub-paths -
#77
c093dd9Thanks @LiranCohen! - Fix DWN registration in profile mode and remove spurious DATA/ directory creation. The SDK ignores theregistrationoption when an explicit agent is passed, so registration is now performed directly beforeWeb5.connect(). -
#81
1a98208Thanks @LiranCohen! - Completegitd setupcommand: configure git credential helper (git config --global credential.helper), add--checkfor dry-run validation, and--uninstallto reverse configuration. -
#79
2f1fa09Thanks @LiranCohen! - Replace LevelDB with SQLite for DWN core stores (MessageStore, DataStore, StateIndex, ResumableTaskStore) using@enbox/dwn-sql-storeand Bun's nativebun:sqlite. The remaining LevelDB stores (SyncEngine, vault, DID resolver cache) await upstream SQL alternatives (enboxorg/enbox#569, enboxorg/enbox#570). -
#80
cb24570Thanks @LiranCohen! - AddGITD_ALLOW_PRIVATE=1env var to bypass SSRF protection for local development withdid:web:localhostand other local DID methods. Prints a warning to stderr when active. Also exportsassertNotPrivateUrland adds comprehensive SSRF tests replacing the previous stub.