Skip to content

Releases: disney/quanta

v0.9.15-rc-8

18 Dec 18:36
Compare
Choose a tag to compare
v0.9.15-rc-8 Pre-release
Pre-release
  • Attempt to fix parquet encodings

v0.9.15-rc-6

10 Dec 13:30
Compare
Choose a tag to compare
v0.9.15-rc-6 Pre-release
Pre-release

Back out the changes for upgrading to AWS API V2.

v0.9.15-rc-5

09 Dec 01:11
Compare
Choose a tag to compare
v0.9.15-rc-5 Pre-release
Pre-release
  • If checkpointing is enabled and the DynamoDB checkpoint table is empty, populate it from shard list.
  • Fix Render method on UUIDBSI to ensure 16 bytes for constructing UUID's
  • Change sort order on partition aging report

v0.9.15-rc-3

08 Nov 15:50
Compare
Choose a tag to compare
v0.9.15-rc-3 Pre-release
Pre-release

Bug fixes

v0.9.15-rc2-

30 Oct 12:22
Compare
Choose a tag to compare
v0.9.15-rc2- Pre-release
Pre-release
  • Support for protobuf payloads
  • Support for arbitrarily large BSI values
  • New UUIDBSI type for storing UUIDs

v0.9.15-rc-7

17 Dec 19:46
9666ea7
Compare
Choose a tag to compare
v0.9.15-rc-7 Pre-release
Pre-release
  • Fix export issue when generating parquet output due to new library schema type parameters.
  • Change checkpointing so that AFTER_SEQUENCE_NUMBER is set for initial position if there are records in the checkpoint DB when using LATEST

v0.9.14

06 Sep 20:59
9666ea7
Compare
Choose a tag to compare
  • Add TPCH data load utility
  • Support for surrogate keys
  • Support for UPDATE/DELETE SQL syntax
  • Add 'partition-info' report to admin tool.
  • Add 'offline-partitions' feature to admin tool to offline specific data partitions.
  • Various and sundry bug fixes.

v0.9.14-rc-5

02 Sep 22:43
607a5f1
Compare
Choose a tag to compare
v0.9.14-rc-5 Pre-release
Pre-release
  • Fix issues with off lining data
  • Fix issues with join projections.

v0.9.14-rc-4

09 Aug 20:17
caeed7b
Compare
Choose a tag to compare
v0.9.14-rc-4 Pre-release
Pre-release
  • Fix bug with table truncate function in admin tool

v0.9.14-rc-2

04 Aug 18:34
48e8d73
Compare
Choose a tag to compare
v0.9.14-rc-2 Pre-release
Pre-release
  • Added data load tools for TPC-H benchmark support
  • Added support for surrogate integer values (stores columnids for foreign keys)
  • Added partition status report and ability to 'offline' data to manage memory on data nodes.
  • Added support for batch updates via SQL UPDATE statement
  • Fixed SQL DELETE
  • Added test cases and sqlrunner support for UPDATE/DELETE mutations
  • Added ability to specify whether a standard bitmap column type can support value 'exclusion' via the 'nonExclusive' column designator in schema files.
  • Various and sundry bug fixes