Skip to content

Commit e72086c

Browse files
author
Jared Stanbrough
committed
feat(rust): ockam_transport_tcp v0.2.0
1 parent fea756c commit e72086c

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

implementations/rust/ockam/ockam_examples/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this crate will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.2.0 - 2021-02-22
9+
### Added
10+
- Route metadata wrapper type.
11+
- New implementations of TCP Router and TCP Listener.
12+
13+
### Changed
14+
15+
- Dependencies updated.
16+
- Split TCP worker into two parts: sender & receiver.
17+
18+
819
## v0.1.0 - 2021-02-10
920
### Added
1021

implementations/rust/ockam/ockam_transport_tcp/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_transport_tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ockam_transport_tcp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Ockam Developers"]
55
edition = "2018"
66
license = "Apache-2.0"

implementations/rust/ockam/ockam_transport_tcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:
2424

2525
```
2626
[dependencies]
27-
ockam_transport_tcp = "0.1.0"
27+
ockam_transport_tcp = "0.2.0"
2828
```
2929

3030
This crate requires the rust standard library `"std"`.

0 commit comments

Comments
 (0)