Skip to content

Commit d16a4d5

Browse files
authored
Merge pull request #1063 from ipfs/release-v0.35.1
Release v0.35.1
2 parents d749619 + b88fd9f commit d16a4d5

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,26 @@ 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.1]
29+
30+
### Added
31+
1932
- new span for the `handleIncoming` bitswap client `getter` plus events when blocks are received.
2033
- mark opentelemetry spans, span attributes, and span events as being used by ProbeLab's analysis scripts
2134

2235
### Changed
2336

2437
- upgrade to `go-dsqueue` [v0.1.0](https://github.com/ipfs/go-dsqueue/releases/tag/v0.1.0) - Fixes batch reuse that could cause panic.
2538

26-
### Removed
27-
2839
### Fixed
2940

3041
- `gateway`: Fixed duplicate peer IDs appearing in retrieval timeout error messages
@@ -35,9 +46,6 @@ The following emojis are used to highlight certain changes:
3546
- Unify error parsing and handling of http statues and content.
3647

3748

38-
### Security
39-
40-
4149
## [v0.35.0]
4250

4351
### 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.35.0"
2+
"version": "v0.35.1"
33
}

0 commit comments

Comments
 (0)