File tree Expand file tree Collapse file tree 3 files changed +23
-7
lines changed
Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14- Added ability to create a "half-open" - preventing messages with the half-open stream id from being routed as socket messages.
15- The JavaScript implementation does something similar.
16-
1714### Changed
1815
19- ` UdxSocket::bind ` is no longer async. It didn't need to be, but it does need have a tokio runtime running.
20-
21- Fixes a bug where we were getting the socket address of sender wrong
22-
2316### Removed
2417
2518
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ <!-- next-header -->
9+
10+ ## [ Unreleased] - ReleaseDate
11+
12+ ### Added
13+
14+ ### Changed
15+
16+ ### Removed
17+
18+
19+ <!-- next-url -->
20+ [ Unreleased ] : https://github.com/datrs/async-udx/compare/v0.1.0...HEAD
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ version = "0.1.0"
44edition = " 2021"
55publish = false
66
7+ [package .metadata .release ]
8+ release = false
9+
710[[bin ]]
811name = " pipe"
912path = " src-rust/pipe.rs"
You can’t perform that action at this time.
0 commit comments