Skip to content

v1.2.0

Compare
Choose a tag to compare
@andyquinterom andyquinterom released this 10 Jun 14:14
· 16 commits to main since this release
632eddf

⚠️ Breaking Changes

  • As of this version the position of the --host, --ip-from and other CLI
    arguments are now in before the sub-command start or router. This is to
    simplify the workflow for CLI users. This may break Dockerfiles if CLI
    arguments were used, we highly recommend using environment variable
    configuration instead of using CLI arguments.

🚀 Features

  • Takes care of child process cleaup
  • Allows saving of HTTP events into PostgreSQL (#150)
  • Adds log file rotation and limit
  • Reads Renviron on root of Working Dir
  • Adds image build for R4.5 (#191)
  • Implements cookie based load balancing (#193)

🐛 Bug Fixes

  • Adds half close and better debug
  • Fixes port assign range for plumber

📚 Documentation

  • Adds examples for use in docker
  • Adds documentation for cookie hash
  • Adds documentation for router