From a418b46ebe2437ba95297a56f7a9d1e7e39be297 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:38:45 +0000 Subject: [PATCH] chore(main): release waygate-plugin-communication-http 0.1.1 --- .release-please-manifest.json | 2 +- plugins/communication-http/CHANGELOG.md | 15 +++++++++++++++ plugins/communication-http/pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 plugins/communication-http/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..b433f0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "libs/worker": "0.1.0", "libs/workflows": "0.1.0", "plugins/local-storage": "0.1.0", - "plugins/communication-http": "0.1.0", + "plugins/communication-http": "0.1.1", "plugins/communication-nats": "0.1.0", "plugins/communication-rq": "0.1.0", "plugins/provider-featherless-ai": "0.1.0", diff --git a/plugins/communication-http/CHANGELOG.md b/plugins/communication-http/CHANGELOG.md new file mode 100644 index 0000000..c82aa47 --- /dev/null +++ b/plugins/communication-http/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-communication-http-v0.1.0...waygate-plugin-communication-http-v0.1.1) (2026-04-23) + + +### Features + +* **communication-http:** add worker dispatch plugin ([5c1387c](https://github.com/voidrot/waygate/commit/5c1387ce4a116289b9821af0c8fd22f9cd1861a4)) +* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d)) +* **worker:** add transport-agnostic worker runtime ([badfdd5](https://github.com/voidrot/waygate/commit/badfdd5f8669227e8bbe6f2650863bae926a0c64)) + + +### Documentation + +* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c)) diff --git a/plugins/communication-http/pyproject.toml b/plugins/communication-http/pyproject.toml index 6c9a6ac..447df30 100644 --- a/plugins/communication-http/pyproject.toml +++ b/plugins/communication-http/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-communication-http" -version = "0.1.0" +version = "0.1.1" description = "HTTP communication client plugin for worker dispatch" readme = "README.md" authors = [