All Versions
138
Latest Version
Avg Release Cycle
17 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v1.8.2 Changes
July 06, 2020- ๐ Bugfix release (purge proxy cache only for self builds)
-
v1.8.1 Changes
May 20, 2020- โก๏ธ Update goridge version to 2.4.4
- ๐ Fix code warnings from phpstan
- ๐ Improve RPC
- Create templates for the Bug reporting and Feature requests
- ๐ณ Move docker images from golang-alpine to regular golang images
- โ Add support for the CloudFlare CF-Connecting-IP and True-Client-IP headers (thanks @vsychov)
- โ Add support for the Root CA via the
rootCa
.rr.yaml option - ๐ See the full milestone here: link
-
v1.8.0 Changes
May 05, 2020- โก๏ธ Update goridge version to 2.4.0
- โก๏ธ Update PHP version to the 7.2 (currently minimum supported)
- ๐ See the full milestone here: link
-
v1.7.1 Changes
April 22, 2020- โก๏ธ Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @vvval)
- ๐ Unix sockets in Windows (AF_UNIX) now supported.
- ๐ง Systemd unit file now in the root of the repository. Feel free to read the docs about running RR as daemon on Linux based systems.
- โ Added ability to run the worker process from the particular user on Linux-based systems. Make sure, that the user have the permissions to run the script. See the config, option
user
. - ๐ Fixed: vendor directory conflict with golang part of the application. Now php uses vendor_php directory for the dependencies.
- โก๏ธ Goridge updated to version 2.3.2.
- ๐ Deprecated Zend dependency replaced with Laminas-diactoros.
- ๐ See the full log: Milestone
-
v1.7.0 Changes
March 23, 2020- ๐ฆ Replaced std encoding/json package with the https://github.com/json-iterator/go
- Goridge 2.3.0
-
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 d=@some_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