Unclaimed project
Are you a maintainer of deployex ? Claim this project to take control of your public changelog and roadmap.
Claim this project Changelog
deployex The ideal project to supervise your Elixir/Erlang/Gleam application
Β© 2026 AnnounceHQ. All rights reserved.
Back to changelogCHANGELOG (0.7.X)
0.7.2 π (2025-10-16)
Backwards incompatible changes for 0.7.1
Installer Actions
Bug fixes
Enhancements
0.7.1 π (2025-10-15)
Backwards incompatible changes for 0.7.0
Installer Actions
(Only if you run DeployEx for multiple applications) Update deployex.sh script via:
wget https://github.com/thiagoesteves/deployex/releases/download/0.7.1/deployex.sh
Bug fixes
Updating installer to give log permissions to multiple apps
Enhancements
PULL-165 Adding plug to avoid health check logging
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
applications:
replica_ports:
- key: PORT
base: 4000
Installer Actions
(Only for debian hosts) Update deployex.sh script via:
wget https://github.com/thiagoesteves/deployex/releases/download/0.7.0/deployex.sh
Bug fixes
Enhancements
PULL-153 Prettify README and fixing typos
PULL-159 Amaru Integration
PULL-160 Adding multiple dynamic ports for application deployment based on the number of replicas
PULL-160 Adding health check path
PULL-161 Adding new Feature to verify latest versions on Github for DeployEx
PULL-161 Adding Checksum for released files
Host Binaries Available This release includes binaries for the following Ubuntu versions:
You can use these pre-built binaries, or you can build your own if preferred.
Previous Releases