Skip to content

Releases: ntex-rs/ntex

ntex codec v0.1.1

07 Apr 15:38
3b12a77
Compare
Choose a tag to compare

Changes

  • Optimize io operations

  • Fix framed close method

ntex router v0.3.2

06 Apr 06:52
Compare
Choose a tag to compare

Changes

  • Fix IdxSegment item for paths with no root

ntex router v0.3.1

06 Apr 05:52
Compare
Choose a tag to compare

Changes

  • Fix url quoter

  • Add non-allocating path item

ntex v0.1.4

06 Apr 10:54
Compare
Choose a tag to compare

Changes

  • Remove unneeded RefCell from client connector

  • Add trace entries for http1 disaptcher

  • Properly set timeout for test http client

ntex v0.1.3

06 Apr 05:54
Compare
Choose a tag to compare

Changes

  • Add server ssl handshake timeout

  • Simplify server ssl erroor

ntex v0.1.2

05 Apr 17:59
Compare
Choose a tag to compare

Changes

  • HTTP1 dispatcher refactoring

  • Replace net2 with socket2 crate

ntex v0.1.1

01 Apr 09:21
Compare
Choose a tag to compare

Changes

  • Project fork

ntex service v0.1.0

31 Mar 04:30
Compare
Choose a tag to compare

Changes

  • Fork to ntex namespace

  • Change Service trait to use &self instead of &mut self

  • Add fn_mut_service for FnMut functions

ntex runtime v0.1.0

31 Mar 04:20
Compare
Choose a tag to compare

Changes

  • Remove support to spawn futures with stopped runtime

  • Fork to ntex namespace

ntex router v0.3.0

31 Mar 02:22
Compare
Choose a tag to compare

Changes

  • Case insensitive routing

  • Use prefix tree for underling data representation