- Ensure socket info component displays correctly
- Fix regression were home path helper was removed
- Only add node to the URL if explicitly required to improve reliability in non-clustered environments
- Only show Calls/Outliers in Ecto Stats if extension is enabled
- Fix warnings shown in LiveView console
- Handle
:undefined
when formatting:current_function
- Improve sorting and formatting in Ecto Stats tables
- Ensure the dashboard compiles without optional dependencies
- Use
$initial_call
from process dictionary as the initial call whenever available - Allow custom pages via
Phoenix.LiveDashboard.PageBuilder
- Allow processes to be killed when
:allow_destructive_actions
is enabled - Add an Ecto Stats page that shows stats from PSQL databases
- Support
:request_logger_cookie_domain
configuration - Support latest
telemetry_metrics
package
- Update
phoenix_live_view
to 0.14.7 - Make the default sorting order configurable in table component
- Fix an issue with JS failures on color charts with legends
- Fix an issue with refresh configuration not being set and update default to be 15 seconds
- Move "Update every" prompt to the top, change tabs to pills to better handle multiple lines
- Support
csp_nonce_assign_key
to better handle CSP policies - Do not crash when
:current_function
is undefined
- Add hooks for historical data on metrics dashboard
- Limit chart data via
:prune_threshold
reporter option - Do not crash the application tab if
which_children
fails - Several visual improvements
- Support tags on summary metrics
- Add supervision trees to the Applications tab
- Allow cross-linking of info sections
- Require latest LiveView
- Do not crash on duplicate disks
- Support latest LiveView
- Allow the Dashboard to connect to nodes even if they are not running the Dashboard (or Phoenix)
- Support hidden nodes
- Allow some environment variables to be opted-in and shown in the Dashboard
- Support latest
telemetry_metrics
- Improvements on the amount of data sent between client/server
- Fix OS Data page on Windows
- Add "Applications" page
- Add "OS Data" page
- Add "Ports" page
- Add "Sockets" page
- Add "ETS" page
- Respect script_name on dashboard socket url
- Add hint for Total input/output
- Fix metric charts on Safari
- Fix Process search for Erlang modules
- Initial release.