v7.0.0
7.0.0 (2024-12-02)
⚠ BREAKING CHANGES
window.api
was previously a flatYdbEmbeddedAPI
object. It has been refactored into multiple distributedAxiosWrapper
instances. Each endpoint is now handled by a dedicated wrapper instance, improving modularity and maintainability. Developers should update their integrations to use the new structure. For example: Replacewindow.api.getTenants
withwindow.api.viewer.getTenants
.
Features
- Network: add peer role filter (#1724) (1285049)
- Preview: add rows count and truncated flag (#1715) (6e1e701)
- QueryResultTable: display row number (#1714) (eba72a0)
- refactor API structure (#1718) (e050bd7)
- Versions: use columns from Nodes table (#1713) (9b3f779)
Bug Fixes
- dependabot found vulnerabilities (#1720) (0faaf87)
- deploy test report error (#1703) (efb0b9c)
- FullScreen: ensure the content is scrollable (#1723) (f6e79f2)
- QueryResultTable: optimise rendering (#1697) (d93e866)
- styles: tune hover for tables (#1710) (e86c845)
- TopQueries: add queryHashColumns (#1701) (278f622)
- Versions: tune default color (#1719) (97c66b8)