Skip to content

Releases: XRM-OSS/Xrm-Fluent-Query

Release v2.1.3

26 Jul 11:44
21d6946
Compare
Choose a tag to compare

Allow for .NET Core applications to use Fluent Query Nuget package as well

Release v2.1.2

06 May 14:20
Compare
Choose a tag to compare

Important bug fix release.
In prior versions RetrieveAll() started at page number 0, which leads to a duplicated first page in the results in CRM v9 / online organizations.
Since this version, paging starts at page number 1.
If you use RetrieveAll in your code, you should update to this version.

Release v2.1.1

15 Jul 22:50
Compare
Choose a tag to compare

Added System.Runtime.Caching as framework assembly so that you don't have to add it. It's needed since 2.1.0 for the caching functionality.

Release v2.1.0

15 Jul 22:04
Compare
Choose a tag to compare

This release adds caching functionality to queries using the UseCache method.

Release v2.0.0

11 Jul 14:28
Compare
Choose a tag to compare

This is a breaking change release, as some methods have been removed due to issues they caused.

Value and To overloads for params arrays had conflicts with the object overloads. They were removed, please use Values and ToMany functions now instead.
In addition to that, when retrieving all pages using paging, paging cookies are not used by default to prevent incorrect results. You can still use paging cookies by using .With.PagingCookie(). More on this topic

Release v1.2.0

11 Jul 13:37
235071e
Compare
Choose a tag to compare

This release allows installing the nuget package in projects that use the new package.references approach, as well as the "old" packages.config.

Release v1.1.0

02 May 20:18
Compare
Choose a tag to compare

This release adds functions for adding child filters and conditions post fluent query creation.
The ReadMe section was extended to remark the default setting of NoLock = true.

Release v1.0.1

01 May 22:28
Compare
Choose a tag to compare

This release adds IntelliSense comments, early binding enhancements and fixes some meta information in the nuget package.