From b118bc86ed09491b1ed2b7b35e4ff46dbece32ae Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Thu, 17 Jun 2021 14:57:55 +0200 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 10 +++++----- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 4 ++-- packages/hyperswarm/CHANGELOG.md | 13 +++++++++++++ packages/hyperswarm/package.json | 6 +++--- packages/local/CHANGELOG.md | 13 +++++++++++++ packages/local/package.json | 6 +++--- packages/service-contracts/CHANGELOG.md | 12 ++++++++++++ packages/service-contracts/package.json | 2 +- packages/services/CHANGELOG.md | 14 ++++++++++++++ packages/services/package.json | 6 +++--- packages/tcp/CHANGELOG.md | 14 ++++++++++++++ packages/tcp/package.json | 6 +++--- packages/transport-streams/CHANGELOG.md | 11 +++++++++++ packages/transport-streams/package.json | 4 ++-- packages/transport/CHANGELOG.md | 11 +++++++++++ packages/transport/package.json | 2 +- packages/ws-client/CHANGELOG.md | 13 +++++++++++++ packages/ws-client/package.json | 4 ++-- packages/ws-server/CHANGELOG.md | 12 ++++++++++++ packages/ws-server/package.json | 6 +++--- 24 files changed, 193 insertions(+), 29 deletions(-) create mode 100644 packages/service-contracts/CHANGELOG.md create mode 100644 packages/transport-streams/CHANGELOG.md create mode 100644 packages/transport/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d58d4..8afe15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** Ability to use custom timeouts with RequestReplyHelper ([3ff258e](https://github.com/aholstenson/ataraxia/commit/3ff258e6464ab90420a9eba27cf81e606197c4a1)) +* **core:** Add ability to iterate over nodes in Network ([5d7bf49](https://github.com/aholstenson/ataraxia/commit/5d7bf4970d518b72919867da2da4f9cf3bcdbda9)) +* **core:** Drop peer disconnect event from Transport ([21fb9b0](https://github.com/aholstenson/ataraxia/commit/21fb9b056f9ac4a71b06a555917016ac82c0c4ac)) +* **core:** EncryptedStreamingPeer for easier way to set up secure connections ([8458a74](https://github.com/aholstenson/ataraxia/commit/8458a747b720443bef40651f79866599987c87bf)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **core:** Node ids now use UUIDv4 ([77cc519](https://github.com/aholstenson/ataraxia/commit/77cc51967e53c3ad614eaac7b460cb0e619b7873)) +* **service-contracts:** Add project for defining service contracts ([99a279f](https://github.com/aholstenson/ataraxia/commit/99a279f953514c1eb137a6a0b47caa0d592c8bce)) +* **services:** Services now use contracts ([7ee4ab4](https://github.com/aholstenson/ataraxia/commit/7ee4ab4db89c167b2d0beaeb5380061d0638a1d0)) +* **services:** Services now uses join/leave instead of start/stop ([845e5f5](https://github.com/aholstenson/ataraxia/commit/845e5f5d0fde275fc4d431f98c5d630eeee6eab3)) +* **tcp:** No longer disconnect immediately when peer is reported unavailable ([9862f01](https://github.com/aholstenson/ataraxia/commit/9862f0133c253c63b517bcfe85f7feea293ccd82)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) +* Mark packages as side effect free ([2042d66](https://github.com/aholstenson/ataraxia/commit/2042d668d40fac2e2c2a44f4eb2be45c7012c120)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/compare/v0.9.1...v0.10.0) (2021-06-07) diff --git a/lerna.json b/lerna.json index 751a1d1..ad985c0 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "conventionalCommits": true } }, - "version": "0.10.0" + "version": "0.11.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bb5f77d..e5bd858 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/cli/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/cli/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/cli/compare/v0.9.1...v0.10.0) (2021-06-07) diff --git a/packages/cli/package.json b/packages/cli/package.json index a7fe6f4..fd80a24 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-cli", - "version": "0.10.0", + "version": "0.11.0", "description": "Command-line client for inspecting Ataraxia networks", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/cli", @@ -20,10 +20,10 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia": "^0.10.0", - "ataraxia-hyperswarm": "^0.10.0", - "ataraxia-local": "^0.10.0", - "ataraxia-tcp": "^0.10.0", + "ataraxia": "^0.11.0", + "ataraxia-hyperswarm": "^0.11.0", + "ataraxia-local": "^0.11.0", + "ataraxia-tcp": "^0.11.0", "chalk": "^4.1.1", "minimatch": "^3.0.4", "prettyjson": "^1.2.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 57d9b6e..e5cbe4d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/core/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** Ability to use custom timeouts with RequestReplyHelper ([3ff258e](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/3ff258e6464ab90420a9eba27cf81e606197c4a1)) +* **core:** Add ability to iterate over nodes in Network ([5d7bf49](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/5d7bf4970d518b72919867da2da4f9cf3bcdbda9)) +* **core:** Drop peer disconnect event from Transport ([21fb9b0](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/21fb9b056f9ac4a71b06a555917016ac82c0c4ac)) +* **core:** EncryptedStreamingPeer for easier way to set up secure connections ([8458a74](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/8458a747b720443bef40651f79866599987c87bf)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **core:** Node ids now use UUIDv4 ([77cc519](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/77cc51967e53c3ad614eaac7b460cb0e619b7873)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) +* Mark packages as side effect free ([2042d66](https://github.com/aholstenson/ataraxia/tree/master/packages/core/commit/2042d668d40fac2e2c2a44f4eb2be45c7012c120)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/core/compare/v0.9.1...v0.10.0) (2021-06-07) diff --git a/packages/core/package.json b/packages/core/package.json index 557df39..ad689a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia", - "version": "0.10.0", + "version": "0.11.0", "description": "P2P messaging over mesh networks", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/core", @@ -27,7 +27,7 @@ "dependencies": { "@stablelib/cbor": "^1.0.1", "@tyriar/fibonacci-heap": "^2.0.9", - "ataraxia-transport": "^0.10.0", + "ataraxia-transport": "^0.11.0", "atvik": "^2.0.0", "debug": "^4.3.1" } diff --git a/packages/hyperswarm/CHANGELOG.md b/packages/hyperswarm/CHANGELOG.md index efdced2..a7a36ab 100644 --- a/packages/hyperswarm/CHANGELOG.md +++ b/packages/hyperswarm/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** EncryptedStreamingPeer for easier way to set up secure connections ([8458a74](https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm/commit/8458a747b720443bef40651f79866599987c87bf)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm/compare/v0.9.1...v0.10.0) (2021-06-07) **Note:** Version bump only for package ataraxia-hyperswarm diff --git a/packages/hyperswarm/package.json b/packages/hyperswarm/package.json index c1856f2..d40b4e0 100644 --- a/packages/hyperswarm/package.json +++ b/packages/hyperswarm/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-hyperswarm", - "version": "0.10.0", + "version": "0.11.0", "description": "Hyperswarm transport for Ataraxia P2P messaging", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/hyperswarm", @@ -14,8 +14,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia-transport": "^0.10.0", - "ataraxia-transport-streams": "^0.10.0", + "ataraxia-transport": "^0.11.0", + "ataraxia-transport-streams": "^0.11.0", "debug": "^4.3.1", "hyperswarm": "^2.15.3" } diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index 1ca3bbc..ee44bea 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/local/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** EncryptedStreamingPeer for easier way to set up secure connections ([8458a74](https://github.com/aholstenson/ataraxia/tree/master/packages/local/commit/8458a747b720443bef40651f79866599987c87bf)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/local/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/local/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/local/compare/v0.9.1...v0.10.0) (2021-06-07) **Note:** Version bump only for package ataraxia-local diff --git a/packages/local/package.json b/packages/local/package.json index e2884a9..114e3a4 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-local", - "version": "0.10.0", + "version": "0.11.0", "description": "Machine-local transport for Ataraxia P2P messaging", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/local", @@ -14,8 +14,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia-transport": "^0.10.0", - "ataraxia-transport-streams": "^0.10.0", + "ataraxia-transport": "^0.11.0", + "ataraxia-transport-streams": "^0.11.0", "atvik": "^2.0.0", "debug": "^4.3.1", "local-machine-network": "^0.3.0" diff --git a/packages/service-contracts/CHANGELOG.md b/packages/service-contracts/CHANGELOG.md new file mode 100644 index 0000000..834a23b --- /dev/null +++ b/packages/service-contracts/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/service-contracts/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **service-contracts:** Add project for defining service contracts ([99a279f](https://github.com/aholstenson/ataraxia/tree/master/packages/service-contracts/commit/99a279f953514c1eb137a6a0b47caa0d592c8bce)) +* **services:** Services now use contracts ([7ee4ab4](https://github.com/aholstenson/ataraxia/tree/master/packages/service-contracts/commit/7ee4ab4db89c167b2d0beaeb5380061d0638a1d0)) diff --git a/packages/service-contracts/package.json b/packages/service-contracts/package.json index 43a8f03..1acbf96 100644 --- a/packages/service-contracts/package.json +++ b/packages/service-contracts/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-service-contracts", - "version": "0.10.0", + "version": "0.11.0", "description": "Utils for defining contracts for use with ataraxia-services", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/service-contracts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index ac2e63b..6be6c36 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/services/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **services:** Services now use contracts ([7ee4ab4](https://github.com/aholstenson/ataraxia/tree/master/packages/services/commit/7ee4ab4db89c167b2d0beaeb5380061d0638a1d0)) +* Mark packages as side effect free ([2042d66](https://github.com/aholstenson/ataraxia/tree/master/packages/services/commit/2042d668d40fac2e2c2a44f4eb2be45c7012c120)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/services/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **services:** Services now uses join/leave instead of start/stop ([845e5f5](https://github.com/aholstenson/ataraxia/tree/master/packages/services/commit/845e5f5d0fde275fc4d431f98c5d630eeee6eab3)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/services/compare/v0.9.1...v0.10.0) (2021-06-07) **Note:** Version bump only for package ataraxia-services diff --git a/packages/services/package.json b/packages/services/package.json index e6ae4c3..2fe2e9f 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-services", - "version": "0.10.0", + "version": "0.11.0", "description": "Services with RPC and events over Ataraxia mesh network", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/services", @@ -19,8 +19,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia": "^0.10.0", - "ataraxia-service-contracts": "^0.10.0", + "ataraxia": "^0.11.0", + "ataraxia-service-contracts": "^0.11.0", "atvik": "^2.0.0", "debug": "^4.3.1" } diff --git a/packages/tcp/CHANGELOG.md b/packages/tcp/CHANGELOG.md index 929c4a6..c0a380a 100644 --- a/packages/tcp/CHANGELOG.md +++ b/packages/tcp/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** EncryptedStreamingPeer for easier way to set up secure connections ([8458a74](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/commit/8458a747b720443bef40651f79866599987c87bf)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **tcp:** No longer disconnect immediately when peer is reported unavailable ([9862f01](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/commit/9862f0133c253c63b517bcfe85f7feea293ccd82)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/tcp/compare/v0.9.1...v0.10.0) (2021-06-07) **Note:** Version bump only for package ataraxia-tcp diff --git a/packages/tcp/package.json b/packages/tcp/package.json index 5f7ef70..a9cd8ef 100644 --- a/packages/tcp/package.json +++ b/packages/tcp/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-tcp", - "version": "0.10.0", + "version": "0.11.0", "description": "TCP transport for Ataraxia P2P messaging", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/tcp", @@ -14,8 +14,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia-transport": "^0.10.0", - "ataraxia-transport-streams": "^0.10.0", + "ataraxia-transport": "^0.11.0", + "ataraxia-transport-streams": "^0.11.0", "debug": "^4.3.1", "tinkerhub-discovery": "^0.6.0", "tinkerhub-mdns": "^0.5.1" diff --git a/packages/transport-streams/CHANGELOG.md b/packages/transport-streams/CHANGELOG.md new file mode 100644 index 0000000..5b5b699 --- /dev/null +++ b/packages/transport-streams/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/transport-streams/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/transport-streams/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) diff --git a/packages/transport-streams/package.json b/packages/transport-streams/package.json index dd7799e..790ab66 100644 --- a/packages/transport-streams/package.json +++ b/packages/transport-streams/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-transport-streams", - "version": "0.10.0", + "version": "0.11.0", "description": "Utilities for Ataraxia transports that use Node streams.", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/transport-streams", @@ -19,7 +19,7 @@ }, "dependencies": { "@stablelib/cbor": "^1.0.1", - "ataraxia-transport": "^0.10.0", + "ataraxia-transport": "^0.11.0", "debug": "^4.3.1", "noise-secret-stream": "^3.0.2" } diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md new file mode 100644 index 0000000..929f7fb --- /dev/null +++ b/packages/transport/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/transport/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/transport/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) diff --git a/packages/transport/package.json b/packages/transport/package.json index 33697f1..b21d73b 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-transport", - "version": "0.10.0", + "version": "0.11.0", "description": "Base for for connecting to and communicating with peers in an Ataraxia network", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/transport", diff --git a/packages/ws-client/CHANGELOG.md b/packages/ws-client/CHANGELOG.md index 617366e..d1860aa 100644 --- a/packages/ws-client/CHANGELOG.md +++ b/packages/ws-client/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) +* Mark packages as side effect free ([2042d66](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client/commit/2042d668d40fac2e2c2a44f4eb2be45c7012c120)) +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client/compare/v0.9.1...v0.10.0) (2021-06-07) diff --git a/packages/ws-client/package.json b/packages/ws-client/package.json index 85b45dc..57e7db7 100644 --- a/packages/ws-client/package.json +++ b/packages/ws-client/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-ws-client", - "version": "0.10.0", + "version": "0.11.0", "description": "WebSocket client for Ataraxia P2P messaging", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-client", @@ -17,7 +17,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia-transport": "^0.10.0", + "ataraxia-transport": "^0.11.0", "debug": "^4.3.1" } } diff --git a/packages/ws-server/CHANGELOG.md b/packages/ws-server/CHANGELOG.md index b7ed607..a288da0 100644 --- a/packages/ws-server/CHANGELOG.md +++ b/packages/ws-server/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server/compare/v0.10.0...v0.11.0) (2021-06-17) + + +### Features + +* **core:** Network now uses join/leave instead of start/stop ([eee9bdc](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server/commit/eee9bdcacc0224923fa6190270c098c7cccd9c74)) +* **transport:** Split transport code into separate packages ([766b9c0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server/commit/766b9c0608acfea685d6e8bd65490a81557cecb1)) + + + + + # [0.10.0](https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server/compare/v0.9.1...v0.10.0) (2021-06-07) **Note:** Version bump only for package ataraxia-ws-server diff --git a/packages/ws-server/package.json b/packages/ws-server/package.json index 81296ea..5be8911 100644 --- a/packages/ws-server/package.json +++ b/packages/ws-server/package.json @@ -1,6 +1,6 @@ { "name": "ataraxia-ws-server", - "version": "0.10.0", + "version": "0.11.0", "description": "WebSocket server for Ataraxia P2P messaging", "license": "MIT", "repository": "https://github.com/aholstenson/ataraxia/tree/master/packages/ws-server", @@ -15,8 +15,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "ataraxia-transport": "^0.10.0", - "ataraxia-ws-client": "^0.10.0", + "ataraxia-transport": "^0.11.0", + "ataraxia-ws-client": "^0.11.0", "debug": "^4.3.1", "ws": "^7.4.6" },