docs(changelog): v0.33.1
Marcin Rataj committed
Feb 4, 2025 at 19:51 UTC
30d5f8e9b995c3043ac7703092c291d1d52d30c2
1 file changed
+66
-6
docs/changelogs/v0.33.md
+66
-6
@@ -1,6 +1,7 @@
1
# Kubo changelog v0.33
2
3
-- [v0.33.0](#v0310)
3
+- [v0.33.0](#v0330)
4
+- [v0.33.1](#v0331)
5
6
## v0.33.0
7
@@ -111,11 +112,11 @@ Relevant changes in go-libp2p:
112
113
#### Bitswap improvements from Boxo
114
114
-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.
115
+This release includes performance and reliability improvements and fixes for minor resource leaks.
116
117
#### 📦️ Important dependency updates
118
118
-- update `boxo` to [v0.27.4](https://github.com/ipfs/boxo/releases/tag/v0.27.4) (incl. [v0.25.0](https://github.com/ipfs/boxo/releases/tag/v0.25.0) + [v0.26.0](https://github.com/ipfs/boxo/releases/tag/v0.26.0) + [v0.27.0](https://github.com/ipfs/boxo/releases/tag/v0.27.0) + [v0.27.1](https://github.com/ipfs/boxo/releases/tag/v0.27.1) + [v0.27.2](https://github.com/ipfs/boxo/releases/tag/v0.27.2) + [v0.27.3](https://github.com/ipfs/boxo/releases/tag/v0.27.3))
119
+- update `boxo` to [v0.27.2](https://github.com/ipfs/boxo/releases/tag/v0.27.2) (incl. [v0.25.0](https://github.com/ipfs/boxo/releases/tag/v0.25.0) + [v0.26.0](https://github.com/ipfs/boxo/releases/tag/v0.26.0) + [v0.27.0](https://github.com/ipfs/boxo/releases/tag/v0.27.0) + [v0.27.1](https://github.com/ipfs/boxo/releases/tag/v0.27.1))
120
- update `go-libp2p` to [v0.38.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.2) (incl. [v0.37.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.1) + [v0.37.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.2) + [v0.38.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.0) + [v0.38.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.1))
121
- update `go-libp2p-kad-dht` to [v0.28.2](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.2)
122
- update `quic-go` to [v0.49.0](https://github.com/quic-go/quic-go/releases/tag/v0.49.0)
@@ -128,7 +129,7 @@ When navigating to a subdirectory, served by the Kubo web server, a subdirectory
129
130
### 📝 Changelog
131
131
-<details><summary>Full Changelog</summary>
132
+<details><summary>Full Changelog v0.33.0</summary>
133
134
- github.com/ipfs/kubo:
135
- test: fix the socat tests after the ubuntu 24.04 upgrade (#10683) ([ipfs/kubo#10683](https://github.com/ipfs/kubo/pull/10683))
@@ -239,7 +240,7 @@ When navigating to a subdirectory, served by the Kubo web server, a subdirectory
240
- Use deque instead of slice for queues (#742) ([ipfs/boxo#742](https://github.com/ipfs/boxo/pull/742))
241
- chore: no lifecycle context to shutdown ProviderQueryManager (#734) ([ipfs/boxo#734](https://github.com/ipfs/boxo/pull/734))
242
- removed Startup function from ProviderQueryManager (#741) ([ipfs/boxo#741](https://github.com/ipfs/boxo/pull/741))
242
- - Reenable flaky bitswap tests (#740) ([ipfs/boxo#740](https://github.com/ipfs/boxo/pull/740))
243
+ - Re-enable flaky bitswap tests (#740) ([ipfs/boxo#740](https://github.com/ipfs/boxo/pull/740))
244
- feat(session): do not record erroneous session want sends (#452) ([ipfs/boxo#452](https://github.com/ipfs/boxo/pull/452))
245
- feat(filestore): add mmap reader option (#665) ([ipfs/boxo#665](https://github.com/ipfs/boxo/pull/665))
246
- chore: update to latest go-libp2p (#739) ([ipfs/boxo#739](https://github.com/ipfs/boxo/pull/739))
@@ -250,7 +251,7 @@ When navigating to a subdirectory, served by the Kubo web server, a subdirectory
251
- chore: fix invalid url in docs (#733) ([ipfs/boxo#733](https://github.com/ipfs/boxo/pull/733))
252
- [skip changelog] bitswap/client: fix wiring when passing custom providerFinder ([ipfs/boxo#732](https://github.com/ipfs/boxo/pull/732))
253
- Add debug logging for deduplicated queries (#729) ([ipfs/boxo#729](https://github.com/ipfs/boxo/pull/729))
253
- - [skip changelog] staticcheck fixes / remove ununsed variables (#730) ([ipfs/boxo#730](https://github.com/ipfs/boxo/pull/730))
254
+ - [skip changelog] staticcheck fixes / remove unused variables (#730) ([ipfs/boxo#730](https://github.com/ipfs/boxo/pull/730))
255
- refactor: default to prometheus.DefaultRegisterer (#722) ([ipfs/boxo#722](https://github.com/ipfs/boxo/pull/722))
256
- chore: minor Improvements to providerquerymanager (#728) ([ipfs/boxo#728](https://github.com/ipfs/boxo/pull/728))
257
- dspinner: RecursiveKeys(): do not hang on cancellations (#727) ([ipfs/boxo#727](https://github.com/ipfs/boxo/pull/727))
@@ -395,3 +396,62 @@ When navigating to a subdirectory, served by the Kubo web server, a subdirectory
396
| Ryan MacArthur | 1 | +1/-1 | 1 |
397
| Reymon | 1 | +1/-1 | 1 |
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))
416
+
417
+### 📝 Changelog
418
+
419
+<details><summary>Full Changelog v0.33.1</summary>
420
+
421
+- github.com/ipfs/kubo:
422
+ - chore: v0.33.1
423
+ - fix: boxo v0.27.4 (#10692) ([ipfs/kubo#10692](https://github.com/ipfs/kubo/pull/10692))
424
+ - docs: add webrtc-direct fixes to 0.33 release changelog (#10688) ([ipfs/kubo#10688](https://github.com/ipfs/kubo/pull/10688))
425
+ - fix: config help (#10686) ([ipfs/kubo#10686](https://github.com/ipfs/kubo/pull/10686))
426
+- github.com/ipfs/boxo (v0.27.2 -> v0.27.4):
427
+ - Release v0.27.4 ([ipfs/boxo#832](https://github.com/ipfs/boxo/pull/832))
428
+ - fix(ipns): reading records with raw []byte Value (#830) ([ipfs/boxo#830](https://github.com/ipfs/boxo/pull/830))
429
+ - fix(bitswap): blockpresencemanager leak (#833) ([ipfs/boxo#833](https://github.com/ipfs/boxo/pull/833))
430
+ - Always send cancels even if peer has no interest (#829) ([ipfs/boxo#829](https://github.com/ipfs/boxo/pull/829))
431
+ - tidy changelog ([ipfs/boxo#828](https://github.com/ipfs/boxo/pull/828))
432
+ - Update changelog (#827) ([ipfs/boxo#827](https://github.com/ipfs/boxo/pull/827))
433
+ - fix(bitswap): filter interests from received messages (#822) ([ipfs/boxo#822](https://github.com/ipfs/boxo/pull/822))
434
+ - Reduce unnecessary logging work (#826) ([ipfs/boxo#826](https://github.com/ipfs/boxo/pull/826))
435
+ - fix: bitswap lock contention under high load (#817) ([ipfs/boxo#817](https://github.com/ipfs/boxo/pull/817))
436
+ - fix: bitswap simplify cancel (#824) ([ipfs/boxo#824](https://github.com/ipfs/boxo/pull/824))
437
+ - fix(bitswap): simplify SessionInterestManager (#821) ([ipfs/boxo#821](https://github.com/ipfs/boxo/pull/821))
438
+ - feat: Better self-service commands for DHT providing (#815) ([ipfs/boxo#815](https://github.com/ipfs/boxo/pull/815))
439
+ - bitswap/client: fewer wantlist iterations in sendCancels (#819) ([ipfs/boxo#819](https://github.com/ipfs/boxo/pull/819))
440
+ - style: cleanup code by golangci-lint (#797) ([ipfs/boxo#797](https://github.com/ipfs/boxo/pull/797))
441
+ - Move long messagequeue comment to doc.go (#814) ([ipfs/boxo#814](https://github.com/ipfs/boxo/pull/814))
442
+ - Describe how bitswap message queue works ([ipfs/boxo#813](https://github.com/ipfs/boxo/pull/813))
443
+
444
+</details>
445
+
446
+
447
+### 👨👩👧👦 Contributors
448
+
449
+| Contributor | Commits | Lines ± | Files Changed |
450
+|-------------|---------|---------|---------------|
451
+| Dreamacro | 1 | +304/-376 | 119 |
452
+| Andrew Gillis | 7 | +306/-200 | 20 |
453
+| Guillaume Michel | 5 | +122/-98 | 14 |
454
+| Marcin Rataj | 2 | +113/-7 | 4 |
455
+| gammazero | 6 | +41/-11 | 6 |
456
+| Sergey Gorbunov | 1 | +14/-2 | 2 |
457
+| Daniel Norman | 1 | +9/-0 | 1 |