backie/CHANGELOG.md
Ayrat Badykov 1aabb91206
bump version to 0.4.0 (#10)
* update readme

* remove note

* add CHANGELOG

* fix pr number
2021-07-31 10:40:11 +03:00

778 B

Changelog

0.4.0 (2021-07-31)

#8:

  • Maintain ConnectionPool for Worker Threads
  • Rename Postgres into Queue
  • Pass PgConnection into run function
  • Add function to remove all tasks of the specified type

0.3.1 (2021-07-24)

  • Add periodic tasks - #5, #7

0.3.1 (2021-07-11)

  • Simplify usage by re-exporting serde traits - #3

0.3.0 (2021-07-04)

  • Execute different types of tasks in separate workers - #1
  • Add retention mode for tasks - #2

0.2.0 (2021-06-24)

  • The first release on crates.io