Packages

Generic Elixir toolkit for deploying, observing, and readiness-verifying Coolify apps

Current section

Files

Jump to
coolify_ex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2026-03-27
### Added
- Add `CoolifyEx.ApplicationLogs` with manifest-aware fetch and follow support for runtime application logs.
- Add `CoolifyEx.fetch_application_logs/3` and `CoolifyEx.follow_application_logs/4`.
- Add `mix coolify.app_logs` for runtime log inspection by manifest project name.
### Changed
- Update README and guides to document deployment logs versus runtime application logs.
- Include `guides/` and `assets/` in the published package metadata.
## [0.1.0] - 2026-03-27
### Added
- Initial release.