backie/CHANGELOG.md

32 lines
876 B
Markdown
Raw Normal View History

# Changelog
2021-08-22 18:29:27 +00:00
## 0.4.1 (2021-08-22)
- Do not use env-logger - [#11](https://github.com/ayrat555/fang/pull/11)
## 0.4.0 (2021-07-31)
### [#8](https://github.com/ayrat555/fang/pull/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
2021-07-24 09:31:26 +00:00
## 0.3.1 (2021-07-24)
- Add periodic tasks - [#5](https://github.com/ayrat555/fang/pull/5), [#7](https://github.com/ayrat555/fang/pull/7)
2021-07-11 10:55:52 +00:00
## 0.3.1 (2021-07-11)
2021-07-24 09:31:26 +00:00
- Simplify usage by re-exporting serde traits - [#3](https://github.com/ayrat555/fang/pull/3)
2021-07-04 06:07:29 +00:00
## 0.3.0 (2021-07-04)
- Execute different types of tasks in separate workers - [#1](https://github.com/ayrat555/fang/pull/1)
- Add retention mode for tasks - [#2](https://github.com/ayrat555/fang/pull/2)
## 0.2.0 (2021-06-24)
- The first release on crates.io