Releases: KunoiSayami/github-webhook-notification.rs
Releases · KunoiSayami/github-webhook-notification.rs
v2.1.0-rc.3
feat(core): Use RWLock instead of Mutex * chore: Bump dependencies version Signed-off-by: KunoiSayami <[email protected]>
v2.1.0-rc.2
Support per-repository secret configure.
v2.0.0
test: Fix server test * doc(README): Trim trailing space Signed-off-by: KunoiSayami <[email protected]>
v2.0.0-rc
fix(core): Fix default method not implement Signed-off-by: KunoiSayami <[email protected]>
v2.0.0-beta
feat(core): Support configure per-repository send target This version can send specify target repository message to multiple target. If not specify target, it will fallback to default target. Current this version is not implement wildcard for match branch, may add sup- port next version. Signed-off-by: KunoiSayami <[email protected]>
v1.1.2
feat(server): Support reply ping event Signed-off-by: KunoiSayami <[email protected]>
v1.1.1
style: Address cargo clippy and cargo fmt * feat(ci): Run cargo test in ci Signed-off-by: KunoiSayami <[email protected]>
v1.1.0
feat(core): Support multiple receivers * feat(test): Add configure parser test Signed-off-by: KunoiSayami <[email protected]>
v1.0.0
feat: Implement GitHub secrets authentication * feat: Support query token authentication Signed-off-by: KunoiSayami <[email protected]>
v0.1.2
feat: Ignore create branch notification * refactor: Rename `owner` field to `send_to` * fix: Fix default configure file path not correct Signed-off-by: KunoiSayami <[email protected]>