Skip to content

Releases: GoCodeAlone/workflow-plugin-broker

v0.2.4

24 May 21:27
Immutable release. Only release title and notes can be modified.
cd07ca3

Choose a tag to compare

Changelog

v0.2.3

24 May 18:15
Immutable release. Only release title and notes can be modified.
deeb487

Choose a tag to compare

Changelog

  • dffe65e Add wfctl strict-contracts CI job to validate plugin.json
  • a5fda86 Address remaining review threads: pull-based subscribe, any-typed JSON, mergeConfigs, integration tests
  • 3793953 Fix wfctl CI check and address all Copilot review threads in sdk_provider.go
  • fa5d403 Initial plan
  • 54dfba4 Merge pull request #2 from GoCodeAlone/copilot/migrate-workflow-plugin-broker-strict-grpc
  • b0ccc14 Migrate to strict gRPC plugin contracts: add plugin.json, SDK provider, update main.go
  • deeb487 chore(deps): bump workflow v0.64.0 (#15)
  • 51fe950 ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#11)
  • d7a3f1d ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#8)
  • 037b6c5 ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#14)
  • cb4b4ba ci: publish GoReleaser drafts after artifact upload
  • bccfbef ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#13)
  • 076146f docs(broker): add examples/minimal/config.yaml (#10)
  • fa23d05 docs(broker): experimental banner + MIT LICENSE (QoL sweep) (#9)
  • 056b8d5 feat: strict-proto contracts for broker.nats module and publish/subscribe steps (#6)

v0.2.2

22 Apr 15:20

Choose a tag to compare

Changelog

  • a31915e fix(release): drop sed hook for plugin.json that doesn't exist

v0.2.0

16 Mar 06:17

Choose a tag to compare

Changelog

  • 93d093d feat: add root package for library import

v0.1.0

15 Mar 16:19

Choose a tag to compare

Changelog

  • 84d51e3 Initial commit
  • b44d158 ci: add CI workflow for push/PR on main
  • 9113d98 feat: NATS JetStream broker module with publish/subscribe step types
  • f368779 feat: add SubscribeWithSubject to Broker interface and NATSModule