Skip to content
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
43 changes: 34 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,38 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] Narvi - 2025-07-29 [:boom:]
Added [Libp2p](https://libp2p.io/) wire for go-perun. This enables seamless and secure P2P connection between clients.

### Added :boom:

* Wire implementation with libp2p [#420]

### Fixed
* Removed test backend signature from `authMsg` of exchange address protocol [#422]

### Changed

* Updade action cache [#420]

* Update workflow go version to 1.23 [#420]

* Update workflow go linter to 2.1 [#420]

[#420]: https://github.com/hyperledger-labs/go-perun/pull/420
[#422]: https://github.com/hyperledger-labs/go-perun/pull/422


## [0.13.0] Metis - 2025-01-19 [:boom:]
Support for multiple backends, allowing multiple address implementations per client. This enables the simultaneous use of several smaller backends, enhancing modularization.

## Added :boom:
### Added :boom:

* Backend field in Allocation [#410]

* Added interface restrictions to ensure cross-contract compatibility, including new functions and fields in interfaces such as Asset and Address [#410]

## Changed
### Changed

* Updade action cache [#409]

Expand All @@ -31,53 +53,53 @@ Support for multiple backends, allowing multiple address implementations per cli
[#410]: https://github.com/hyperledger-labs/go-perun/pull/410
[#413]: https://github.com/hyperledger-labs/go-perun/pull/413

## Legend
### Legend
- <span id="breaking">:boom:</span> This is a breaking change, e.g., it changes the external API.

[:boom:]: #breaking

## [0.12.0] Leda - 2024-11-19 [:boom:]
Flexibility in funding for payment channels and basic Layer-2 security.

## Added :boom:
### Added :boom:

* Egoistic funding allows users to wait for their peers to fund before they fund themselves. This change has to be adopted by the Perun backends to be usable ([in case of Ethereum](https://github.com/hyperledger-labs/perun-eth-backend/pull/45)): [#397 ]

* Wire authentication for Layer2 communication between Perun clients, using TLS: [#402] :boom:

* Support for Stellar backend in README: [#408]

## Changed
### Changed
* Update go to 1.22: [#406 ]

[#397]: https://github.com/hyperledger-labs/go-perun/pull/397
[#406]: https://github.com/hyperledger-labs/go-perun/pull/406
[#402]: https://github.com/hyperledger-labs/go-perun/pull/402
[#408]: https://github.com/hyperledger-labs/go-perun/pull/408

## Legend
### Legend
- <span id="breaking">:boom:</span> This is a breaking change, e.g., it changes the external API.

[:boom:]: #breaking

## [0.11.0] Kiviuq - 2024-02-21 [:boom:]
Exposure of protobuf converters & `SignedState`, abstraction of tests and bug fixes.

## Added
### Added
- Add Fabric to backend list in README: [#377]
- Create new type `TransparentChannel` to expose `SignedState`: [#389]
- Update backend compatibility list in README: [#392]
- Add MAINTAINERS.md file, Update NOTICE: [#394]

## Fixed
### Fixed
- Fix sub-channel test: [#359]
- Fix Multi-Adjudicator Subscription: [#366]
- Use correct identity for client tests: [#376]
- Fix link to white paper in README: [#379]
- Fix linter copyright year checking in CI: [#389]
- Fix failing unit tests: [#399]

## Changed [:boom:]
### Changed [:boom:]
- Abstract multiledger test, making it usable by backends: [#355]
- Abstract fund recovery test, making it usable by backends: [#370]
- Abstract virtual channel test, making it usable by backends: [#375]
Expand Down Expand Up @@ -488,6 +510,9 @@ Initial release.
[:boom:]: #breaking

[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.11.0...HEAD
[0.14.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/hyperledger-labs/go-perun/compare/v0.9.0...v0.9.1
Expand Down