1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 16:50:37 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
3c6de3a81b use correct service version for tracing 2020-12-29 00:08:59 +00:00
8a58a341a4 service improvements (#233) 2020-12-27 14:15:42 +00:00
3ab8c3eb69 service trait takes request type parameter (#232) 2020-12-27 04:28:00 +00:00
b296d0f254 Intradoc links conversion (#227)
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
10b4c30a06 Use OR instead of deprecated / in license field (#155) 2020-07-14 11:11:30 +01:00
08959dfc21 actix-tracing: Minimize futures-util dependencies 2020-03-12 07:13:32 +09:00
e7c2439543 prep release 2020-01-15 13:35:07 -08:00
3116db5168 revert 1.0.3 changes 2020-01-15 13:24:38 -08:00
aed5fecc8a Add support for tokio tracing for actix Service. (#86)
* Add support for tokio tracing for actix Service.

* Address comments

* Change trace's return type to ApplyTransform

* Remove redundant type args

* Remove reference to MakeSpan from docs
2020-01-15 11:43:52 -08:00