Releases: dalibo/pev2
Releases · dalibo/pev2
v1.15.0
- fix parsing when Output is followed by lower-level node (see #705 reported by @Krysztophe),
- minor fixes in tests,
- fix computation of average IO speed,
- IO timings now appear in the Grid view,
- misc packages updates,
- sample plans reworked (contribution from @Krysztophe),
- improved parsing of JSON formats (ModifyTable node type, Partial Mode),
- improved parsing of Merge node type for text format,
- remove dependence on clarinet (see https://blog.dalibo.com/2025/04/29/execution-plans-invalid-json.html).
v1.14.0
- Rename (copy) standalone index.html to pev2.html
v1.13.4
- Package dependencies upgrade
- Don't try to convert Aggregate node without Strategy
- Fix wrong usage of FontAwesomeIcon
- Add to
- Make sure cost is shown even when equaling 0
- Add help message for IO Timings in parallel nodes
- Show help message when number of launched workers is fuzzy
- Estimate number of launched workers from Gather node
- Show details for JIT
- Handle fractional values for actual rows count (PG18)
v1.12.1
- Fix wrong link to new issue on github for failed parsing plan
v1.12.0
- miscelaneous bug fixes,
- improved error message when plan cannot be parsed (with link to github issue)
- show IO times in the stats bar,
- add "per function" table in stats tab,
- fix incomplete Aggregate node type when source is in JSON
v1.11.0
- include "Parallel" in node type in Diagram (crontribution by @dkarneman)
- upgrade packages,
- reduce library size by loading only used icons instead of whole fontawesome library.
v1.10.0
v1.9.1
1.9.1
v1.9.0
v1.8.0
- don't escape values in output tab,
- fixed a bug preventing workers details to be shown,
- make sure number of workers launched is always displayed,
- parse and display Subquery Scan alias,
- add description for Gather nodes,
- redesign of the node header and the way to show/hide details,
- misc packages upgrades.