backie/CHANGELOG.md
Pmarquez 179af40899
Changelog , Readme , cargo.toml (#59)
* Changelog , Readme , cargo.toml

* Update CHANGELOG.md

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>

* Update CHANGELOG.md

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>

* delete one

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-08-04 16:47:17 +00:00

1.6 KiB

Changelog

0.7.0 (2022-08-03)

#21

  • Create a full functional async processing module for fang which uses tokio to summon processes that are more lighter than threads.
  • Rename Job starting names into Task #29.
  • Export serde correctly - commit.
  • Implement Postgres backend for async.

0.6.0 (2022-07-01)

  • Rust 1.62 is required for typetag

0.5.0 (2021-12-05)

  • Add graceful shutdown - #14

0.4.2 (2021-11-30)

  • Bump deps - #13

0.4.1 (2021-08-22)

  • Do not use env-logger - #11

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