Packages

Session recording and replay for Phoenix LiveView

Current section

Files

Jump to
phoenix_replay CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0
### Improvements
- Extract replay player JavaScript into packaged static assets
- Add dashboard pagination, delete controls, and clear-all controls
- Add recording retention cleanup by count and age
- Retry async persistence failures before logging final failure
- Add Ecto storage integration coverage and GitHub Actions CI
- Auto-scroll events panel to keep the active event visible during playback
- Filter idle sessions (no user events) from the dashboard index
- `Store.list_active/0` — list active recordings without private LiveView debug APIs
- `Recorder.attach/3` now accepts optional `params` and `session` arguments
## 0.1.0 — 2026-03-10
- Initial release