Skip to content

Releases: agenticenv/durable-go

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 20:06

durable-go

Durable task execution for Go.

Install

go get github.com/agenticenv/durable-go@v0.1.1

Docs: https://pkg.go.dev/github.com/agenticenv/durable-go@v0.1.1

Changelog

Features

  • 8671ce4: feat: replace SQLite with journal-per-task store, zero external deps (@vinodvx)

Documentation

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:30

durable-go

Single-node durable task execution for Go.

Install

go get github.com/agenticenv/durable-go@v0.1.0

Docs: https://pkg.go.dev/github.com/agenticenv/durable-go@v0.1.0

Changelog

Features

Documentation

Other

Full Changelog: https://github.com/agenticenv/durable-go/compare/v0.1.0