Skip to content

Releases: feldera/feldera

v0.298.0

19 May 11:58

Choose a tag to compare

What's Changed

Full Changelog: v0.297.0...v0.298.0

v0.297.0

15 May 03:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.296.0...v0.297.0

v0.296.0

13 May 08:31

Choose a tag to compare

What's Changed

  • [adapters] Always start a transaction before a step. by @ryzhyk in #6176

Full Changelog: v0.295.0...v0.296.0

v0.295.0

11 May 04:10

Choose a tag to compare

What's Changed

  • [profiler] When searching for a node which is not visible expand the parent nodes to make it visible by @mihaibudiu in #6208
  • Shard pairs by @blp in #6209

Full Changelog: v0.294.0...v0.295.0

v0.294.0

09 May 03:52

Choose a tag to compare

What's Changed

Full Changelog: v0.293.0...v0.294.0

v0.293.0

06 May 21:46

Choose a tag to compare

What's Changed

  • Add storage-all feature to iceberg crate by @anandbraman in #6149
  • Add support for bitmap based filters by @gz in #6007
  • docs: add documentation for multiple numeric functions by @rivudhk in #6179
  • [CONTROLLER] Fix transaction metrics with incorrect time units by @mihaibudiu in #6182
  • python: add comprehensive checkpoint test by @gz in #6185
  • [dbsp] Fix output buffering with multihost. by @blp in #6188
  • Pipeline Health monitoring UI by @Karakatiza666 in #6171

Full Changelog: v0.292.0...v0.293.0

v0.292.0

04 May 18:20

Choose a tag to compare

What's Changed

  • [connectors] persist recent connector error messages across restarts by @swanandx in #6112
  • [SQL] Update SQL compiler README.md file by @mihaibudiu in #6155
  • Optimize page loading by lazy loading backend configuration and pipeline data by @Karakatiza666 in #4983
  • [adapters] Report batch write progress for Postgres output connector. by @swanandx in #6143
  • Add batch_records_written column to the views metrics table by @Karakatiza666 in #6136
  • [SQL] Slightly improved source position information handling by @mihaibudiu in #6161
  • [web-console] Fix cursor misplaced in SQL editor on Windows by @Karakatiza666 in #6163
  • [web-console] Fix compiler tab controls overlapping with tab labels in Monitoring Panel by @Karakatiza666 in #6166
  • Streaming exchange by @blp in #6014
  • [SQL] Warn about INSERT/REMOVE (undocumented) statements used in pipeline definitions as having no effect by @mihaibudiu in #6168
  • [DOCS] Document the behavior of deleting inexistent rows by @mihaibudiu in #6169
  • [dbsp] Improved set_balancer_hint API. by @ryzhyk in #6167
  • [SQL] New operator AtomicSum, implemented as accumulate_concat_zsets().shard(), for atomically computing global aggregates by @mihaibudiu in #6174
  • docs: update LICENSE.md by @lalithsuresh in #6172
  • row_number operator by @ryzhyk in #6175
  • connectors[delta]: fix deletion handling in delta CDC mode by @swanandx in #6164
  • pipeline-manager: pipeline monitoring by @snkas in #6096

Full Changelog: v0.291.0...v0.292.0

v0.291.0

30 Apr 00:50

Choose a tag to compare

What's Changed

  • [connectors] Fix delta table truncate mode truncating data on pipeline restart by @swanandx in #6076
  • cargo: update rand to 0.8.6 and 0.9.4 by @snkas in #6117
  • cargo: update actix-http to 3.12.1 by @snkas in #6118
  • Added instructions for installing dependencies on MacOS by @grigoris-karvounarakis in #6119
  • cargo: update openssl to 0.10.78 by @snkas in #6127
  • [connectors] Postgres: support arbitrary extra column types. by @ryzhyk in #6129
  • [dbsp] Don't rebalance during initial step. by @ryzhyk in #6013
  • Bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #6109
  • [ci] test delta restart against MinIO in CI by @swanandx in #6131
  • Bump vite from 5.4.21 to 8.0.10 in /js-packages/vite-plugin-monaco-editor in the npm_and_yarn group across 1 directory by @dependabot[bot] in #6130
  • [docs] Update vulnerable uuid dep by @Karakatiza666 in #6138
  • Add new golden files with VARIANT values by @mihaibudiu in #6140
  • scripts: add backup/restore python script by @gz in #6142
  • docs: support fda install on macos by @gz in #6144
  • [py] skip delta output truncate test on aarch64 by @swanandx in #6145
  • [SQL] Optimization to convert MAX(CASE expr THEN 1 ELSE 0) to CASE COUNT(*) FILTER (WHERE expr) > 0 THEN 1 ELSE 0 by @mihaibudiu in #6072
  • retries with tenacity for python sdk by @anandbraman in #6141
  • [SQL] Increase the macro expansion recursion size for operators with wide star joins by @mihaibudiu in #6151

New Contributors

Full Changelog: v0.290.0...v0.291.0

v0.290.0

24 Apr 16:05

Choose a tag to compare

What's Changed

  • [web-console] Implement read-only view for a deleted pipeline by @Karakatiza666 in #6064
  • [SLT] Omit test which overflows by @mihaibudiu in #6082
  • Added kwargs to input_json function by @anandbraman in #6084
  • py: fix Kafka Avro tests for improved performance by @rivudhk in #5880
  • Disable eager file eviction. by @gz in #6087
  • fda: add --tls-cert flag to trust custom CA for HTTPS by @mvanhorn in #6074
  • Adhoc prepare by @gz in #6095
  • Bump dompurify from 3.3.3 to 3.4.0 in /docs.feldera.com in the npm_and_yarn group across 1 directory by @dependabot[bot] in #6055
  • pipeline-manager: local runner writes in streaming fashion by @snkas in #6098
  • [web-console] Make status polling resilient to hiding the page by @Karakatiza666 in #6079
  • [dbsp] rank and dense_rank operators. by @ryzhyk in #6085
  • Fix missing syntax highlight in SQL editor by @Karakatiza666 in #6106
  • Add reset status API skeleton. by @gz in #6108
  • [web-console] Avoid unplanned triggering reactive updates by @Karakatiza666 in #6111
  • [adapters] Add Postgres CDC input connector with crash-safe replication by @flak153 in #5988
  • ci: Automate dbt-feldera release by @gz in #6114

New Contributors

  • @flak153 made their first contribution in #5988

Full Changelog: v0.289.0...v0.290.0

v0.289.0

21 Apr 21:11

Choose a tag to compare

What's Changed

Full Changelog: v0.288.0...v0.289.0