Skip to content

0.9.6

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:49
56ed882

CHANGELOG (0.9.X)

0.9.6 🚀 (2026-07-14)

Backwards incompatible changes from 0.9.5

  • None

Bug fixes

  • None

Enhancements

  • PULL-249 Update Observer Web to 0.2.6 with its new logo in the nav menu, loading :observer and :mnesia to enable the crashdump viewer and Mnesia table browser

0.9.5 🚀 (2026-07-08)

Backwards incompatible changes from 0.9.4

  • None

Bug fixes

  • PULL-239 Fix engine state corruption on rollback timeout during initial boot
  • PULL-240 Fix read-after-write race in the web cache
  • PULL-241 Fix stderr log streaming from monitored applications
  • PULL-242 Make the engine worker resilient to restarts while monitors are running

Enhancements

  • PULL-235 Update library dependencies
  • PULL-237 Add CloudWatch log group retention policy (terraform)
  • PULL-238 Updated observer web and packages
  • PULL-243 Adding agents.md file for tracking
  • PULL-245 Update actions/checkout from v5 to v7 in all workflows
  • PULL-246 Parametrize release workflows with an OTP matrix

0.9.4 🚀 (2026-06-22)

Backwards incompatible changes from 0.9.3

  • None

Bug fixes

  • None

Enhancements

  • PULL-230 Add external alerting via Webhook, Slack, and PagerDuty notification adapters
  • PULL-232 Remove Certificate GenServer, call initializer directly from Application
  • PULL-233 Add on-the-fly notification config and change events to strings

0.9.3 🚀 (2026-06-17)

Backwards incompatible changes from 0.9.2

  • None

Bug fixes

  • None

Enhancements

  • PULL-228 Add OTP/Elixir/Phoenix version info to monitored app status

0.9.2 🚀 (2026-06-15)

Backwards incompatible changes from 0.9.1

Installer Actions

  1. It’s not mandatory, but it’s recommended to update deployex.sh.
rm deployex.sh
wget https://github.com/thiagoesteves/deployex/releases/download/0.9.2/deployex.sh
chmod a+x deployex.sh
./deployex.sh --update

Bug fixes

  • None

Enhancements

  • PULL-220 Changing log level to INFO when running unit tests
  • PULL-216 Let's Encrypt Certificate Management for DeployEx
  • ISSUE-207 Increase the default timeout for IEX/ERL terminal
  • PULL-225 Cleaning up inet_tls.conf file before updating deployex application

0.9.1 🚀 (2026-05-15)

Backwards incompatible changes from 0.9.0

  • None

Bug fixes

  • PULL-217 Updating due to vulnerabilities

Enhancements

  • None

0.9.0 🚀 (2026-04-01)

Backwards incompatible changes from 0.8.0

Hotupgrade

  • Hotupgrade from 0.8.0 to 0.9.0 is not viable since the previous version doesn't support it.

Installer Actions

  1. It’s not mandatory, but it’s recommended to update deployex.sh so it can support custom installation, hotupgrades and changing folder for log directories.
rm deployex.sh
wget https://github.com/thiagoesteves/deployex/releases/download/0.9.1/deployex.sh
chmod a+x deployex.sh
./deployex.sh --install

Bug fixes

  • ISSUE-203 DeployEx restarted after Github returned 504
  • PULL-208 Disabling mouse on tmux due to issues between tmux and xterm

Enhancements

  • ISSUE-188 Add DeployEx Secrets via environment vars
  • PULL-189 Adding hot upgrade functionality for DeployEx itself via CLI
  • PULL-193 Adding UI/UX for hotupgrading deployex itself
  • PULL-201 Adding support for hotupgrading libraries
  • PULL-211 Adding self-signed certificate generation depending on the OTP release
  • PULL-214 Adding mTLS information for checking the certificates and show in the UI

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