v1.1.13
What's Changed
-
Call
BeginDataCooking
at correct time. by @mslukebo in #205.- Previously,
BeginDataCooking
was called for every cooker exactly 1 time before any stage of processing has occurred. This was a bug, since it did not follow the specification outlined in theBeginDataCooking
docstring. Now,BeginDataCooking
is called before the processing of any stage that cooker is involved in.
- Previously,
-
Expose
IProcessingSourceTableProvider
inProcessingSource
to its derived classes. by @jmaxson-ms in #209. -
Add API for processing groups of plugin-defined DataSource groups. by @mslukebo in #210. Issue #213 closed.
-
Enable passing of ProcessorOptions per DataSourceGroup to ProcessingSources. by @anramanath in #212. Issue #176 closed.
-
Add
Engine.GetSourceParserRetrieval()
to support a scenario where cooker data is available prior to processing a data source. by @jmaxson-ms in #219. -
Add
ToString
override forBytes
,SignedBytes
,LargeSignedBytes
and add updateBytesFormatter
to do proper formatting. by @trgibeau in #232 & #274.
Full Changelog: v1.0.16...v1.1.13