ntex

framework for composable networking services

APACHE-2.0 License

Downloads
2.5M
Stars
2K
Committers
232

Bot releases are hidden (Show)

ntex - ntex v2.0.1

Published by fafhrd91 5 months ago

Changes

  • http: Fix handling payload timer after payload got consumed

  • http: Fix handling not consumed request's payload

ntex - ntex v2.0.0

Published by fafhrd91 5 months ago

Changes

  • Use "async fn" for Service::ready() and Service::shutdown()
ntex - ntex-util v2.0.1

Published by fafhrd91 5 months ago

Changes

  • Re-enable BufferService
ntex - ntex-util v2.0.0

Published by fafhrd91 5 months ago

Changes

  • Use async fn for Service::ready() and Service::shutdown()
ntex - ntex-service v3.0.0

Published by fafhrd91 5 months ago

Changes

  • Use "async fn" for Service::ready() and Service::shutdown() methods
ntex - ntex-io v1.2.0

Published by fafhrd91 5 months ago

Changes

  • Better write back-pressure handling

  • Dispatcher optimization for handling first item

ntex - ntex-io v1.1.0

Published by fafhrd91 6 months ago

Changes

  • Add IoRef::notify_timeout() helper method

  • Fix KeepAlive timeout handling in default dispatcher

ntex - ntex-bytes v0.1.27

Published by fafhrd91 6 months ago

Changes

  • Move more code under mpool feature
ntex - ntex-bytes v0.1.26

Published by fafhrd91 7 months ago

Changes

  • Make memory pools optional
ntex - ntex-rt v0.4.13

Published by fafhrd91 7 months ago

Changes

  • Use tokio Handle if available
ntex - ntex-bytes v0.1.25

Published by fafhrd91 7 months ago

Changes

  • Fix pool waiters management
ntex - ntex-server v1.0.5

Published by fafhrd91 7 months ago

Changes

  • Fix external configuration handling
ntex - ntex-io v1.0.2

Published by fafhrd91 7 months ago

Changes

  • Add IoRef::is_wr_backpressure() method
ntex - ntex-server v1.0.4

Published by fafhrd91 7 months ago

Changes

  • Fix signals support #324
ntex - ntex-net v1.0.2

Published by fafhrd91 7 months ago

Changes

  • Fix glommio compat feature #327
ntex - ntex-net v1.0.1

Published by fafhrd91 7 months ago

Changes

  • Add Connect::map_addr() helper method

  • Add Address support for ByteString

ntex - ntex-server v1.0.3

Published by fafhrd91 7 months ago

Changes

  • Fix windows signals support
ntex - ntex v1.2.1

Published by fafhrd91 7 months ago

Changes

  • Feature gate websocket support #320

  • Feature gate brotli2 encoder

ntex - ntex-server v1.0.2

Published by fafhrd91 7 months ago

Changes

  • Add basic signals support
ntex - ntex v1.2.0

Published by fafhrd91 7 months ago

Changes

  • Refactor server workers management

  • Move ntex::server to separate crate

  • Use ntex-net