You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactor: default to prometheus.DefaultRegisterer (#722) ([ipfs/boxo#722](https://github.com/ipfs/boxo/pull/722))
241
256
- chore: minor Improvements to providerquerymanager (#728) ([ipfs/boxo#728](https://github.com/ipfs/boxo/pull/728))
242
257
- dspinner: RecursiveKeys(): do not hang on cancellations (#727) ([ipfs/boxo#727](https://github.com/ipfs/boxo/pull/727))
@@ -381,3 +396,62 @@ When navigating to a subdirectory, served by the Kubo web server, a subdirectory
381
396
| Ryan MacArthur | 1 | +1/-1 | 1 |
382
397
| Reymon | 1 | +1/-1 | 1 |
383
398
| guillaumemichel | 1 | +1/-0 | 1 |
399
+
400
+
## v0.33.1
401
+
402
+
### 🔦 Highlights
403
+
404
+
#### Bitswap improvements from Boxo
405
+
406
+
This release includes performance and reliability improvements and fixes for minor resource leaks. One of the performance changes [greatly improves the bitswap clients ability to operate under high load](https://github.com/ipfs/boxo/pull/817#pullrequestreview-2587207745), that could previously result in an out of memory condition.
407
+
408
+
#### Improved IPNS interop
409
+
410
+
Improved compatibility with third-party IPNS publishers by restoring support for compact binary CIDs in the `Value` field of IPNS Records ([IPNS Specs](https://specs.ipfs.tech/ipns/ipns-record/)). As long the signature is valid, Kubo will now resolve such records (likely created by non-Kubo nodes) and convert raw CIDs into valid `/ipfs/cid` content paths.
411
+
**Note:** This only adds support for resolving externally created records—Kubo’s IPNS record creation remains unchanged. IPNS records with empty `Value` fields default to zero-length `/ipfs/bafkqaaa` to maintain backward compatibility with code expecting a valid content path.
412
+
413
+
#### 📦️ Important dependency updates
414
+
415
+
- update `boxo` to [v0.27.4](https://github.com/ipfs/boxo/releases/tag/v0.27.4) (incl. [v0.27.3](https://github.com/ipfs/boxo/releases/tag/v0.27.3))
-[Reprovide command moved to routing](#reprovide-command-moved-to-routing)
11
+
-[Additional stats for Accelerated DHT Reprovides](#additional-stats-for-accelerated-dht-reprovides)
12
+
-[📝 Changelog](#-changelog)
13
+
-[Bitswap improvements from Boxo](#bitswap-improvements-from-boxo)
14
+
-[👨👩👧👦 Contributors](#-contributors)
15
+
16
+
### Overview
17
+
18
+
### 🔦 Highlights
19
+
20
+
#### JSON config validation
21
+
22
+
`ipfs config` is now validating json fields ([#10679](https://github.com/ipfs/kubo/pull/10679)).
23
+
24
+
#### Reprovide command moved to routing
25
+
26
+
Moved the `bitswap reprovide` command to `routing reprovide`. ([#10677](https://github.com/ipfs/kubo/pull/10677))
27
+
28
+
#### Additional stats for Accelerated DHT Reprovides
29
+
30
+
The `stats reprovide` command now shows additional stats for the DHT Accelerated Client, indicating the last and next `reprovide` times. ([#10677](https://github.com/ipfs/kubo/pull/10677))
31
+
32
+
#### Bitswap improvements from Boxo
33
+
34
+
This release includes performance and reliability improvements and fixes for minor resource leaks. One of the performance changes [greatly improves the bitswap clients ability to operate under high load](https://github.com/ipfs/boxo/pull/817#pullrequestreview-2587207745), that could previously result in an out of memory condition.
0 commit comments