All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-05-21

Added

  • Added a self-deploying Phoenix example app that demonstrates blue-green release swaps with live build logs.

Fixed

  • Preserved the active extracted release directory during cleanup so swapped peers keep serving static assets.

0.1.0 - 2026-05-19

Added

  • Initial experimental release with single-host blue-green release swaps through OTP :peer.
  • Added manual in-process hot upgrades from local mix release tarballs.
  • Added parent-node handoff helpers and cutover callbacks.