Current section
Files
Jump to
Current section
Files
excontainers
CHANGELOG.md
CHANGELOG.md
# Changelog
## [0.3.2] - 2026-01-03
### Changed
- Further relax version requirement for Tesla
- Retry fetching mapped host port when a container is created
- Trap exits in container, so that the `terminate/2` callback gets called
## [0.3.1] - 2021-02-23
### Changed
- Relaxed version requirement for Tesla
## [0.3.0] - 2021-04-03
### Changed
- `Excontainers.Container` now starts the corresponding docker container automatically when it starts, and stops it when it terminates.
- `Excontainers.Container` is now a GenServer, hence it is possible to place containers under supervision trees.
## [0.2.1] - 2021-04-03
### Added
- Allow binding container ports to specific ports on the host.