Skip to content

Releases: holomodular/ServiceQuery

v2.2.4

03 Jan 12:50

Choose a tag to compare

  • Fixes for in-memory lists when using async methods (calls sync instead). Use AsAsyncInMemoryQueryable() instead of AsQueryable() for in-memory lists.

Full Changelog: v2.2.3...v2.2.4

v2.2.3

03 Dec 12:24

Choose a tag to compare

⦁ Added target framework for Net10 and new test projects
⦁ Update ServiceQueryRequestExtensions to add shorthand filter expressions for existing ServiceQueryRequest filter types (, ), lt, <, lte, <=, =, eq, etc.
⦁ Update test project references to latest available versions
⦁ Update Cosmos tests, as they standardized rounding and errors for aggregate sum and average
⦁ Updated MongoDb driver to 3.5.2
⦁ Updated EntityFrameworkCore to 10

Full Changelog: v2.2.2...v2.2.3

v2.2.2

19 Jul 17:12
149c3ac

Choose a tag to compare

2.2.2

  • Added new package ServiceQuery.EntityFrameworkCore8 to specifically target EFC 8 since base library uses EFC 9 for .NET 8 runtime
  • Update MongoDb driver to 3.4.1
  • Update test project references to latest versions. Note, NET6 and NET7 no longer work with updated test references and must use SuppressTfmSupportBuildErrors since out of support
  • Expose GetFilterSet method and fix exception thrown
  • Update readme

Full Changelog: v2.2.1...v2.2.2

v2.2.1

15 Mar 15:54
db7bc86

Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

v2.2.0

28 Dec 14:29
b0cbb41

Choose a tag to compare

Provide native async support

  • ServiceQuery - inmemory provider
  • ServiceQuery.AzureDataTables - new ExecuteAsync method
  • ServiceQuery.EntityFrameworkCore - new ExecuteAsync method
  • ServiceQuery.MongoDb - new MongoDbExecuteAsync method

Full Changelog: v2.1.1...v2.2.0

v2.1.1

21 Apr 18:29

Choose a tag to compare

  • Support sorting nullable datatypes
  • Update project structure for future versions

v2.1.0

14 Apr 01:25

Choose a tag to compare

  • Support datatypes DateOnly, TimeOnly and UInt128
  • Added new option for allowing missing expressions
  • Unit test code coverage at 95%

v2.0.1

20 Feb 13:30
ddf40b8

Choose a tag to compare

Change ServiceQueryServiceFilter.FilterType enum to a string for easier serialization

v2.0.0

13 Feb 13:17
f78c288

Choose a tag to compare

Remove all external nuget package references

v1.0.8

10 Feb 11:52

Choose a tag to compare

Support .NET 8.0