Skip to content

Releases: ntex-rs/ntex

ntex v0.2.0-b.11

02 Feb 07:25

Choose a tag to compare

Changes

  • framed: fix wake write method dsp_restart_write_task

ntex v0.2.0-b10

28 Jan 07:15

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

Choose a tag to compare

Changes

  • Replace actix-threadpool with tokio's task utils

ntex v0.2.0-b.7

25 Jan 12:10

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

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

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

Choose a tag to compare

Changes

  • Make Encoder and Decoder methods immutable

ntex v0.2.0-b.2

20 Jan 12:19

Choose a tag to compare

Changes

  • Fix flush framed write task

ntex v0.2.0-b.3

20 Jan 17:40

Choose a tag to compare

Changes

  • Allow to use framed write task for io flushing

ntex codec v0.2.2

20 Jan 17:37

Choose a tag to compare

Changes

  • Flush underlying io stream