All Versions
138
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 11

  • v1.5.3 Changes

    December 23, 2019
    • โœ… metric and RPC ports are rotated in tests to avoid false positive
    • โœ… massive test and source cleanup (more error handlers) by @ValeryPiashchynski
    • "Server closed" error has been suppressed
    • โž• added the ability to specify any config value via JSON flag -j
    • minor improvements in Travis pipeline
    • โฌ†๏ธ bump the minimum TLS version to TLS 1.2
    • โž• added Strict-Transport-Security header for TLS requests
  • v1.5.2 Changes

    December 05, 2019
    • โž• added support for symfony/console 5.0 by @coxa
    • โž• added support for HTTP2 trailers by @filakhtov
  • v1.5.1 Changes

    October 22, 2019
    • ๐Ÿ›  bugfix: do not halt stop sequence in case of service error
  • v1.5.0 Changes

    October 12, 2019
    • ๐ŸŽ‰ initial code style fixes by @ScullWM
    • โž• added health service for better integration with Kubernetes by @awprice
    • โž• added support for payloads in GET methods by @moeinpaki
    • โฌ‡๏ธ dropped support of PHP 7.0 version (you can still use new server binary)
    • โž• added PHP 7.4 tests to Travis
  • v1.4.8 Changes

    September 06, 2019
    • ๐Ÿ›  bugfix in proxy IP resolution #183 by @spudro228
    • rr get can now skip binary download if version did not change by @drefixs
    • ๐Ÿ›  bugfix in rr init-config and with linux binary download by @Hunternnm
    • $_SERVER['REQUEST_URI'] is now being set
  • v1.4.7 Changes

    July 29, 2019
    • โž• added support for H2C over TCP by @Alex-Bond
  • v1.4.6 Changes

    July 01, 2019
    • ๐Ÿ›  bugfix: Worker is not final (BC Mocks in some tests)
    • MatricsInterface added for easier DI
  • v1.4.5 Changes

    June 27, 2019
    • โž• added metrics server with Prometheus backend
    • ability to push metrics from the application
    • ๐Ÿ”ฆ expose http service metrics
    • ๐Ÿ”ฆ expose limit service metrics
    • ๐Ÿ”ฆ expose generic golang metrics
    • ๐Ÿ‘ท HttpClient and Worker marked final
  • v1.4.4 Changes

    June 25, 2019
    • โž• added "headers" service with the ability to specify request, response and CORS headers by @ovr
    • โž• added FastCGI support for HTTP service by @ovr
    • โž• added ability to include multiple config files using include directive in the configuration
  • v1.4.3 Changes

    June 03, 2019
    • ๐Ÿ›  fixed dependency with Zend Diactoros by @dkuhnert
    • ๐Ÿ”จ minor refactoring of error reporting by @lda