New
0.7.0
CHANGELOG (0.7.0)
0.7.0 π (2025-10-07)
Backwards incompatible changes for 0.6.1
Configuration Update Required: Replica Port Definition
The initial_port field has been replaced with a replica_ports configuration to support dynamic port assignment for replicas.
Before (0.6.0 and earlier):
applications:
initial_port: 4000
After (0.7.0):
applications:
replica_ports:
- key: PORT
base: 4000
Installer Actions
- (Only for debian hosts) Update
deployex.shscript via:wget https://github.com/thiagoesteves/deployex/releases/download/0.7.0/deployex.sh
Bug fixes
- None