Skip to content

v7.0.0

Compare
Choose a tag to compare
@ydb-platform-bot ydb-platform-bot released this 02 Dec 10:05
dfaeefb

7.0.0 (2024-12-02)

⚠ BREAKING CHANGES

  • window.api was previously a flat YdbEmbeddedAPI object. It has been refactored into multiple distributed AxiosWrapper 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: Replace window.api.getTenants with window.api.viewer.getTenants.

Features

Bug Fixes