Skip to content

Releases: ntex-rs/ntex

ntex v0.1.9

13 Apr 03:49
Compare
Choose a tag to compare

Changes

  • ntex::util: Refactor framed dispatcher

  • ntex::framed: Use framed dispatcher instead of custom one

  • ntex::channel: Fix mpsc::Sender close method.

ntex v0.1.8

12 Apr 08:10
Compare
Choose a tag to compare

Changes

  • ntex::web: Fix definition of ok_service and default_service.

  • ntex::web: Add default error impl for http::PayloadError

  • ntex::web: Add default error impl for http::client::SendRequestError

  • ntex::web: Move web::Data to web::types::Data

  • ntex::web: Simplify Responder trait

  • ntex::web: Simplify WebResponse, remove B generic parameter

ntex router v0.3.3

11 Apr 05:33
Compare
Choose a tag to compare

Changes

  • Fix / prefix match

ntex v0.1.7

10 Apr 07:36
Compare
Choose a tag to compare

Changes

  • ntex::http: Fix handling of large http messages

  • ntex::http: Refine read/write back-pressure for h1 dispatcher

  • ntex::web: Restore proc macros for handler registration

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