Green Donut v2.0.0 Release Notes
Release Date: 2019-02-03 // about 6 years ago-
โ 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 eventBatchError
. - GitHub Source Linking #69.
๐ Changed
- Switched to implicit conversion to create error or value results #40.
- 0๏ธโฃ Set
DataLoaderOptions
default forAutoDispatching
tofalse
#36. - 0๏ธโฃ Set
Defaults.MinimumCacheSize
to1
#36. - ๐ Renamed method
Fetch
toFetchAsync
#38. - ๐ Moved the
DispatchAsync
method from theIDispatchableDataLoader
interface to theIDataLoader
interface #51. - ๐ Chaning for
Clear
,Remove
andSet
is not supported anymore. - Changed DignosticSource name from
GreenDonut.Dispatching
toGreenDonut
#64.
๐ Fixed
โ Removed