Skip to content

v1.0.59

Choose a tag to compare

@github-actions github-actions released this 01 Jul 11:21
be422ae

Changelog

  • 997f70f Merge pull request #894 from bruin-data/iremcaginyurtturk/starrocks-destination
  • be422ae Merge pull request #903 from bruin-data/iremcaginyurtturk/starrocks-source-shared-params
  • a77a7c4 Merge pull request #905 from bruin-data/TanayBensuYurtturk/fix-dependabot-214
  • 6efbc87 Merge pull request #907 from bruin-data/planetscale-cdc-tests
  • 549d4f1 docs(starrocks): trim replace-strategy implementation detail
  • e7f4171 feat(destination): add StarRocks destination via Stream Load
  • 9a88606 feat(starrocks): map arrays to native ARRAY instead of JSON
  • 7bcfd50 feat(starrocks): synthesize a sort key when no column is keyable
  • fddff69 fix(duckdb): clone GetMaxCDCLSN result to survive Arrow buffer release
  • 2238f05 fix(planetscale-cdc): stop batch shard stream on final change at stopPos
  • b8b07cc fix(starrocks): address Stream Load value/status edge cases
  • de59077 fix(starrocks): apply the ssl URI param on the destination connection
  • 372d2dd fix(starrocks): keep a keyable column first for duplicate-key tables
  • dc224e5 fix(starrocks): load binary columns via base64 to avoid corruption
  • c82be6c fix(starrocks): make replace atomic via staging + INSERT OVERWRITE
  • 689a5b5 fix(starrocks): omit database from destination DSN
  • d91a742 fix(starrocks): serialize Arrow list columns as JSON arrays
  • 01a5049 fix(starrocks): strip destination-only params from the source DSN
  • 6d305c6 fix(starrocks): tolerate a catalog-in-path DSN on the destination
  • 1cdebbb security: bump vitess.io/vitess to v0.23.3
  • d55e474 style(starrocks): apply gofumpt v0.10 multiline call formatting