Skip to content

Releases: MyJetTools/my-http-server

0.8.3

06 Nov 12:42

Choose a tag to compare

Exposing async_trait

0.8.2

20 May 13:03

Choose a tag to compare

Added HttpRequest

0.8.1

12 Nov 08:42

Choose a tag to compare

my-telemetry: 1.2.0

0.8.0

16 Oct 09:20

Choose a tag to compare

  • Middleware trait is changed to facilitate the ability to track client_Id into logs and telemetry;
  • Added TechMiddleware, which allows the duration of execution to be tracked, including panic cases.
  • Telemetry Process name is now made as Controller route name

0.7.1

08 Oct 09:37

Choose a tag to compare

Fixes

0.7.0

08 Jul 18:32

Choose a tag to compare

  • Hyper 0.1.x
  • Now we can get the amount of established TCP Connections
  • Now we can handle EmptyBody case and Body with Unknown Format
  • New Json Parser
  • Yaml as Result Support

0.6.1

20 Nov 09:50

Choose a tag to compare

  • Rust Extensions 0.1.4
  • Hyper 0.14.27

0.6.2-rc01

19 Nov 22:23

Choose a tag to compare

0.6.2-rc01 Pre-release
Pre-release
Forgot and fixed conversion from HeaderValue to boolean

0.6.0

17 Oct 12:15

Choose a tag to compare

  • Cache headers can be enabled using 'cache_headers:true' at any attribute of the MyHttpInput Macros
  • SignalR MyTelemetry Event can be disabled inside action;

0.4.1

19 Dec 10:57

Choose a tag to compare

  • HttpForm Support
  • Files as input params support
  • MyTelemetry 0.3.0
  • HttpOutput::as_file() is introduced
  • Empty response means 204
  • HttpFailResult is clonable
  • HttpFailResult::as_validation_error(...);