-
v0.1.0
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/release Pipeline failedci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 08:59:21 +02:00 | 28 commits to main since this release⚠ BREAKING CHANGES
- core: make the event filter/check contract work (cb44d78f)
Event.checknow takes{ payload, input }instead of
{ input, services }.servicesis gone deliberately: it was impossible to
populate (EventRegistryhas no container, andProviderInstance, which
builds it, takes none), andcheckruns per subscriber per occurrence, so it
should not be reaching for services anyway — close over what you need where
the event is defined.publishnow throws on a payload that fails its schema
and strips undeclared fields.
Features
- tasks: add a Things-style task provider (cb09f124)
Bug Fixes
- build: make the docker image build and start (b03f1f64)
- core: make the event filter/check contract work (cb44d78f)
Full changelog: v0.0.1...v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- core: make the event filter/check contract work (cb44d78f)