Skip to content

Releases: ntex-rs/ntex

ntex v0.2.0

21 Feb 10:36
Compare
Choose a tag to compare

Changes

  • connect: Allow to access to inner type of Connect

ntex 0.2.0 b13

20 Feb 07:02
Compare
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
Compare
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

ntex v0.2.0-b.11

02 Feb 07:25
Compare
Choose a tag to compare

Changes

  • framed: fix wake write method dsp_restart_write_task

ntex v0.2.0-b10

28 Jan 07:15
Compare
Choose a tag to compare

Changes

  • framed: Allow to wake up write io task

  • framed: Prevent uneeded read task wakeups

  • framed: Cleanup State impl

ntex rt v0.1.2

25 Jan 12:00
Compare
Choose a tag to compare

Changes

  • Replace actix-threadpool with tokio's task utils

ntex v0.2.0-b.7

25 Jan 12:10
Compare
Choose a tag to compare

Changes

  • Fix error handling for framed disaptcher

  • Refactor framed disaptcher write back-pressure support

  • Replace actix-threadpool with tokio utils

ntex v0.2.0-b.6

24 Jan 16:37
Compare
Choose a tag to compare

Changes

0.2.0-b.6

  • http: Pass io stream to upgrade handler

0.2.0-b.5

  • accept shared ref in some methods of framed::State type

ntex 0.2.0-b.4

23 Jan 13:48
Compare
Choose a tag to compare

Changes

  • http: Refactor h1 dispatcher

  • http: Remove generic type from Request

  • http: Remove generic type from Payload

  • Rename FrameReadTask/FramedWriteTask to ReadTask/WriteTask

ntex codec v0.3.0-b.1

23 Jan 13:46
6c250c9
Compare
Choose a tag to compare

Changes

  • Make Encoder and Decoder methods immutable