Skip to main content

Veritran Docs

2.9.17

Release date: April 2025

Fixes
  • We fixed an array synchronization issue that occurred when new organisms were created from the backend. Previously, this operation caused data loss in the parent organism’s arrays, compromising transactional consistency. The initialization of new organisms now preserves and synchronizes arrays correctly, improving data‑model integrity and providing a more stable, reliable user experience.

  • We implemented a caching system that prevents multiple view requests to the server. Each view is now fetched only once, boosting app performance and robustness.

  • We fixed an issue in organism components that caused visual flickering when refreshing a view, due to unnecessary context recreation and redundant event execution. The component now reuses the existing context and synchronizes only the required records, increasing efficiency. This fix works together with the new view caching feature, which serves views from the browser cache, avoids backend calls, and eliminates unnecessary events such as ON_OPEN_LOADING when a view comes from the cache.