Releases: roadrunner-server/roadrunner
Releases · roadrunner-server/roadrunner
v1.6.2
v1.6.1
- When you run
./rr server -d
(debug mode), alsopprof
server will be launched on :6061 port (this is default golang port for pprof) with the default endpoints (see: https://golang.org/pkg/net/http/pprof/) - Add LDFLAGS "-s" to build.sh --> https://spiralscout.com/blog/golang-software-testing-tips
v1.6.0
- Moved to GitHub Actions, thanks to @tarampampam
- New GZIP handler, thanks to @WPPD
- Tests stabilization and fix REQUEST_URI for requests through FastCGI, thanks to @marliotto
- Golang modules update and new RPC method to register metrics from the application
- Deadlock on timer update in error buffer [bugfix], thanks to @camohob
v1.5.3
- 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
v1.5.1
v1.5.0
- 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
v1.4.7
- added support for H2C over TCP by @Alex-Bond