Skip to content

Releases: XRM-OSS/Xrm-Fluent-Query

Release v2.1.3

Choose a tag to compare

@DigitalFlow DigitalFlow released this 26 Jul 11:44
21d6946

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

Release v2.1.2

Choose a tag to compare

@DigitalFlow DigitalFlow released this 06 May 14:20

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

Choose a tag to compare

@DigitalFlow DigitalFlow released this 15 Jul 22:50

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

Choose a tag to compare

@DigitalFlow DigitalFlow released this 15 Jul 22:04

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

Release v2.0.0

Choose a tag to compare

@DigitalFlow DigitalFlow released this 11 Jul 14:28

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

Choose a tag to compare

@DigitalFlow DigitalFlow released this 11 Jul 13:37
235071e

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

Choose a tag to compare

@DigitalFlow DigitalFlow released this 02 May 20:18

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

Choose a tag to compare

@DigitalFlow DigitalFlow released this 01 May 22:28

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