Skip to content

0.9.4

Compare
Choose a tag to compare
@firenero firenero released this 21 Jul 14:45

Breaking changes:

  1. ToAsyncEnumerable() in Query and Scan now returns IAsyncEnumerable<T> instead of IAsyncEnumerable<IReadOnlyList<T>> where T is your entity or projection. Old behavior is now accessible through ToPagedAsyncEnumerable() method. Same change applies to Scan's ToParallelAsyncEnumerable(int totalSegments) (#138)

Bug fixes:

  1. Explicit converters for nullable value types do not crash anymore (#137)