Skip to content

Commit 69ec427

Browse files
authored
Merge pull request #1046 from ipfs/release-v0.35.0
Release v0.35.0
2 parents 4c0aa3a + dc941eb commit 69ec427

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ The following emojis are used to highlight certain changes:
1616

1717
### Added
1818

19+
### Changed
20+
21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
28+
## [v0.35.0]
29+
30+
### Added
31+
1932
- `pinning/pinner`: Added `CheckIfPinnedWithType` method to `Pinner` interface for efficient type-specific pin checks with optional name loading ([#1035](https://github.com/ipfs/boxo/pull/1035))
2033
- Enables checking specific pin types (recursive, direct, indirect) without loading all pins
2134
- Optional `includeNames` parameter controls whether pin names are loaded from datastore
@@ -44,6 +57,7 @@ The following emojis are used to highlight certain changes:
4457
- `filestore`: Support providing filestore-blocks. A new `provider.MultihashProvider` parameter has been added to `filestore.New()`. When used, the blocks handled by the Filestore's `FileManager` will be provided on write (Put and PutMany).
4558

4659
### Removed
60+
- `provider`: `Provide()` calls are replaced with `StartProviding()` to benefit from the Reprovide Sweep improvement. See [kubo#10834](https://github.com/ipfs/kubo/pull/10834) and [kad-dht#1095](https://github.com/libp2p/go-libp2p-kad-dht/pull/1095).- `provider`: `Provide()` calls are replaced with `StartProviding()` to benefit from the Reprovide Sweep improvement. See [kubo#10834](https://github.com/ipfs/kubo/pull/10834) and [kad-dht#1095](https://github.com/libp2p/go-libp2p-kad-dht/pull/1095).
4761

4862
### Fixed
4963

@@ -67,12 +81,6 @@ The following emojis are used to highlight certain changes:
6781
- Identity CIDs can inline data directly, and without a size limit, they could embed arbitrary amounts of data. Limiting the size also protects gateways from poorly written clients that might send absurdly big data to the gateway encoded as identity CIDs only to retrieve it back. Note that identity CIDs do not provide integrity verification, making them vulnerable to bit flips. They should only be used in controlled contexts like raw leaves of a larger DAG. The limit is explicitly defined as `DefaultMaxIdentityDigestSize` (128 bytes).
6882

6983

70-
## v0.35.0
71-
72-
### Changed
73-
74-
- `provider`: `Provide()` calls are replaced with `StartProviding()` to benefit from the Reprovide Sweep improvement. See [kubo#10834](https://github.com/ipfs/kubo/pull/10834) and [kad-dht#1095](https://github.com/libp2p/go-libp2p-kad-dht/pull/1095).
75-
7684
## [v0.34.0]
7785

7886
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.34.0"
2+
"version": "v0.35.0"
33
}

0 commit comments

Comments
 (0)