What Changed
We added the UpdateSchemaAsync and CreateObjectTypeAsync methods to the IObjectLayerAsync, IDataLayerAsync and IDataStoreAsync interfaces.
Reasons for Change
New members help us add the Task-based version of the IDataLayer.UpdateSchema method. It is useful in scenarios where you want to asynchronously update the database schema. This is required for Blazor WebAssembly support.
Impact on Existing Apps
This change will not affect the majority of XPO users.
Advanced XPO developers who created a custom Object Access Layer and implemented the IObjectLayerAsync, IDataLayerAsync and IDataStoreAsync interfaces, can extend their implementation.