Skip to content

v1.1.13

Compare
Choose a tag to compare
@helenkzhang helenkzhang released this 07 Apr 20:01
· 86 commits to main since this release
e844d7f

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 the BeginDataCooking docstring. Now, BeginDataCooking is called before the processing of any stage that cooker is involved in.
  • Expose IProcessingSourceTableProvider in ProcessingSource 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 for Bytes, SignedBytes, LargeSignedBytes and add update BytesFormatter to do proper formatting. by @trgibeau in #232 & #274.

Full Changelog: v1.0.16...v1.1.13