Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-clone-remote-did.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @enbox/gitd

## 0.9.6

### Patch Changes

- [#180](https://github.com/enboxorg/gitd/pull/180) [`f9d3ae4`](https://github.com/enboxorg/gitd/commit/f9d3ae4202c739e914d9a9057440aece81dd2d1d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - fix: skip local daemon when cloning repos owned by a different DID

The local daemon resolver now checks `ownerDid` in the lockfile and
only routes to `localhost` when the requested DID matches the daemon
owner. Previously, cloning any DID would hit the local daemon — which
does not have the remote user's repos — and fail with 404.

## 0.9.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enbox/gitd",
"version": "0.9.5",
"version": "0.9.6",
"description": "Decentralized forge (GitHub alternative) built on DWN protocols",
"type": "module",
"main": "./dist/esm/index.js",
Expand Down
Loading