-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Kubo changelog v0.23 | ||
|
||
- [v0.23.0](#v0230) | ||
|
||
## v0.23.0 | ||
|
||
- [Overview](#overview) | ||
- [π¦ Highlights](#-highlights) | ||
- [Gateway: the root of the CARs are no longer meaningful](#gateway-the-root-of-the-cars-are-no-longer-meaningful) | ||
- [π Changelog](#-changelog) | ||
- [π¨βπ©βπ§βπ¦ Contributors](#-contributors) | ||
|
||
### Overview | ||
|
||
### π¦ Highlights | ||
|
||
#### Gateway: the root of the CARs are no longer meaningful | ||
|
||
When requesting a CAR from the gateway, the root of the CAR might no longer be | ||
meaningful. By default, the CAR root will be the last resolvable segment of the | ||
path. However, in situations where the path cannot be resolved, such as when | ||
the path does not exist, a CAR will be sent with a root of `bafkqaaa` (empty CID). | ||
This CAR will contain all blocks necessary to validate that the path does not exist. | ||
|
||
### π Changelog | ||
|
||
### π¨βπ©βπ§βπ¦ Contributors |