Release Notes - 1.0
-
1.0.5-funcrel
1.0.5-funcrel
Supports OData service calls using deep inserts. Enhances support of OData service calls for OData v4 by supporting ‘SaveChanges’ API and eliminating false links. Upgrades internal evaluation engine which enhances resolution of OData service calls, thus providing better/accurate results. New details to explain which framework API has been triggered for OData service calls. 1.0.4-funcrel
1.0.4-funcrel
Improves analysis speed and accuracy by adding optimized filtering. Updates internal evaluation engine leading to an overall enhancement of performance. 1.0.3-funcrel
1.0.3-funcrel
Fixes a traceback issue that could result in the loss of transactions in certain scenarios. Adds support for CRUD operations using LINQ APIs. Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results. Improves entity name resolution resulting in more accurate results. 1.0.2-funcrel
1.0.2-funcrel
Fixes an issue where analysis was failing due to overuse of memory. 📝 51117 Updated an internal library to provide improved resolutions and compatibility with Python 3.9/Linux. 1.0.1-funcrel
1.0.1-funcrel
Fixes an issue where OData “service” objects were not correctly linked to “operation” objects created by other extensions. 1.0.0-funcrel
1.0.0-funcrel
Implemented transaction function points. Fixes some issues occurring due to unhandled exceptions. 1.0.0-beta2
1.0.0-beta2
Added support for WCF Data Services client library Microsoft.Data.Services.Client (up to v5.8). Added support for LINQ Enumerable and Queryable methods. Added support for Microsoft.OData.Client.DataServiceContext.CreateQuery and Microsoft.OData.Client.DataServiceContext.Execute. 1.0.0-beta1
1.0.0-beta1
Simple.OData.Client supported. Added support for CRUD APIs, actions and functions from Simple.OData.Client (up to v. 6.0). 1.0.0-alpha2
1.0.0-alpha2
Added support for custom entity container names. Support of LINQ methods. Added support for the following methods - OrderBy, OrderByDescending, Skip, Take, Select. Support of LINQ aggregation methods. Added support for following methods - Count, Average, Sum, Min, Max. Support of batch operations. Batch operations using ‘ExecuteBatch’ supported. 1.0.0-alpha1
1.0.0-alpha1
Basic support for Microsoft.OData.Client for .NET. Added support for Microsoft.OData.Client (till version 7.17) which is a client library in .NET to consume OData services.