ntex

framework for composable networking services

APACHE-2.0 License

Downloads
2.5M
Stars
2K
Committers
232

Bot releases are hidden (Show)

ntex - ntex-connect v1.1.0

Published by fafhrd91 7 months ago

Changes

  • Move code to ntex-net and ntex-tls
  • Deprecate
ntex - ntex-tls v1.1.0

Published by fafhrd91 7 months ago

Changes

  • Move tls connectors from ntex-connect

  • Upgrade to rustls 0.23

ntex - ntex-net v1.0.0

Published by fafhrd91 7 months ago

Changes

  • Move ntex-connect to separate crate
ntex - ntex v1.1.2

Published by fafhrd91 7 months ago

Changes

  • Update ntex-h2
ntex - ntex v1.1.0

Published by fafhrd91 8 months ago

Changes

  • http: Add http/1 control service

  • http: Add http/2 control service

ntex - ntex-bytes v0.1.24

Published by fafhrd91 9 months ago

Changes

  • Add checked api
ntex - ntex-util v1.0.1

Published by fafhrd91 9 months ago

Changes

  • Allow to lock readiness for Condition
ntex - ntex-bytes v0.1.22

Published by fafhrd91 9 months ago

Changes

  • Use const generics for helper traits (From, PartialEq, PartialOrd)
ntex - ntex v1.0.0

Published by fafhrd91 9 months ago

Changes

  • web: Use async fn for Responder and Handler traits
ntex - ntex-io v1.0.0

Published by fafhrd91 9 months ago

Changes

  • Release
ntex - ntex-service v2.0.0

Published by fafhrd91 9 months ago

Changes

  • Release
ntex - ntex v1.0.0-b.1

Published by fafhrd91 9 months ago

Changes

  • web: Refactor FromRequest trait, use async fn

  • Refactor io tls filters

ntex - ntex v1.0.0-b.0

Published by fafhrd91 10 months ago

Changes

  • Use "async fn" in trait for Service definition
ntex - ntex-util v1.0.0-b.0

Published by fafhrd91 10 months ago

Changes

  • Use "async fn" in trait for Service definition
ntex - ntex-service v2.0.0-b.0

Published by fafhrd91 10 months ago

Changes

  • Use "async fn" in trait for Service definition
ntex - ntex v0.7.17

Published by fafhrd91 10 months ago

Changes

  • Allow to set default response payload limit and timeout
ntex - ntex-io v0.3.17

Published by fafhrd91 10 months ago

Changes

  • Fix filter leak during Io drop
ntex - ntex v0.7.16

Published by fafhrd91 10 months ago

Changes

  • Stop timer before handling UPGRADE h1 requests
ntex - ntex-io v0.3.15

Published by fafhrd91 10 months ago

Changes

ntex-io [0.3.15]

  • Add io tags for logging

  • Stop dispatcher timers on memory pool pause

ntex-connect [0.3.3]

  • Add io tag support

ntex [0.7.14]

  • Add io tag support for server
ntex - ntex-io v0.3.14

Published by fafhrd91 10 months ago

Changes

  • Fix KEEP-ALIVE timer handling