Skip to content

Releases: genexuslabs/Simple.OData.Client

5.2.3.8

23 Jul 23:16
7bc47b2
Compare
Choose a tag to compare

This version is identical to version 5.2.3.7

5.2.3.7

23 Jul 23:07
2cf2052
Compare
Choose a tag to compare

This version is identical to versions 5.2.3.5 and 5.2.3.6

5.2.3.5

09 Oct 23:58
a53ca02
Compare
Choose a tag to compare
  • Fix support for net core BindingRestrictions

5.2.3.4

29 May 03:15
Compare
Choose a tag to compare

Update ODataV3 references to 5.8.4

5.2.3.3

27 Apr 19:57
93f4eb1
Compare
Choose a tag to compare
  • fix BindingRestrictions for functions with variable arguments, e.g. Contains(variable)

5.2.3.2

01 Apr 19:58
f3141e3
Compare
Choose a tag to compare

This release is functionally identical to v5.2.3.1

5.2.3.1

01 Apr 19:53
236529a
Compare
Choose a tag to compare
  • Optimize always-true filters

       Sap B1 requires that at least one property be involved in the filter, but this library may generate "true" filters. Here que remove those filters

  • Add support for V3-style select on expanded entities

       Sap B1 does not support V4-style select on expanded entitites, but does allow V3 style

  • Add support for Extra Properties on ODataClientSettings

       At this point it is used to allow for Sap B1 services to stringize datetime values as the service is not allowing proper datetimes but it does accept single-quoted ones

  • Prevent key properties to be added to the OrderBy clause as they are instantiated

  • Optimize not-not filters

  • Optimize not(exp or exp) filters.

       The idea is to be able to properly assign parts of the filter to the required entities:
             E.g. where ExpA contains properties of one entity and ExpB of another:
             not(not(ExpA and ExpB)) -> 2 filters: ExpA ExpB
            not(ExpA or ExpB) -> 2 filters: not(ExpA) not(ExpB)

5.2.2.2

20 Dec 17:12
Compare
Choose a tag to compare

Publish NuGet packages to internal registries

5.2.2.1

12 Dec 13:21
Compare
Choose a tag to compare
Update Actions to update nuspec before package