Skip to content

Releases: plabayo/tower-async

tower-async-test 0.2.0

20 Nov 23:16
Compare
Choose a tag to compare
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-service 0.2.0

20 Nov 23:14
Compare
Choose a tag to compare
  • Change Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-layer 0.2.0

20 Nov 23:15
Compare
Choose a tag to compare
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-hyper 0.1.0

20 Nov 23:28
Compare
Choose a tag to compare
  • Initial release. Bridges hyper (v1) with tower-async.
  • Compatible with new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-http 0.2.0

20 Nov 23:22
Compare
Choose a tag to compare
  • Update to http-body 1.0;
  • Update to http 1.0;
  • Make library ready for Hyper 1.0 usage;
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-bridge 0.2.0

20 Nov 23:22
Compare
Choose a tag to compare
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async 0.2.0

20 Nov 23:17
Compare
Choose a tag to compare
  • Adapt to new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;

tower-async-http 0.1.4

10 Sep 11:59
Compare
Choose a tag to compare

Sync with https://github.com/tower-rs/tower-http/releases/tag/tower-http-0.4.4.

Added

  • trace: Default implementations for trace bodies.

Fixed

  • lots of changes due to new clippy rules or modifications to existing ones.

tower-async-http 0.1.3

24 Jul 21:30
bea6058
Compare
Choose a tag to compare
  • update http-range-header from 0.3.0 to 0.4.0 and fix range OOB test from reject to accept;

tower-async-http 0.1.2

20 Jul 20:42
891c9c7
Compare
Choose a tag to compare

Sync with original tower-http codebase from 0.4.1
to 0.4.3.

Added

Changed

Fixed