Skip to content

Releases: vega/vegafusion

Release 1.4.0-rc4

25 Jul 10:43
41c33ba
Compare
Choose a tag to compare
Release 1.4.0-rc4 Pre-release
Pre-release

Note: This release accidentally introduced a dependency on pyarrow >=11, so releases were immediately deleted from PyPI. A fixed 1.4.0-rc5 will be published today.

Added

  • Add pre_transform_spec support for inlining transformed data in arrow format by @jonmmease in #365

Fixed

  • Flatten nested ternary statements to avoid stack overflow by @jonmmease in #366

Full Changelog: v1.4.0-rc3...v1.4.0-rc4

Release 1.4.0-rc3

20 Jul 22:31
1be4e5f
Compare
Choose a tag to compare
Release 1.4.0-rc3 Pre-release
Pre-release

Updated

Fixed

Added

Full Changelog: v1.4.0-rc2...v1.4.0-rc3

Release 1.4.0-rc2

05 Jul 14:30
0bf422a
Compare
Choose a tag to compare
Release 1.4.0-rc2 Pre-release
Pre-release

Added

  • Support keeping select signals and datasets in pre-transformed specs by @jonmmease in #343

Updated

  • Update to DataFusion 26, Arrow 40, sqlparser 0.34.0 by @jonmmease in #344
  • Default local_tz to get_local_tz() in vf.runtime functions by @jonmmease in #347
  • Build abi3 wheels so we don't need to build separate wheels for each platform by @jonmmease in #349

Fixed

  • Add dialect specialization for the row_number window function without ordering by @jonmmease in #346
  • Fix geojson arrow parse error #352

Full Changelog: v1.4.0-rc1...v1.4.0-rc2

Release 1.4.0-rc1

26 Jun 22:22
eb390a5
Compare
Choose a tag to compare
Release 1.4.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v1.4.0-rc1

Release 1.3.0

04 Jun 21:21
ae2040e
Compare
Choose a tag to compare

Added

Updated

Fixed

  • Fix crash when pivot produces columns that differ only by case with DuckDB backend by @jonmmease in #321
  • Add --experimental_allow_proto3_optional protoc flag to tonic build by @jonmmease in #325
  • Work around DataFusion bug for columns named "COUNT(*)" by @jonmmease in #329

Full Changelog: v1.2.4...v1.3.0

Release 1.3.0-rc4

31 May 12:22
0006cbd
Compare
Choose a tag to compare
Release 1.3.0-rc4 Pre-release
Pre-release

Added

Updated

  • Add --experimental_allow_proto3_optional protoc flag to tonic build by @jonmmease in #325
  • Build JNI libs on Ubuntu 20.04 for older GLIBC by @jonmmease in #326
  • Update DataFusion to 25 and Arrow to 39 by @jonmmease in #327
  • Refactor read arrow more efficiently and handle data format type specification by @jonmmease in #328
  • Update build instructions for running tests by @jonmmease in #330

Fixed

  • Work around DataFusion bug for columns named "COUNT(*)" by @jonmmease in #329
  • Add Java arg for number of worker threads by @jonmmease in #331

Full Changelog: v1.3.0-rc3...v1.3.0-rc4

Release 1.3.0-rc3

23 May 23:40
01117bc
Compare
Choose a tag to compare
Release 1.3.0-rc3 Pre-release
Pre-release

What's Changed

  • java: Capacity and memory limit should be long not ints by @jonmmease in #318
  • Fix crash when pivot produces columns that differ only by case with DuckDB backend by @jonmmease in #321
  • Java API updates by @jonmmease in #322

Full Changelog: v1.3.0-rc2...v1.3.0-rc3

Release 1.3.0-rc2

18 May 23:10
Compare
Choose a tag to compare
Release 1.3.0-rc2 Pre-release
Pre-release

Added

Full Changelog: v1.3.0-rc1...v1.3.0-rc2

Release 1.3.0-rc1

13 May 23:02
108bf7f
Compare
Choose a tag to compare
Release 1.3.0-rc1 Pre-release
Pre-release

Added

  • Support transformed_data for Layered and Concatenated charts by @jonmmease in #313

Updated

Full Changelog: v1.2.4...v1.3.0-rc1

Release 1.2.4

08 May 21:27
514156b
Compare
Choose a tag to compare

Added

Full Changelog: v1.2.3...v1.2.4