Releases: eXist-db/monex
Releases · eXist-db/monex
v5.1.0
5.1.0 (2026-05-30)
Features
- add copy to stack (5a7fce4)
- indexes: redesign browse indexes with KPI summary and vector (48e1102)
- monitoring: add CPU semicircle gauges and polish dashboard layout (69e562f)
- monitoring: add KPI thresholds, memory pressure scaling, and (c05c55d)
- monitoring: add query elapsed column and disk capacity bars (b814460)
- monitoring: add vector diagnostics and dynamic dbx cache panels (b7644ae)
- monitoring: design pass and remaining JMX surfacing (41a3504)
- monitoring: improve recent query recording settings UX (f9d9a1f)
- monitoring: redesign dashboard and fix shared cache pool units (4439dfb)
- monitoring: refine timelines, details layout, and Cypress coverage (c0e0318)
- monitoring: unify activity panel with flyouts and display retention (3e033de)
- monitoring: vector JMX poll, KPIs, and timeline graphs (c30903b), closes eXist-db/exist#6400
- profiling: add Vector/KNN tab and improve index usage labels (e720be5)
- remotes: document vector JMX alert XPaths and shared eval helper (d8352d9)
Bug Fixes
- app.xql: less trigger happy (6f3faae)
- connection: guard against concurrent polls and restore onUpdate on (ccb70d1)
- cpu,disk: report partition utilization and core count from JMX (87bdaa2)
- deploy: honour HTTP EXISTDB_SERVER when installing XAR (cceaebd)
- details: show landing page when no snapshot timestamp is selected (d5b9bad)
- gui: adjust layout (aaac2e3)
- monitoring: flyout poll refresh (8a00004)
- monitoring: resolve kill-query handler (a3eee0f), closes #visualizer
- timelines: load daterangepicker CSS from the vendor build path (97eeb60)
- ui: address PR #398 review for KPI, indexes, and activity layout (1c15508)
- vector: map StorageBackend and KnnBackend from vector JMX (3ebee8d)
v5.0.0
5.0.0 (2026-05-20)
⚠ BREAKING CHANGES
- footer on the squash/merge commit).
- monex no longer ships its own Java code. The WebSocket
endpoint and theconsoleXQuery module are now provided by eXist-db
core 7.x. Earlier eXist-db versions are unsupported. - monex is now a pure XQuery app. Requires eXist-db 7.0+
Features
- remove all Java code and de-mavenize (aa11953), closes #6145 semver.xq#69
- require eXist-db 7.x for WebSocket and console XQuery module (834a823)
Bug Fixes
v4.2.4
Full Changelog: v4.2.4...4.2.4
What's Changed
- build: have version only in POM by @line-o in #332
- build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #333
- build: attach javadoc and sources to bundle by @line-o in #331
Full Changelog: v4.2.3...v4.2.4
v4.2.3
4.2.2
v4.2.0
v4.0.1
- Fixes issues with xs:int to xs:integer conversion
- Fix issues with incorrect parameter types on function callbacks
v4.0.0
3.0.5
A small fix to fix invalid XQuery that can lead to err:XPTY0004 xs:string(/db/apps/monex/data) is not a sub-type of xs:anyURI in the post-install.xql script.