Skip to content

Releases: ntex-rs/ntex

ntex v0.3.2

24 Feb 08:15

Choose a tag to compare

Changes

  • Re-export various types

  • Use main and test proc macro from ntex-macros

ntex rt v0.2.0

23 Feb 18:14
e04ae7c

Choose a tag to compare

Changes

  • Migrate to tokio 1.x

ntex router v0.4.0

23 Feb 18:18
e04ae7c

Choose a tag to compare

Changes

  • Upgrade to bytestring 1.0

ntex v0.3.1

23 Feb 22:53

Choose a tag to compare

Changes

  • server: Make TestServer::connect() async

ntex v0.3.0-b.1

23 Feb 18:22

Choose a tag to compare

Changes

  • Migrate to tokio 1.x

ntex codec 0.4.0

23 Feb 18:13
e04ae7c

Choose a tag to compare

Changes

  • Migrate to tokio 1.x

ntex v0.2.1

22 Feb 11:09

Choose a tag to compare

Changes

  • http: Fix http date header update task

  • http: Add ClientResponse::header() method

  • framed: Refactor write back-pressure support

ntex v0.2.0

21 Feb 10:36

Choose a tag to compare

Changes

  • connect: Allow to access to inner type of Connect

ntex 0.2.0 b13

20 Feb 07:02

Choose a tag to compare

Changes

  • http: Refactor date service

  • http: Do not leak request/response pools

  • server: Rename ServerBulder::system_exit to stop_runtime

  • util: Drop Either service, use Variant instead

ntex v0.2.0-b.12

18 Feb 13:33

Choose a tag to compare

Changes

  • http: Fix KeepAlive::Os support for h1 dispatcher

  • Handle EINTR in server accept loop

  • Fix double registation for accept back-pressure