Skip to content

Releases: exlee/simple_queue

v0.2.1, v.0.2.2

19 Apr 19:38
dda4e7a

Choose a tag to compare

0.2.1, 0.2.2

Maintenance

  • Set SQLX_OFFLINE=true in build.rs in hopes to have docs.rs build go through
  • Makefile has --all-features for sqlx prepare so that tests are picked up too

v0.2.0

19 Apr 19:37
9aceb45

Choose a tag to compare

0.2.0

Added

  • wait-for-job feature (oneshot rx for job insertion)

Maintenance

  • TestContext is RAII guard now, guaranteed to drop stale schemas even on crash
  • Makefile for checks

v0.1.3

18 Apr 13:44
0390764

Choose a tag to compare

Added

  • JobExt to simplify transformation from seriailizable into a Job
  • SimpleQueue::setup_from_url(&str)
  • SimpleQueue::new_from_url(&str)
  • Changelog

Initial release

14 Apr 11:16
304d216

Choose a tag to compare

v0.1.0

Release