Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 824 Bytes

CHANGELOG.md

File metadata and controls

31 lines (28 loc) · 824 Bytes

CHANGELOG

v1.0.2 (19.06.2018)

  • more validations for user configs

v1.0.1 (15.06.2018)

  • Makefile added

v1.0.0 (14.06.2018)

  • higher performance
  • worker.State.Updated() has been removed in order to improve overall performance
  • staticPool can automatically replace workers killed from outside
  • server would not attempt to rebuild static pool in case of reoccurring failure
  • PSR-7 server
  • file uploads
  • service container and plugin based model
  • RPC server
  • better control over worker state, move events
  • static files server
  • hot code reload, interactive workers console
  • support for future streaming responses
  • much higher tests coverage
  • less dependencies
  • yaml/json configs (thx viper)
  • CLI application server
  • middleware and event listeners support
  • psr7 library for php