Skip to content

Releases: ntex-rs/ntex

ntex macros v0.1.0

10 Apr 07:29
Compare
Choose a tag to compare

Changes

  • Fork to ntex namespace

ntex v0.1.6

09 Apr 16:28
Compare
Choose a tag to compare

Changes

  • ntex::web: Allow to add multiple services at once

  • ntex::http: Remove ResponseBuilder::json2 method

ntex v 0.1.5

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

Changes

  • ntex::http: enable client disconnect timeout by default

  • ntex::http: properly close h1 connection

  • ntex::framed: add connection disconnect timeout to framed service

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