All Versions
123
Latest Version
Avg Release Cycle
17 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v1.6.4 Changes
March 14, 2020- ๐ Fixed bug with RR getting unreasonable without config
- ๐ Fixed bug with local paths in panic messages
- ๐ Fixed NPE bug with empty
http
config and enabledgzip
plugin
-
v1.6.3 Changes
March 10, 2020- ๐ Fixed bug with UB when the plugin is failing during start
- ๐ Better signals handling
- โ Rotate ports in tests
- โ Added BORS to the repository [https://bors.tech/], so, now you can use commands from it, like
bors [email protected]_user
,bors try
, orbors r+
- ๐ฆ Reverted change with
musl-gcc
. We revertedCGO_ENABLED=0
, so, CGO turned off for all targets andnetgo
,osuser
etc.. system-dependent packages are not statically linked. Also separatemusl
binary provided. - ๐ macOS temporarily removed from CI
- โ Added curl dependency to download rr (@dkarlovi)
-
v1.6.2 Changes
February 23, 2020- โ added reload module to handle file changes (file watcher)
-
v1.6.1 Changes
February 17, 2020- ๐ 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/) - โ Added LDFLAGS "-s" to build.sh --> https://spiralscout.com/blog/golang-software-testing-tips
- ๐ When you run
-
v1.6.0 Changes
February 11, 2020- ๐ 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, thanks to @48d90782
- ๐ Deadlock on timer update in error buffer [bugfix], thanks to @camohob
-
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