Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Releases: johnjansen/anvil

v0.111.0

02 Mar 02:18

Choose a tag to compare

What's changed

  • fix: track concurrent task instances separately in status/ps — multiple instances of the same task now each show independently instead of overwriting each other
  • fix: dispatch multiple task instances when max_concurrent > 1 (included from v0.110.0)

Installation

See install.sh in the repository for installation instructions.

v0.110.0

02 Mar 00:39

Choose a tag to compare

What's changed

  • Update go.mod and go.sum for AMQP dependency
  • feat(amqp): Complete AMQP subscription implementation for task triggers
  • feat(subscription): Add subscription management CLI commands
  • feat(amqp): Add AMQP consumer component and integrate with daemon
  • feat(subscription): Add subscription configuration support to task frontmatter

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.98.0

28 Feb 22:17

Choose a tag to compare

What's changed

  • feat: add task alerting rules for custom notifications
  • docs: sync documentation with current implementation

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.91.0

27 Feb 06:40

Choose a tag to compare

What's changed

  • Fix #261: Add --depends-on flag to anvil add for cross-project dependencies

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.89.0

27 Feb 06:22

Choose a tag to compare

What's changed

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.88.1

27 Feb 06:22

Choose a tag to compare

What's changed

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.88.0

27 Feb 06:21

Choose a tag to compare

What's changed

  • Fix #285: Add pipeline creation docs to README

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.87.1

27 Feb 06:08

Choose a tag to compare

What's changed

  • Fix #286: Add scoped syntax examples to --allowed-tools help

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.87.0

27 Feb 05:57

Choose a tag to compare

What's changed

  • Fix #259: Cross-project dependency parsing and validation
  • docs: sync documentation with current implementation

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh

v0.86.0

27 Feb 05:16

Choose a tag to compare

What's changed

Installation

curl -fsSL https://raw.githubusercontent.com/johnjansen/anvil/main/install.sh | sh