Skip to content

Commit 127da7c

Browse files
committed
chore: v0.36.0-rc1
1 parent 002d981 commit 127da7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/changelogs/v0.36.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This release was brought to you by the [Interplanetary Shipyard](https://ipship
88

99
## v0.36.0
1010

11+
[<img align="right" width="256px" src="https://github.com/user-attachments/assets/0d830631-7b92-48ca-8ce9-b537e1479dfb" />](https://github.com/user-attachments/assets/0d830631-7b92-48ca-8ce9-b537e1479dfb)
12+
1113
- [Overview](#overview)
1214
- [🔦 Highlights](#-highlights)
1315
- [HTTP Retrieval Client Now Enabled by Default](#http-retrieval-client-now-enabled-by-default)
@@ -16,7 +18,8 @@ This release was brought to you by the [Interplanetary Shipyard](https://ipship
1618
- [Kubo now uses AutoNATv2 as a client](#kubo-now-uses-autonatv2-as-a-client)
1719
- [Smarter AutoTLS registration](#smarter-autotls-registration)
1820
- [Overwrite option for files cp command](#overwrite-option-for-files-cp-command)
19-
- [Option for filestore command to remove bad blocks](#option-for-filestore-command-to-remove-bad-blocks)
21+
- [Gateway now supports negative HTTP Range requests](#gateway-now-supports-negative-http-range-requests)
22+
- [Option for `filestore` command to remove bad blocks](#option-for-filestore-command-to-remove-bad-blocks)
2023
- [`ConnMgr.SilencePeriod` configuration setting exposed](#connmgrsilenceperiod-configuration-setting-exposed)
2124
- [📦️ Important dependency updates](#-important-dependency-updates)
2225
- [📝 Changelog](#-changelog)
@@ -71,9 +74,14 @@ This update to libp2p and [AutoTLS](https://github.com/ipfs/kubo/blob/master/doc
7174

7275
The `ipfs files cp` command has a `--force` option to allow it to overwrite existing files. Attempting to overwrite an existing directory results in an error.
7376

74-
#### Option for filestore command to remove bad blocks
77+
#### Gateway now supports negative HTTP Range requests
78+
79+
The latest update to `boxo/gateway` adds support for negative HTTP Range requests, achieving [[email protected]](https://github.com/ipfs/gateway-conformance/releases/tag/v0.8.0) compatibility.
80+
This enables greater interoperability with generic HTTP-based tools. For example, [WebRecorder](https://webrecorder.net/archivewebpage/)'s https://replayweb.page/ can now directly load website snapshots from Kubo-backed URLs.
81+
82+
#### Option for `filestore` command to remove bad blocks
7583

76-
The `filestore` command has a new option, `--remove-bad-blocks`, to verify objects in the filestore and remove those that fail verification.
84+
The [experimental `filestore`](https://github.com/ipfs/kubo/blob/master/docs/experimental-features.md#ipfs-filestore) command has a new option, `--remove-bad-blocks`, to verify objects in the filestore and remove those that fail verification.
7785

7886
#### `ConnMgr.SilencePeriod` configuration setting exposed
7987

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
var CurrentCommit string
1212

1313
// CurrentVersionNumber is the current application's version literal.
14-
const CurrentVersionNumber = "0.36.0-dev"
14+
const CurrentVersionNumber = "0.36.0-rc1"
1515

1616
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717

0 commit comments

Comments
 (0)