Skip to content

v0.1.0 Release

Compare
Choose a tag to compare
@jonmmease jonmmease released this 10 Mar 16:54
· 320 commits to main since this release
e3425b3

[0.1.0] - 2022-03-10

Added

Fixed

  • Fixed "Ambiguous reference to field" error in certain Vega specifications (#85)
  • Determine the "local" timezone on the client rather than the server (#79, #82). This fixes local timezone handling when server and client are in different time zones. It also improves the performance of UTC to Local timezone conversions.

Updated

  • Update DataFusion to version 7 (#78)
  • Improved performance of date parsing for many common date formats (#80)