Skip to content

Releases: DevExpress/DevExtreme.AspNet.Data

2.8.0

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 08 Dec 07:09
1e36d48

2.7.2

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 16 Oct 11:43
e140d74

2.7.1

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 16 Sep 11:43
b7cb96a

2.7.0

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 25 Aug 14:20
935a319

Changelog

  • You can now return a Promise from onBeforeSend - Suggested by @CBlaize (#440)
  • EF Core 5 will allow remote AVG aggregate - Check with a daily build (#441)
  • Runtime integration with System.Linq.Dynamic.Core.DynamicClass - Allows > 32 items in remote group and remote select expressions (#439)

Packages

2.6.2

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 25 Jun 14:51
2dfb735

Changelog

  • Fixed: .NET type AnonType cannot be mapped to a BsonValue (#430)
  • Prevent unwanted GroupBy call for GroupSummary without Group (#432)

Packages

2.6.1

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 22 Feb 09:13
62237bc

Changelog

  • New option: DataSourceLoadOptionsBase.ExpandLinqSumType (#398).
    Resolves the overflow error for the SUM aggregate.
    Enabled by default for EF, EF Core 3, XPO.
  • Case-insensitive string comparison in DataSourceLoadContext.FullSelect (#400, #401, contributed by @SteveLemire)
  • Support Skip/Take with single-level grouping (#404, resolves https://devexpress.com/issue=T844633).
  • Two new options that may come in handy if you use DataSourceLoader in a library.
    For example... in DevExpress Blazor Components!
    • DataSourceLoadOptionsBase.AllowAsyncOverSync (#399).
    • DataSourceLoadOptionsBase.SortByPrimaryKey (#415).

Packages

2.6.0

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 20 Feb 11:49
5235ff2

CAUTION: this release has a known issue (#416)

2.6.0-rc2

2.6.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 20 Dec 13:50
75d716c

(2.6.1 is available)

2.6.0-rc1

2.6.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 09 Dec 13:46
0fbeb5f

(2.6.1 is available)

2.5.1

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 04 Oct 11:28
943ac32

Resolved two dynamic-related issues:

  • Support DBNull in DynamicCompare (#389)
  • Fix DynamicCompare for DateTime (#391)