Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 0.27.0 changelog entries #2241

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 43 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,62 @@
# Table Of Contents <!-- omit in toc -->
- [v0.27.0 (unreleased)](#v0270-unreleased)
- [v0.27.0](#v0270)
- [v0.26.4](#v0264)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really annoying. It will never work for off-master releases.

- [v0.26.3](#v0263)
- [v0.26.2](#v0262)
- [v0.26.1](#v0261)
- [v0.26.0](#v0260)
- [v0.25.1](#v0251)
- [v0.25.0](#v0250)

# [v0.27.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.27.0) (unreleased)

### Breaking Changes

* The `LocalPrivateKey` method was removed from the `network.Conn` interface.

# [v0.26.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.26.1)

This patch release fixes two bugs:
* A panic in WebTransport: https://github.com/quic-go/webtransport-go/releases/tag/v0.5.2
* Incorrect accounting of accepted connections in the swarm metrics: [#2147](https://github.com/libp2p/go-libp2p/pull/2147)
# [v0.27.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.27.0)

**Full Changelog**: https://github.com/libp2p/go-libp2p/compare/v0.26.0...v0.26.1
### Breaking Changes <!-- omit in toc -->

# [v0.27.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.27.0)
* The `LocalPrivateKey` method was removed from the `network.Conn` interface. [#2144](https://github.com/libp2p/go-libp2p/pull/2144)

## 🔦 Highlights <!-- omit in toc -->

### Additional metrics <!-- omit in toc -->
Since the last release, we've added metrics for:
* [Relay Service](https://github.com/libp2p/go-libp2p/pull/2154): RequestStatus, RequestCounts, RejectionReasons for Reservation and Connection Requests,
ConnectionDuration, BytesTransferred, Relay Service Status.
* [Autorelay](https://github.com/libp2p/go-libp2p/pull/2185): relay finder status, reservation request outcomes, current reservations, candidate circuit v2 support, current candidates, relay addresses updated, num relay address, and scheduled work times

## 🐞 Bugfixes <!-- omit in toc -->

* autonat: don't change status on dial request refused [2225](https://github.com/libp2p/go-libp2p/pull/2225)
* relaysvc: fix flaky TestReachabilityChangeEvent [2215](https://github.com/libp2p/go-libp2p/pull/2215)
* basichost: prevent duplicate dials [2196](https://github.com/libp2p/go-libp2p/pull/2196)
* websocket: don't set a WSS multiaddr for accepted unencrypted conns [2199](https://github.com/libp2p/go-libp2p/pull/2199)
* identify: Fix IdentifyWait when Connected events happen out of order [2173](https://github.com/libp2p/go-libp2p/pull/2173)
* circuitv2: cleanup relay service properly [2164](https://github.com/libp2p/go-libp2p/pull/2164)

**Full Changelog**: https://github.com/libp2p/go-libp2p/compare/v0.26.4...v0.27.0

# [v0.26.4](https://github.com/libp2p/go-libp2p/releases/tag/v0.26.4)

This patch release fixes a busy-looping happening inside AutoRelay on private nodes, see [2208](https://github.com/libp2p/go-libp2p/pull/2208).

**Full Changelog**: https://github.com/libp2p/go-libp2p/compare/v0.26.0...v0.26.4

# [v0.26.3](https://github.com/libp2p/go-libp2p/releases/tag/v0.26.3)

* rcmgr: fix JSON marshalling of ResourceManagerStat peer map [2156](https://github.com/libp2p/go-libp2p/pull/2156)
* websocket: Don't limit message sizes in the websocket reader [2193](https://github.com/libp2p/go-libp2p/pull/2193)

**Full Changelog**: https://github.com/libp2p/go-libp2p/compare/v0.26.0...v0.26.3

# [v0.26.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.26.2)

This patch release fixes two bugs:
* A panic in WebTransport: https://github.com/quic-go/webtransport-go/releases/tag/v0.5.2
* Incorrect accounting of accepted connections in the swarm metrics: [#2147](https://github.com/libp2p/go-libp2p/pull/2147)

**Full Changelog**: https://github.com/libp2p/go-libp2p/compare/v0.26.0...v0.26.2

# v0.26.1

This version was retracted due to errors when publishing the release.

# [v0.26.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.26.0)

Expand Down