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 @@ -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"
}
23 changes: 23 additions & 0 deletions plugins/webhook-generic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion plugins/webhook-generic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
Loading