ntex/ntex-server/CHANGES.md
jamescarterbell 7c6235cdc4
Add Server to TestServer (#383)
* Add Server to TestServer

* Version bump

---------

Co-authored-by: James Bell <jamesbell@microsoft.com>
2024-07-16 22:40:02 +02:00

612 B

Changes

[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