Skip to content

Commit

Permalink
Release v0.9.0 (#206)
Browse files Browse the repository at this point in the history
* tidy changelog and update version
  • Loading branch information
gammazero authored Dec 10, 2024
1 parent 3198b18 commit 37f0dbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ The following emojis are used to highlight certain changes:

### Added

### Changed

### Fixed

### Removed

### Fixed

### Security

## [v1.9.0]

### Added

- Added endpoints to show and purge connected peers [#194](https://github.com/ipfs/rainbow/pull/194)
- Added flags to configure bitswap/routing tuning params:
- `routing-max-requests`
Expand All @@ -28,12 +42,6 @@ The following emojis are used to highlight certain changes:
- passing headers that require authorization but are not authorized now results in an HTTP 401 instead of ignoring those headers
- Bitswap settings: Increased default content-discovery limits, with up to 100 in-flight requests.

### Removed

### Fixed

### Security

## [v1.8.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.8.3"
"version": "v1.9.0"
}

0 comments on commit 37f0dbe

Please sign in to comment.