3.0 KiB
3.0 KiB
1.7.0 (December 15th, 2021)
- macros: address remainging clippy::semicolon_if_nothing_returned warning (#4252)
1.6.0 (November 16th, 2021)
- macros: fix mut patterns in
select!
macro (#4211)
1.5.1 (October 29th, 2021)
- macros: fix type resolution error in
#[tokio::main]
(#4176)
1.5.0 (October 13th, 2021)
- macros: make tokio-macros attributes more IDE friendly (#4162)
1.4.1 (September 30th, 2021)
Reverted: run current_thread
inside LocalSet
(#4027)
1.4.0 (September 29th, 2021)
(yanked)
Changed
- macros: run
current_thread
insideLocalSet
(#4027) - macros: explicitly relaxed clippy lint for
.expect()
in runtime entry macro (#4030)
Fixed
- macros: fix invalid error messages in functions wrapped with
#[main]
or#[test]
(#4067)
1.3.0 (July 7, 2021)
- macros: don't trigger
clippy::unwrap_used
(#3926)
1.2.0 (May 14, 2021)
- macros: forward input arguments in
#[tokio::test]
(#3691) - macros: improve diagnostics on type mismatch (#3766)
- macros: various error message improvements (#3677)
1.1.0 (February 5, 2021)
- add
start_paused
option to macros (#3492)
1.0.0 (December 23, 2020)
- track
tokio
1.0 release.
0.3.1 (October 25, 2020)
Fixed
- fix incorrect docs regarding
max_threads
option (#3038)
0.3.0 (October 15, 2020)
- Track
tokio
0.3 release.
Changed
- options are renamed to track
tokio
runtime builder fn names. #[tokio::main]
macro requiresrt-multi-thread
when noflavor
is specified.
0.2.5 (February 27, 2019)
Fixed
- doc improvements (#2225).
0.2.4 (January 27, 2019)
Fixed
- generics on
#[tokio::main]
function (#2177).
Added
- support for
tokio::select!
(#2152).
0.2.3 (January 7, 2019)
Fixed
- Revert breaking change.
0.2.2 (January 7, 2019)
Added
0.2.1 (December 18, 2019)
Fixes
- inherit visibility when wrapping async fn (#1954).
0.2.0 (November 26, 2019)
- Initial release