diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee9a2db..675d99ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Removed ### Changed ### Fixed -- The `trycp_client` now handles ping/pong messages from the TryCP server to keep the connection alive. -- The `trycp_client` now handles the `close` event from the TryCP server to close the connection. ## 2024-06-13: v0.16.0 ### Changed - Upgraded Rust dependencies for `trycp_server` and updated JS client for it to match serialisation changes. +### Fixed +- The `trycp_client` now handles ping/pong messages from the TryCP server to keep the connection alive. +- The `trycp_client` now handles the `close` event from the TryCP server to close the connection. ## 2024-04-29: v0.16.0-dev.7 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 9079515b..2ad3d639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1575,9 +1575,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.3" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0d8b92cd8358e8d229c11df9358decae64d137c5be540952c5ca7b25aea768" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memmap2" @@ -2811,7 +2811,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trycp_api" -version = "0.16.0-dev.8" +version = "0.16.0" dependencies = [ "serde", "serde_bytes", @@ -2820,7 +2820,7 @@ dependencies = [ [[package]] name = "trycp_client" -version = "0.16.0-dev.8" +version = "0.16.0" dependencies = [ "futures", "rmp-serde", @@ -2832,7 +2832,7 @@ dependencies = [ [[package]] name = "trycp_server" -version = "0.16.0-dev.8" +version = "0.16.0" dependencies = [ "futures", "nix", diff --git a/Cargo.toml b/Cargo.toml index b0f9e0cd..2ed17765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ snafu = "0.6" structopt = "0.3" tokio = "1.38" tokio-tungstenite = "0.21" -trycp_api = { version = "0.16.0-dev.8", path = "crates/trycp_api" } +trycp_api = { version = "0.16.0", path = "crates/trycp_api" } url = "2" [profile.dev] diff --git a/crates/trycp_api/Cargo.toml b/crates/trycp_api/Cargo.toml index 9f681ef4..e3a7af55 100644 --- a/crates/trycp_api/Cargo.toml +++ b/crates/trycp_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_api" -version = "0.16.0-dev.8" +version = "0.16.0" description = "conductor provisioner API for tryorama" license = "CAL-1.0" edition = "2021" diff --git a/crates/trycp_client/Cargo.toml b/crates/trycp_client/Cargo.toml index e0944ead..5b3f1203 100644 --- a/crates/trycp_client/Cargo.toml +++ b/crates/trycp_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_client" -version = "0.16.0-dev.8" +version = "0.16.0" description = "Client for TryCP" license = "CAL-1.0" edition = "2021" diff --git a/crates/trycp_server/Cargo.toml b/crates/trycp_server/Cargo.toml index 1d068649..5512503e 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.16.0-dev.8" +version = "0.16.0" description = "conductor provisioner for tryorama" license = "CAL-1.0" keywords = ["holochain", "holo", "p2p", "network", "simulation"] diff --git a/flake.lock b/flake.lock index 35f3ed90..060e7c2a 100644 --- a/flake.lock +++ b/flake.lock @@ -393,11 +393,11 @@ ] }, "locked": { - "lastModified": 1718245100, - "narHash": "sha256-ETm3A2nUVEUwVQ30fj3ePK4rqsSbSnY4uP4LYrFrDNE=", + "lastModified": 1718331519, + "narHash": "sha256-6Ru37wS8uec626nHVIh6hSpCYB7eNc3RPFa2U//bhw4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "4cbc2810d1dfb5960791be92df6a5f842a79bdfb", + "rev": "419e7fae2731f41dd9b3e34dfe8802be68558b92", "type": "github" }, "original": {