Skip to content

Releases: theCapypara/riptide-lib

0.5.3 (Lib)

18 Mar 12:06
Compare
Choose a tag to compare
  • Added new optional field proxy.compression to the system configuration. If enabled and proxy >= 0.5.8 is installed, the compressed data of the backend servers is not decompressed. Enable it via the system configuration (riptide config-edit-user).
riptide:
  proxy:
    compression: true

0.5.2 (Lib)

17 Feb 17:36
Compare
Choose a tag to compare
  • Fixes an issue with the dependency idna (see #2 for details).
  • Schema change for proxy 0.5.5: autostart_restrict field in the system configuration

0.5.1

13 Feb 14:16
Compare
Choose a tag to compare
  • Upgrade to Configcrunch 0.3.3, which fixes some critical issues with the handling of the YAML files used by Riptide
  • Better error handling for helper functions that target service roles that aren't assigned to any service
  • New Project schema field default_services, that allows a list of default services to be specified, that will be started by default when using CLI. See documentation of project schema and the Riptide CLI 0.5.1 start, stop and restart commands for more information.