2021-07-11 07:26:20 +00:00
|
|
|
# Changelog
|
|
|
|
|
2022-09-03 08:22:12 +00:00
|
|
|
## 0.9.0 (2022-09-2)
|
|
|
|
|
|
|
|
### [#69](https://github.com/ayrat555/fang/pull/69)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added cron support for scheduled tasks.
|
|
|
|
|
|
|
|
### Improved
|
|
|
|
- Major refactoring of the blocking module.
|
|
|
|
- Delete the graceful shutdown in blocking module.
|
|
|
|
- Simplify database schema.
|
|
|
|
- Re-write scheduled tasks in asynk module.
|
|
|
|
- Re-write the errors in both modules.
|
|
|
|
- Update diesel crate to 2.0 version.
|
|
|
|
- Update uuid crate to 1.1 version.
|
|
|
|
|
2022-08-18 11:45:28 +00:00
|
|
|
## 0.8.0 (2022-08-18)
|
|
|
|
|
|
|
|
- Use Duration in SleepParams and schedulers - [#67](https://github.com/ayrat555/fang/pull/67)
|
|
|
|
|
2022-08-16 10:25:19 +00:00
|
|
|
## 0.7.2 (2022-08-16)
|
|
|
|
|
|
|
|
- Set task_type when starting a worker pool - [#66](https://github.com/ayrat555/fang/pull/66)
|
|
|
|
|
2022-08-05 07:06:32 +00:00
|
|
|
## 0.7.1 (2022-08-04)
|
|
|
|
|
|
|
|
- Fix a conflict in exports of the `blocking` and the `asynk` features - [#61](https://github.com/ayrat555/fang/pull/61)
|
|
|
|
|
2022-08-04 16:47:17 +00:00
|
|
|
## 0.7.0 (2022-08-03)
|
|
|
|
|
|
|
|
### [#21](https://github.com/ayrat555/fang/pull/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](https://github.com/ayrat555/fang/pull/29).
|
|
|
|
- Export serde correctly - [commit](https://github.com/ayrat555/fang/pull/21/commits/cf2ce19c970e93d71e387526e882c67db53cea18).
|
|
|
|
- Implement Postgres backend for async.
|
|
|
|
|
2022-07-01 06:03:27 +00:00
|
|
|
## 0.6.0 (2022-07-01)
|
|
|
|
|
|
|
|
- Rust 1.62 is required for `typetag`
|
|
|
|
|
2021-12-05 06:43:17 +00:00
|
|
|
## 0.5.0 (2021-12-05)
|
|
|
|
|
|
|
|
- Add graceful shutdown - [#14](https://github.com/ayrat555/fang/pull/14)
|
|
|
|
|
2021-11-30 07:38:34 +00:00
|
|
|
## 0.4.2 (2021-11-30)
|
|
|
|
|
|
|
|
- Bump deps - [#13](https://github.com/ayrat555/fang/pull/13)
|
|
|
|
|
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)
|
|
|
|
|
2021-07-31 07:40:11 +00:00
|
|
|
## 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-11 07:26:20 +00:00
|
|
|
|
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-11 07:26:20 +00:00
|
|
|
|
2021-07-04 06:07:29 +00:00
|
|
|
## 0.3.0 (2021-07-04)
|
2021-07-03 04:23:05 +00:00
|
|
|
|
|
|
|
- Execute different types of tasks in separate workers - [#1](https://github.com/ayrat555/fang/pull/1)
|
2021-07-03 12:18:41 +00:00
|
|
|
- Add retention mode for tasks - [#2](https://github.com/ayrat555/fang/pull/2)
|
2021-07-03 04:23:05 +00:00
|
|
|
|
|
|
|
## 0.2.0 (2021-06-24)
|
|
|
|
|
|
|
|
- The first release on crates.io
|