All Versions
156
Latest Version
Avg Release Cycle
29 days
Latest Release
24 days ago
Changelog History
Page 12
Changelog History
Page 12
-
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
httpconfig and enabledgzipplugin
-
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,osuseretc.. system-dependent packages are not statically linked. Also separatemuslbinary 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), alsopprofserver 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-Securityheader 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