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
@@ -1,5 +1,5 @@
{
"apps/api": "0.1.0",
"apps/api": "0.1.1",
"apps/scheduler": "0.1.0",
"apps/draft-worker": "0.1.0",
"apps/nats-worker": "0.1.0",
Expand Down
28 changes: 28 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-api-v0.1.0...waygate-api-v0.1.1) (2026-04-22)


### Features

* **api:** add agent-session webhook triggers ([252cd41](https://github.com/voidrot/waygate/commit/252cd417fdd933761645842e64b13b9180c70626))
* **api:** include webhook router in FastAPI application ([63e440f](https://github.com/voidrot/waygate/commit/63e440fb2212e54929e09bbdc8e44703a2c89b97))
* **apps:** wire api and scheduler to communication plugins ([3f02c8a](https://github.com/voidrot/waygate/commit/3f02c8a2fa327b1088b6704f81f08c63d8510ff8))
* **core:** add plugin public API, storage namespaces, and app context ([82e998a](https://github.com/voidrot/waygate/commit/82e998a9f85c7cc7f6adf3286c39d6cb09df3d8d))
* **core:** add plugin public API, storage namespaces, and app context accessor ([d719b5d](https://github.com/voidrot/waygate/commit/d719b5dac20e572eb5fec96ed2db564305363c6c))
* **core:** add typed document artifact contracts ([121ad21](https://github.com/voidrot/waygate/commit/121ad21570eb37109edaf1d812c7f98ebadd44a0))
* **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))
* **workflows:** add rq draft worker pipeline ([a456cd6](https://github.com/voidrot/waygate/commit/a456cd6ca3cb6c5b336772891e2fb7764519ba51))


### Bug Fixes

* **core:** cache app context across bootstrap calls ([de60868](https://github.com/voidrot/waygate/commit/de608688ccdcef29e2580bb03d026fff907f1b57))
* **core:** package compose draft runtime plugins ([e0cf539](https://github.com/voidrot/waygate/commit/e0cf5398ce2a0158901e3a3855dbc74fd51f37d0))


### Documentation

* **repo:** update workflow and plugin guides ([820f314](https://github.com/voidrot/waygate/commit/820f3146b485d206ee672b4814a8a7f0b69fbf79))
* update docs across the project ([818c745](https://github.com/voidrot/waygate/commit/818c7454baf3c5a41f921a6c24aaaf41e136639c))
2 changes: 1 addition & 1 deletion apps/api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "waygate-api"
version = "0.1.0"
version = "0.1.1"
description = "WayGate API Server"
readme = "README.md"
authors = [
Expand Down
Loading