Skip to content

Releases: ntex-rs/ntex

ntex v0.1.23

04 Sep 09:28

Choose a tag to compare

Changes

  • Fix http1 pipeline requests with payload handling

ntex v0.1.22

27 Aug 09:22

Choose a tag to compare

Changes

  • Wake http client connection pool support future on drop, prevents memory leak.

  • Make Counter non clonable.

  • Fix Address trait usage for net::SocketAddr type

ntex codec v0.2.1

10 Aug 17:36

Choose a tag to compare

Changes

  • Require Debug impl for Error

ntex codec v0.2.0

10 Aug 15:10

Choose a tag to compare

Changes

  • Include custom Encoder and Decoder traits

  • Remove From<io::Error> constraint from Encoder and Decoder traits

ntex v0.1.21

28 Jul 21:24

Choose a tag to compare

Changes

  • Optimize http/1 dispatcher

ntex v0.1.20

06 Jul 09:19

Choose a tag to compare

Changes

  • ntex::util: Add Buffer service

  • ntex::framed: Deprecate

ntex service v0.1.3

15 Jun 05:33

Choose a tag to compare

Changes

  • Upgrade pin-project

ntex v0.1.19

12 Jun 11:01

Choose a tag to compare

Changes

  • ntex::framed: Deprecate Connect and ConnectResult

  • ntex::http: Move Extensions type to ntex::util

ntex v0.1.18

29 May 03:57

Choose a tag to compare

Changes

  • ntex::connect: Add connect helper function

  • ntex::connect: Add Address impl for SocketAddr

ntex v0.1.17

19 May 05:49

Choose a tag to compare

Changes

  • ntex::util: Add Variant service