Skip to content

Commit

Permalink
chore: release v0.1.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent dfb1d85 commit 0b2d2c3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

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).

## [Unreleased]

## [0.1.0](https://github.com/8xFF/atm0s-small-p2p/releases/tag/v0.1.0) - 2024-10-23

### Added

- secure HandshakeProtocol trait and simple SharedKeyHandshake ([#9](https://github.com/8xFF/atm0s-small-p2p/pull/9))
- auto update rtt each 1 seconds ([#7](https://github.com/8xFF/atm0s-small-p2p/pull/7))
- added config seeds for avoiding manual process with seeds ([#6](https://github.com/8xFF/atm0s-small-p2p/pull/6))
- switch to use peer_id for send and recv ([#5](https://github.com/8xFF/atm0s-small-p2p/pull/5))
- visualization service ([#3](https://github.com/8xFF/atm0s-small-p2p/pull/3))
- mininum working version with service pkt and stream

Check warning on line 19 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"mininum" should be "minimum".

### Fixed

- verify handshake when different timestamp with 2 node ([#10](https://github.com/8xFF/atm0s-small-p2p/pull/10))
- fix wrong unwrap ([#8](https://github.com/8xFF/atm0s-small-p2p/pull/8))
- quic connection closed with error failed to fill whole buffer ([#4](https://github.com/8xFF/atm0s-small-p2p/pull/4))

### Other

- *(deps)* update actions/cache action to v4 ([#13](https://github.com/8xFF/atm0s-small-p2p/pull/13))
- config github actions
- add renovate.json ([#1](https://github.com/8xFF/atm0s-small-p2p/pull/1))
- rust CI
- expose P2pQuicStream and make Requester cloneable ([#2](https://github.com/8xFF/atm0s-small-p2p/pull/2))

0 comments on commit 0b2d2c3

Please sign in to comment.