diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..bb894c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,5 +13,5 @@ "plugins/provider-featherless-ai": "0.1.0", "plugins/provider-ollama": "0.1.0", "plugins/webhook-agent-session": "0.1.0", - "plugins/webhook-generic": "0.1.0" + "plugins/webhook-generic": "0.1.1" } diff --git a/plugins/webhook-generic/CHANGELOG.md b/plugins/webhook-generic/CHANGELOG.md new file mode 100644 index 0000000..6d727ad --- /dev/null +++ b/plugins/webhook-generic/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-plugin-webhook-generic-v0.1.0...waygate-plugin-webhook-generic-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)) +* **tests:** add comprehensive tests for local storage and generic webhook plugins ([840b64e](https://github.com/voidrot/waygate/commit/840b64e92862f2c97fa84dccdf6145e629a8dbca)) +* **web:** add unified web app and shared ingress ([074d2cb](https://github.com/voidrot/waygate/commit/074d2cb4d37cd136b174d9eeab34c28129c75a5d)) +* **webhook-generic:** implement concrete generic webhook ingestion ([46440d9](https://github.com/voidrot/waygate/commit/46440d9f5d085a8f255f37845e86ef0b06153e6c)) +* **worker:** add JetStream transport runtime ([f31e1fd](https://github.com/voidrot/waygate/commit/f31e1fdb66e30703cecbceb69d57407f0db0de69)) + + +### Bug Fixes + +* **webhook-generic:** canonicalize document content types ([9a485a6](https://github.com/voidrot/waygate/commit/9a485a697d6994f661ccf4a638ce957c280855c2)) + + +### Documentation + +* **core:** add generic webhook compose smoke test ([256144d](https://github.com/voidrot/waygate/commit/256144d89073614877adae4cadec4c3f5c46e451)) +* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c)) diff --git a/plugins/webhook-generic/pyproject.toml b/plugins/webhook-generic/pyproject.toml index 64debd3..fef4168 100644 --- a/plugins/webhook-generic/pyproject.toml +++ b/plugins/webhook-generic/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-plugin-webhook-generic" -version = "0.1.0" +version = "0.1.1" description = "Add your description here" readme = "README.md" authors = [