Skip to content

Releases: GoCodeAlone/workflow-plugin-bento

v1.1.5

24 May 21:23
Immutable release. Only release title and notes can be modified.
854d61e

Choose a tag to compare

Changelog

  • 854d61e chore: post-release cleanup (workflow#767 followup) (#40)

v1.1.3

16 May 02:32
Immutable release. Only release title and notes can be modified.
ad6f096

Choose a tag to compare

Changelog

  • ad6f096 chore: bump workflow pin v0.51.7 → v0.53.1; release v1.1.3 (#29)
  • 9ad3dcb chore: bump workflow v0.3.5x → v0.51.7 (#24)
  • 72f9fac chore: sync plugin.json version to latest tag v1.1.2 (#27)
  • 5e37873 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#28)
  • b5abc7e ci: publish GoReleaser drafts after artifact upload
  • 44029ef feat: adopt strict-contracts typed proto (closes #25) (#26)

v1.1.2

22 Apr 15:00

Choose a tag to compare

Changelog

  • e7e1571 refactor: inject plugin version at build time via ldflags
  • 7b7d30a test: add wftest integration tests

v1.1.1

21 Mar 19:18

Choose a tag to compare

Changelog

  • 48f0926 chore: bump workflow engine to v0.3.51

v1.1.0

15 Mar 16:25
9efe207

Choose a tag to compare

Changelog

  • 6a9929b Fix: Replace context.Background() with parent ctx in context propagation
  • 223e50e Fix: Update plugin.json with structured capabilities
  • 86862a2 Merge pull request #18 from GoCodeAlone/fix/ws08-bento-plugin
  • 9efe207 Merge pull request #22 from GoCodeAlone/chore/modular-migration
  • 5ee37cc chore: bump workflow dependency to v0.3.24
  • 0b21472 chore: bump workflow to v0.3.30 (eventbus v2.5.1 fix)
  • be4f9ab chore: migrate from CrisisTextLine/modular to GoCodeAlone/modular
  • bc1c405 chore: migrate to GoReleaser, bump action to v7
  • 88210cb ci: configure RELEASES_TOKEN for private module access
  • 17dfbb5 deps: update workflow to v0.3.0 (#20)
  • ac76d08 deps: update workflow to v0.3.1
  • 240ffdf deps: update workflow to v0.3.28
  • 5cb2f96 deps: upgrade workflow from v0.1.9 to v0.2.21 (#19)
  • 460caea docs: convert README diagrams to MermaidJS (#21)
  • 58ada3e fix: register components/pure and disable broken trigger factory
  • cefb301 fix: update TriggerTypes test to match disabled trigger implementation
  • 7c88804 fix: update plugin.json capabilities to array format for engine compatibility
  • 0496705 fix: update test Execute calls for 6-param interface
  • 2c307ac fix: use flowchart instead of graph for mermaid architecture diagram

v1.0.0

24 Feb 18:55

Choose a tag to compare

What's Changed

  • Fix silent error suppression in stream runners and triggers by @Copilot in #4
  • test: add comprehensive unit tests for modules, steps, and triggers by @intel352 in #6
  • test: add unit tests for bento plugin modules, steps, and triggers by @intel352 in #10
  • fix: address test reliability, correctness, and silent stream failures by @Copilot in #8
  • feat: add structured logging and fix silent error suppression by @intel352 in #5
  • feat: add structured logging and observability hooks by @intel352 in #7

New Contributors

Full Changelog: https://github.com/GoCodeAlone/workflow-plugin-bento/commits/v1.0.0