v1.3.13-preview
Pre-release
Pre-release
What's Changed
- Add support for specifying variants of added columns during table building by @mslukebo in #370. See column variant documention for more information.
- Support exposing timezones relevant to processed datasources by @mslukebo in #390. Time zones can now be added to created
DataSourceInfo
instances. - Support new table commands that expose command context and support being unavailable by @mslukebo in #393. These table commands can be added using the new
ITableBuilder.AddTableCommand2
method.
New Contributors
Full Changelog: v1.2.12-preview...v1.3.13-preview