Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 669 Bytes

CHANGES.md

File metadata and controls

44 lines (25 loc) · 669 Bytes

Changes

[0.7.0] 2022-03-31

  • updated actix 0.13.0
  • change edition 2021

[0.6.0] 2021-06-25

  • updated actix 0.12.0

[0.5.0] 2021-03-25

  • updated actix 0.11.0
  • changed example/sample, example/delay, but example/web not chenge until actix-web 4.0.0 release.

[0.4.2] 2020-10-26

  • add gracefulstop mpsc

  • add example web with daemon

  • re-export actix

[0.4.0] 2020-09-12

  • update actix 0.10, actix-rt 1.1

[0.3.1] 2020-07-28

  • Add start_with_delayers

[0.3.0] 2020-03-12

  • Add Delayer

[0.2.1] 2020-03-05

  • Modify Readme.md sample

[0.2.0] 2020-03-05

  • Change Task wait u64 to Option

[0.1.0] 2020-02-12

  • first release