Releases: theCapypara/riptide-lib
Releases · theCapypara/riptide-lib
0.5.3 (Lib)
- 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)
- 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
- 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.1start
,stop
andrestart
commands for more information.