Releases: feldera/feldera
Releases · feldera/feldera
v0.311.0
What's Changed
- [web-console] Show a rendering progress bar over the ELK layout pass by @Karakatiza666 in #6461
- [connectors] Add support for user-defined Rust postprocessors by @mihaibudiu in #6380
- [SLT] Skip tests with ambiguous queries by @mihaibudiu in #6457
- [web-console] Brighten source-range highlight in profiler SQL view by @Karakatiza666 in #6462
Full Changelog: v0.310.0...v0.311.0
v0.309.0
What's Changed
- Add medallion architecture demo by @anandbraman in #6389
- bugfix: adapters(pg-out): only skip keys that violate uniqueness by @abhizer in #6448
- adapters: do not skip columns used in config by @swanandx in #6450
- [adapters] Ignore clock for pipeline completion when now_http_driven. by @blp in #6452
Full Changelog: v0.308.0...v0.309.0
v0.308.0
What's Changed
- [python] Enable test_pipeline_storage_status_details tests on multihost. by @blp in #6392
- [web-console] Implement search bar for logs tab by @Karakatiza666 in #6394
- pg-tests: use unique table names; increase timeout by @abhizer in #6360
- [web-console] Add pipeline search feature to the pipeline list sidebar on the pipeline page by @Karakatiza666 in #6431
- Bump shell-quote from 1.8.3 to 1.8.4 in /docs.feldera.com in the npm_and_yarn group across 1 directory by @dependabot[bot] in #6435
- [migrations] Spark-to-Feldera migration tool PoC. by @wilmaontherun in #5837
- Switch ad-hoc queries to arrow_ipc format by @Karakatiza666 in #4240
- [adapters] Expose pipeline process swap usage as a Prometheus metric by @sjhddh in #6383
- pipeline-manager: limit pipeline name to 63 characters and pattern by @snkas in #6429
- [SQLLIB] Refactor sqllib functions to use macros more consistently by @mihaibudiu in #6418
- Profiler UI fixes by @Karakatiza666 in #6439
- [connectors] Define
empty_inputandnull_outputconnectors by @mihaibudiu in #6441 - ci: make sure to update packages to latest version by @gz in #6447
- pipeline-manager: API type of
schemais againProgramSchemaby @snkas in #6445 - pipeline-manager: rust compilation cleans up
targetby @snkas in #6410
New Contributors
- @wilmaontherun made their first contribution in #5837
- @sjhddh made their first contribution in #6383
Full Changelog: v0.307.0...v0.308.0
v0.307.0
What's Changed
- [SQL] Allow ROW field access without qualifying table by @mihaibudiu in #6388
- [SQL] Support for TIMESTAMP WITH TIME ZONE by @mihaibudiu in #6116
- [py]: delta input snapshot test for column mapping by @swanandx in #6376
- [adapters] Delta transaction_mode:snapshot regression. by @ryzhyk in #6417
- Docs/eks envoy gateway ingress by @jyotshnayaparla-00 in #6413
- [SQL] Emit a compiler warning on suspicious casts from constant strings to Booleans by @mihaibudiu in #6401
- [types] Revert change of
ConnectorConfig::max_queued_recordsto `Op… by @blp in #6428 - Bump major Node.js version in the build environment to 24 by @Karakatiza666 in #6423
Full Changelog: v0.306.0...v0.307.0
v0.306.0
What's Changed
- New profiler UI by @Karakatiza666 in #6306
- Samply by @blp in #6344
- [SQL] Casts of malformed strings to BOOL and DOUBLE should produce errors by @mihaibudiu in #6373
- [SQL] Calcite 1.42 has been released; use the next version by @mihaibudiu in #6387
- [adapters]: skip_unused_columns in Delta CDC mode by @swanandx in #6381
- [dbsp] Use serde_json to serialize data for Broadcast operator. by @blp in #6395
- docker: update go to 1.26.4 by @swanandx in #6396
Full Changelog: v0.305.0...v0.306.0
v0.305.0
What's Changed
- pipeline-manager: reduce dependency of platform on the runtime by @ryzhyk in #6288
- [samply] Fix samply markers on MacOS. by @ryzhyk in #6356
- py: add aggregate tests for floating point type by @rivudhk in #6359
- [samply] Fix broken build on MacOS. by @ryzhyk in #6364
- [web-console] Fix pipeline health details UI doesn't display some fields by @Karakatiza666 in #6362
- Bump deps, move from rolldown preview to stable by @Karakatiza666 in #6365
- [SQL] Document support for UNPIVOT by @mihaibudiu in #6370
- pipeline-manager: restrict edit
runtime_config.resources.storage_classby @lalithsuresh in #6358 - [py]: delta input snapshot test for deletion vectors by @swanandx in #6347
- deps: use iceberg fork and upgrade delta-rs to 0.32.3 by @swanandx in #6349
- Display desired status unconditionally by @Karakatiza666 in #6377
- Add support for bytewise limiting input connector buffering. by @blp in #6345
- cargo: update
tarfrom0.4.45to0.4.46by @snkas in #6375 - [SQL] Never place two retain_value operators on the same input operator -- insert a noop on one side instead by @mihaibudiu in #6355
- [SQL] Support OVER(ORDER BY BINARY(N)) by @mihaibudiu in #6343
- [web-console] Bring back the SQL editor context menu by @Karakatiza666 in #6379
Full Changelog: v0.304.0...v0.305.0
v0.304.0
What's Changed
- [SLT] Fix SLT code generation broken by the introduction of compiler-produced regions by @mihaibudiu in #6348
- [SLT] Remove file committed by mistake by @mihaibudiu in #6357
Full Changelog: v0.303.0...v0.304.0
v0.303.0
What's Changed
- [SQL] compiler support for grouping nodes into regions by @mihaibudiu in #6305
- [dbsp] Better handle errors encountered listing storage files. by @blp in #6296
- pipeline-manager: fix runner
Stoppedtransition andruntime_configby @snkas in #6333 - python: fix long test names by @gz in #6353
Full Changelog: v0.302.0...v0.303.0
v0.302.0
What's Changed
- [docs] Bump vulenrable deps by @Karakatiza666 in #6334
- adapters: avoid empty steps when waiting for barrier inputs by @abhizer in #6314
- [docs] Fix documentation use of HTTP egress connector. by @blp in #6339
- [adapters] Fix samply on MacOS. by @ryzhyk in #6321
- [dbsp] Gate streaming exchange with a DevTweak. by @ryzhyk in #6307
- py: add tests for lateness propagation by @rivudhk in #5874
- [SQL] Remove derivedFrom operator property by @mihaibudiu in #6336
- Fix cdc_order_by with multiple fields. by @gz in #6346
Full Changelog: v0.301.0...v0.302.0
v0.301.0
What's Changed
- [SQL] Test case for issue #5858 by @mihaibudiu in #6317
- Panics metric by @blp in #6325
- docs: update posthog by @gz in #6327
- Fix three python tests. by @ryzhyk in #6328
- [SQL] Support for TIME/DATE/TIMESTAMP constructors by @mihaibudiu in #6315
- [SQL] Support for range aggregates sorting on intervals, booleans by @mihaibudiu in #6310
- [web-console] Change private feldera-triage-plugins package injection approach by @Karakatiza666 in #6313
- [connectors] Fix delta lake test. by @ryzhyk in #6329
- pipeline-manager: fix serialization of
ManagerErrorby @snkas in #6332 - fix profiler regression by @gz in #6331
Full Changelog: v0.300.0...v0.301.0