All Versions
15
Latest Version
Avg Release Cycle
13 days
Latest Release
1908 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    February 03, 2019

    โž• Added

    • Non-generic interface for DataLoader #37.
    • Introduced RequestBuffered event #41.
    • Introduced BufferedRequests property #41.
    • Introduced CachedValues property #41.
    • CancellationToken to all public async method #39.
    • ๐Ÿ†• New diagnostic activity ExecuteSingleRequest and event BatchError.
    • GitHub Source Linking #69.

    ๐Ÿ”„ Changed

    • Switched to implicit conversion to create error or value results #40.
    • 0๏ธโƒฃ Set DataLoaderOptions default for AutoDispatching to false #36.
    • 0๏ธโƒฃ Set Defaults.MinimumCacheSize to 1 #36.
    • ๐Ÿ“‡ Renamed method Fetch to FetchAsync #38.
    • ๐Ÿšš Moved the DispatchAsync method from the IDispatchableDataLoader interface to the IDataLoader interface #51.
    • ๐Ÿšš Chaning for Clear, Remove and Set is not supported anymore.
    • Changed DignosticSource name from GreenDonut.Dispatching to GreenDonut #64.

    ๐Ÿ›  Fixed

    • Failed batch operations were cached #42.
    • Wrong CacheKeyResolver implementation #52.

    โœ‚ Removed

    • ArgumentOutOfRangeException for keys argument in the LoadAsync method. Thanks to jbray1982 for fixing this.
    • IDispatchableDataLoader interface #51.
  • v2.0.0-rc.1

    February 02, 2019
  • v2.0.0-preview.7

    January 16, 2019
  • v2.0.0-preview.6

    January 08, 2019
  • v2.0.0-preview.5

    January 02, 2019
  • v2.0.0-preview.4

    January 02, 2019
  • v2.0.0-preview.3

    December 29, 2018
  • v2.0.0-preview.2

    December 29, 2018
  • v2.0.0-preview.1

    December 28, 2018
  • v1.1.0 Changes

    November 05, 2018

    โž• Added

    • ๐Ÿ“š Code Documentation for Exceptions.
    • An overload for Set which takes a bare value without a wrapping Task #30.
    • Instrumentation API #29.

    ๐Ÿ”„ Changed

    • Set the .Net Standard version to 1.3 in order to support .Net Framework 4.6.