ntex/ntex-server/CHANGES.md
2024-11-04 11:20:55 +05:00

666 B

Changes

[2.5.0] - 2024-11-04

  • Use updated Service trait

[2.3.0] - 2024-07-16

  • Add Server to TestServer

[2.2.0] - 2024-07-16

  • Expose TetServer::stop() method

[2.1.0] - 2024-06-27

  • Shutdown service on error and on worker shutdown

[2.0.0] - 2024-05-28

  • Use async fn for Service::ready() and Service::shutdown()

[1.0.5] - 2024-04-02

  • Fix external configuration handling

[1.0.4] - 2024-03-30

  • Fix signals support #324

[1.0.3] - 2024-03-29

  • Fix windows signals support #322

[1.0.2] - 2024-03-25

  • Add basic signals support

[1.0.1] - 2024-03-24

  • Re-add Server::build() method

[1.0.0] - 2024-03-24

  • Release