Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"plugins/local-storage": "0.1.0",
"plugins/communication-http": "0.1.0",
"plugins/communication-nats": "0.1.0",
"plugins/communication-rq": "0.1.0",
"plugins/communication-rq": "0.1.1",
"plugins/provider-featherless-ai": "0.1.0",
"plugins/provider-ollama": "0.1.0",
"plugins/webhook-agent-session": "0.1.0",
Expand Down
18 changes: 18 additions & 0 deletions plugins/communication-rq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-communication-rq-v0.1.0...waygate-plugin-communication-rq-v0.1.1) (2026-04-23)


### Features

* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d))
* **core:** add typed document artifact contracts ([121ad21](https://github.com/voidrot/waygate/commit/121ad21570eb37109edaf1d812c7f98ebadd44a0))
* **worker:** add transport-agnostic worker runtime ([badfdd5](https://github.com/voidrot/waygate/commit/badfdd5f8669227e8bbe6f2650863bae926a0c64))
* **workflows:** add rq draft worker pipeline ([a456cd6](https://github.com/voidrot/waygate/commit/a456cd6ca3cb6c5b336772891e2fb7764519ba51))


### Documentation

* **readme:** document env-backed package config ([5561d82](https://github.com/voidrot/waygate/commit/5561d825241865718b105882b6697ca97a10e38b))
* **readme:** improve formatting of environment variable tables in draft-worker and plugins ([33c7bec](https://github.com/voidrot/waygate/commit/33c7bec23a02e19f398dbefaab181c083e1b811a))
* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c))
2 changes: 1 addition & 1 deletion plugins/communication-rq/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "waygate-plugin-communication-rq"
version = "0.1.0"
version = "0.1.1"
description = "RQ communication client plugin for worker dispatch"
readme = "README.md"
authors = [
Expand Down
Loading