Skip to content

Releases: ntex-rs/ntex

ntex v0.1.16

10 May 06:13

Choose a tag to compare

Changes

  • ntex::http: Remove redundant BodySize::Sized64

  • ntex::http: Do not check h1 keep-alive during response processing

  • ntex::channel: Split pooled oneshot to separate module

ntex router v0.3.5

10 May 04:21

Choose a tag to compare

Changes

  • Handle non-prefix and prefix resources combinations

ntex - 0.1.15

03 May 14:57

Choose a tag to compare

Changes

  • ntex::util: Refactor stream dispatcher

  • ntex::http: Drop camel case headers support

  • ntex::http: Fix upgrade service readiness check

  • ntex::http: Add client websockets helper

  • ntex::ws: Add stream and sink wrappers for ws protocol

  • ntex::web: Add websockets helper

ntex service v0.1.2

27 Apr 09:40

Choose a tag to compare

Changes

  • Check ready state for map_config_service

ntex - v0.1.14

26 Apr 18:18

Choose a tag to compare

Changes

  • ntex::http: Stop client connections pool support future

  • ntex::http: Removed IntoHeaderValue trait, use TryFrom instead

  • ntex::ws: Fix wrong opcode for ws text and binary continuation frames

ntex service v0.1.1

22 Apr 05:52

Choose a tag to compare

Changes

  • Add map_config_service, replacement for apply_cfg

ntex - v0.1.13

21 Apr 09:34

Choose a tag to compare

Changes

  • ntex::http: Refactor client connection pool

ntex v0.1.12

20 Apr 07:10

Choose a tag to compare

Changes

  • ntex::channel: Add mpsc close checks

  • ntex::channel: Add oneshot close checks

ntex router v0.3.4

17 Apr 07:40

Choose a tag to compare

Changes

  • Add ResourcePath impl for &T where T: ResourcePath

ntex codec - v0.1.2

17 Apr 05:17

Choose a tag to compare

Changes

  • Do not swallow unprocessed data on read errors