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

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
  • 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 enabled gzip 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, or bors r+
    • ๐Ÿ“ฆ Reverted change with musl-gcc. We reverted CGO_ENABLED=0, so, CGO turned off for all targets and netgo, osuser etc.. system-dependent packages are not statically linked. Also separate musl 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
  • 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