From 014ed13f1db861bf0c3253ce889849f6b36fa70c 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-local-storage 0.1.1 --- .release-please-manifest.json | 2 +- plugins/local-storage/CHANGELOG.md | 25 +++++++++++++++++++++++++ plugins/local-storage/pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 plugins/local-storage/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..484d061 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "libs/webhooks": "0.1.0", "libs/worker": "0.1.0", "libs/workflows": "0.1.0", - "plugins/local-storage": "0.1.0", + "plugins/local-storage": "0.1.1", "plugins/communication-http": "0.1.0", "plugins/communication-nats": "0.1.0", "plugins/communication-rq": "0.1.0", diff --git a/plugins/local-storage/CHANGELOG.md b/plugins/local-storage/CHANGELOG.md new file mode 100644 index 0000000..bcb75e7 --- /dev/null +++ b/plugins/local-storage/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-local-storage-v0.1.0...waygate-plugin-local-storage-v0.1.1) (2026-04-23) + + +### Features + +* **core:** add communication client plugin foundation ([78a1263](https://github.com/voidrot/waygate/commit/78a1263611909a060121fd6d41b71c8265d7e4a3)) +* **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)) +* **local-storage:** implement filesystem storage io ([a8ef994](https://github.com/voidrot/waygate/commit/a8ef994d5ba69d137abaabf454ecd5184a804b12)) +* **local-storage:** update storage URI construction and add normalization for namespaced paths ([56b5c55](https://github.com/voidrot/waygate/commit/56b5c5549d3195d62492415b8d39de9fd380d861)) +* **tests:** add comprehensive tests for local storage and generic webhook plugins ([840b64e](https://github.com/voidrot/waygate/commit/840b64e92862f2c97fa84dccdf6145e629a8dbca)) + + +### Bug Fixes + +* **plugins:** restore provider and storage contracts ([4e65931](https://github.com/voidrot/waygate/commit/4e65931e540a6950453efe7b962cd0653cdf9569)) + + +### 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)) diff --git a/plugins/local-storage/pyproject.toml b/plugins/local-storage/pyproject.toml index ee23ec3..18e5955 100644 --- a/plugins/local-storage/pyproject.toml +++ b/plugins/local-storage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-local-storage" -version = "0.1.0" +version = "0.1.1" description = "Add your description here" readme = "README.md" authors = [