Feldera

Latest version: v0.39.0

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.39.0

What's Changed
* docker: point compose file to Feldera version 0.38.0 by gz in https://github.com/feldera/feldera/pull/3619
* [SQL] Support for BROUND function by mihaibudiu in https://github.com/feldera/feldera/pull/3612
* [SQL] ARRAY_JOIN is an alias for ARRAY_TO_STRING by mihaibudiu in https://github.com/feldera/feldera/pull/3610
* SQL compiler: minimal Cargo.lock by snkas in https://github.com/feldera/feldera/pull/3620
* [SQL] Deserialize circuit from JSON by mihaibudiu in https://github.com/feldera/feldera/pull/3614
* Make logs tab notify about lost stream connection by Karakatiza666 in https://github.com/feldera/feldera/pull/3596
* pipeline-manager: copy overriding `Cargo.lock` for each Rust compilation by snkas in https://github.com/feldera/feldera/pull/3626
* py: add depth 2 tests for array by rivudhk in https://github.com/feldera/feldera/pull/3613
* [docs] Typos in orchestration.md by ryzhyk in https://github.com/feldera/feldera/pull/3629
* [docs] Fixup REST API links. by ryzhyk in https://github.com/feldera/feldera/pull/3633
* [SQL] More lenient validation for recursive view declarations by mihaibudiu in https://github.com/feldera/feldera/pull/3623
* Refactor dbsp for enterprise backends. by gz in https://github.com/feldera/feldera/pull/3611
* [SQL] Report source position for casts that panic if known by mihaibudiu in https://github.com/feldera/feldera/pull/3628
* [SQL] Additional validation for default values by mihaibudiu in https://github.com/feldera/feldera/pull/3617
* [adapters] Better arrow error reporting. by ryzhyk in https://github.com/feldera/feldera/pull/3634
* pipeline-manager: add `program_error` to the API by snkas in https://github.com/feldera/feldera/pull/3632
* py: add array of row and array of udt type tests by rivudhk in https://github.com/feldera/feldera/pull/3641
* [SQL] For views with declarations use the declared type rather than the inferred type by mihaibudiu in https://github.com/feldera/feldera/pull/3643
* [adapters] Parallelize parsing in Delta connector. by ryzhyk in https://github.com/feldera/feldera/pull/3645
* pipeline-manager: flag to preinstall pg-embed by snkas in https://github.com/feldera/feldera/pull/3647
* [SQL] Do not remove unused fields from nested structures by mihaibudiu in https://github.com/feldera/feldera/pull/3640
* pipeline-manager: terminate SQL/Rust compiler process upon cancel by snkas in https://github.com/feldera/feldera/pull/3648
* [SQL] Use declared view type in metadata as well by mihaibudiu in https://github.com/feldera/feldera/pull/3650
* [SLT] Disable one more test that performs division by zero by mihaibudiu in https://github.com/feldera/feldera/pull/3644
* Update Rust version in .devcontainer to 1.83.0 by Karakatiza666 in https://github.com/feldera/feldera/pull/3625
* Fix Rust compilation spinner shown when the state is 'SQL compiled' by Karakatiza666 in https://github.com/feldera/feldera/pull/3651
* [dbsp] Use seek_key_exact more widely. by ryzhyk in https://github.com/feldera/feldera/pull/3655
* pipeline-manager: `/config` endpoint type and adjust `platform_version` by snkas in https://github.com/feldera/feldera/pull/3652
* [adapters] Deadlock with connector orchestration. by ryzhyk in https://github.com/feldera/feldera/pull/3656
* [WebConsole] Fix long error content breaks adhoc results table by Karakatiza666 in https://github.com/feldera/feldera/pull/3646
* [WebConsole] Fix pipeline log not fetched in Unavailable state by Karakatiza666 in https://github.com/feldera/feldera/pull/3658
* pipeline: increase initialization timeout by lalithsuresh in https://github.com/feldera/feldera/pull/3661
* [SQL] User-defined types cannot be recursive by mihaibudiu in https://github.com/feldera/feldera/pull/3654
* pipeline-manager: terminate Rust compilation process group upon cleanup by snkas in https://github.com/feldera/feldera/pull/3666
* Add client-side fetch and display of the latest version by Karakatiza666 in https://github.com/feldera/feldera/pull/3627
* Fix Rust warnings highlighted as errors in code editor by Karakatiza666 in https://github.com/feldera/feldera/pull/3668
* Ensure that the connection error is printed in the logs when the connection to the log stream fails by Karakatiza666 in https://github.com/feldera/feldera/pull/3667
* pipeline-manager: move `/config` endpoint to `/v0/config` by snkas in https://github.com/feldera/feldera/pull/3665
* [dbsp] Avoid warnings for `from_archived`. by blp in https://github.com/feldera/feldera/pull/3673
* [dbsp] Fix cache sizing. by blp in https://github.com/feldera/feldera/pull/3674
* More readable numbers in profiles by mihaibudiu in https://github.com/feldera/feldera/pull/3676
* [SQL] Correctly handle Option<Tup<Option<Array<>>>> array field access by mihaibudiu in https://github.com/feldera/feldera/pull/3675
* [SQL] Chain operators can represent a linear sequence of Map/MapIndex… by mihaibudiu in https://github.com/feldera/feldera/pull/3679
* [dbsp] Don't include "backend-mode" in features for docs.rs. by blp in https://github.com/feldera/feldera/pull/3682
* [dbsp] Write Bloom filters to layer files. by blp in https://github.com/feldera/feldera/pull/3677
* [dbsp] Don't use `FilterMap` in the tutorial or reference it in docs. by blp in https://github.com/feldera/feldera/pull/3684
* Change prefixes of number formatting to colloquial by Karakatiza666 in https://github.com/feldera/feldera/pull/3672
* [docs] usecase: batch to feldera: tpch part 1 by abhizer in https://github.com/feldera/feldera/pull/3622
* pipeline-manager: fix title of ad-hoc query endpoint by snkas in https://github.com/feldera/feldera/pull/3685
* pipeline-manager: configurable provisioning timeout by snkas in https://github.com/feldera/feldera/pull/3670
* Remove deleted feature in .vscode/settings.json by ryzhyk in https://github.com/feldera/feldera/pull/3689
* [adapters] Don't write empty transaction to Delta. by ryzhyk in https://github.com/feldera/feldera/pull/3688
* docs: fix ad-hoc SQL query endpoint URL by snkas in https://github.com/feldera/feldera/pull/3693
* [python] test_delete_all_pipelines: shutdown before deletion by abhizer in https://github.com/feldera/feldera/pull/3696
* Add a tooltip to warn when can't edit the pipeline's name by Karakatiza666 in https://github.com/feldera/feldera/pull/3695
* [SQL] Merkle-tree based operator naming by mihaibudiu in https://github.com/feldera/feldera/pull/3631
* Support deletes in the Delta sink connector. by ryzhyk in https://github.com/feldera/feldera/pull/3692
* Add a tooltip containing feldera revision by Karakatiza666 in https://github.com/feldera/feldera/pull/3697
* [SQL] Generate a JSON encoding of the dataflow graph representation by mihaibudiu in https://github.com/feldera/feldera/pull/3499
* [SQL] Accept more TopK patterns by mihaibudiu in https://github.com/feldera/feldera/pull/3711
* release: bump project version to 0.39.0 by gz in https://github.com/feldera/feldera/pull/3712


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.38.0...v0.39.0

0.38.0

What's Changed
* Post release v0.37.0 by gz in https://github.com/feldera/feldera/pull/3515
* [SQL] Reorder aggregates to reduce the number of joins by mihaibudiu in https://github.com/feldera/feldera/pull/3492
* [dbsp] Properly sort error stream for controlled filters. by blp in https://github.com/feldera/feldera/pull/3516
* [SQL] Combine filter-map into flatmap by mihaibudiu in https://github.com/feldera/feldera/pull/3520
* [SQL] Correctly handle nullable tuples in unused field elimination by mihaibudiu in https://github.com/feldera/feldera/pull/3519
* Only pull the full pipeline if refresh_version changed by Karakatiza666 in https://github.com/feldera/feldera/pull/3437
* pipeline-manager: increase HTTP ingress timeout to 300s by snkas in https://github.com/feldera/feldera/pull/3524
* py: modified arithmetic tests to include more intervals by rivudhk in https://github.com/feldera/feldera/pull/3506
* [WebConsole] Fix crash on trying to edit pipeline config by Karakatiza666 in https://github.com/feldera/feldera/pull/3530
* py: support disabling SSL verification by abhizer in https://github.com/feldera/feldera/pull/3529
* [dbsp] Revert priority scheduler for spine merging by blp in https://github.com/feldera/feldera/pull/3531
* [compiler+adapters] CREATE INDEX and Avro upsert support. by ryzhyk in https://github.com/feldera/feldera/pull/3518
* ui reverts by lalithsuresh in https://github.com/feldera/feldera/pull/3534
* [SQL] Enable GROUP BY column index by mihaibudiu in https://github.com/feldera/feldera/pull/3536
* [dbsp] trace: Change `Builder` to reduce copying and comparing. by blp in https://github.com/feldera/feldera/pull/3528
* [dbsp] Polish new builder API implementation. by blp in https://github.com/feldera/feldera/pull/3539
* [SQL] Do not trust the nullability of some Calcite expressions by mihaibudiu in https://github.com/feldera/feldera/pull/3540
* [adapters] Automatic connector orchestration. by ryzhyk in https://github.com/feldera/feldera/pull/3541
* docs: bump Enterprise version to 0.27.0 by lalithsuresh in https://github.com/feldera/feldera/pull/3543
* [dbsp] trace: Fix implementation of FileWSetCursor::step_val. by blp in https://github.com/feldera/feldera/pull/3544
* [adapters] Parsing for avro decimals. by ryzhyk in https://github.com/feldera/feldera/pull/3496
* [dbsp] Add CPU affinity support for pipelines. by blp in https://github.com/feldera/feldera/pull/3550
* pipeline-manager: deployment check by snkas in https://github.com/feldera/feldera/pull/3512
* [api] Endpoints to retrieve connector status. by ryzhyk in https://github.com/feldera/feldera/pull/3548
* [dbsp] Avoid dead code warning when compiling without debug assertions. by blp in https://github.com/feldera/feldera/pull/3552
* [dbsp] Log message improvements. by blp in https://github.com/feldera/feldera/pull/3551
* Support endpoint status in fda by gz in https://github.com/feldera/feldera/pull/3554
* Refs/heads/nway by blp in https://github.com/feldera/feldera/pull/3557
* [dbsp] Fix GenericMerger for untimed batches. by blp in https://github.com/feldera/feldera/pull/3556
* [docs] Typo in orchestration.md by ryzhyk in https://github.com/feldera/feldera/pull/3561
* [docs] Typo in orchestration.md by ryzhyk in https://github.com/feldera/feldera/pull/3562
* [docs] Typo in Delta connector docs by ryzhyk in https://github.com/feldera/feldera/pull/3563
* [SQL] Pull one-sided predicates before joins by mihaibudiu in https://github.com/feldera/feldera/pull/3564
* [adapters] Upgrade serde_arrow to handle Utf8View by ryzhyk in https://github.com/feldera/feldera/pull/3565
* [SLT] Disable known broken tests by mihaibudiu in https://github.com/feldera/feldera/pull/3586
* [SQL] Fix detection of cross-joins 3589 by mihaibudiu in https://github.com/feldera/feldera/pull/3591
* [SQL] Proper error message for unhandled UNNEST by mihaibudiu in https://github.com/feldera/feldera/pull/3585
* pipeline-manager: vary version based on edition by snkas in https://github.com/feldera/feldera/pull/3592
* pipeline-manager: pipeline identifier in pipeline action logging by snkas in https://github.com/feldera/feldera/pull/3593
* Fix the full stderr not displayed when Rust compilation fails due to internal bugs by Karakatiza666 in https://github.com/feldera/feldera/pull/3566
* Make sure type errors during JavaScript build cause build failure by Karakatiza666 in https://github.com/feldera/feldera/pull/3567
* py: complex type tests by rivudhk in https://github.com/feldera/feldera/pull/3555
* Merger optimization and refactoring by blp in https://github.com/feldera/feldera/pull/3587
* adapters: support redis output connector by abhizer in https://github.com/feldera/feldera/pull/3525
* [docs] Add Redis docs to ToC. by ryzhyk in https://github.com/feldera/feldera/pull/3599
* Only poll the full pipeline info if refresh_version has changed by Karakatiza666 in https://github.com/feldera/feldera/pull/3568
* [SQL] Circuit serialization to JSON by mihaibudiu in https://github.com/feldera/feldera/pull/3598
* [dbsp] Comment improvements in the async merger. by blp in https://github.com/feldera/feldera/pull/3594
* Improve UX of selection in Logs tab by Karakatiza666 in https://github.com/feldera/feldera/pull/3569
* py: splitting aggregate tests by rivudhk in https://github.com/feldera/feldera/pull/3600
* [SQL] Implement flat_map_index operator by mihaibudiu in https://github.com/feldera/feldera/pull/3595
* Add closed loop polling to performance tab graphs by Karakatiza666 in https://github.com/feldera/feldera/pull/3571
* Fix "Out of bounds memory access" error in some CI builds by pre-building icon webfonts by Karakatiza666 in https://github.com/feldera/feldera/pull/3573
* [adapters] test: fix flaky redis test by abhizer in https://github.com/feldera/feldera/pull/3601
* Improve UX of errors tab: hide warnings, option to display Rust stderr as-is by Karakatiza666 in https://github.com/feldera/feldera/pull/3574
* pipeline-manager: improve OpenAPI documentation by snkas in https://github.com/feldera/feldera/pull/3606
* Fix streaming HTTP requests (e.g. logs) not cancelling by Karakatiza666 in https://github.com/feldera/feldera/pull/3608
* [WebConsole] Fix polling loop not cancelling when a request is in progress by Karakatiza666 in https://github.com/feldera/feldera/pull/3604
* [adpaters] Use the latest unreleased delta.rs. by ryzhyk in https://github.com/feldera/feldera/pull/3607
* Add workflow_dispatch to ci-integration.yml by ryzhyk in https://github.com/feldera/feldera/pull/3616
* release: bump project version to 0.38.0 by gz in https://github.com/feldera/feldera/pull/3618


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.37.0...v0.38.0

0.37.0

What's Changed
* docker: point compose file to Feldera version 0.36.0 by gz in https://github.com/feldera/feldera/pull/3415
* Remove ci.yml build from merge_queue trigger. by gz in https://github.com/feldera/feldera/pull/3413
* pipeline-manager: `refresh_version` field by snkas in https://github.com/feldera/feldera/pull/3401
* [SQL] Improved error message for unsupported WINDOW aggregates by mihaibudiu in https://github.com/feldera/feldera/pull/3412
* [SQL] Use Arc for Map implementations by mihaibudiu in https://github.com/feldera/feldera/pull/3408
* [SQL] Give a good error message for joins on struct types by mihaibudiu in https://github.com/feldera/feldera/pull/3399
* [SQL] Quote column names when generating SQL code internally by mihaibudiu in https://github.com/feldera/feldera/pull/3411
* [SQL] Correctly handle temporal filters that return nullable values by mihaibudiu in https://github.com/feldera/feldera/pull/3421
* Code cleanups by blp in https://github.com/feldera/feldera/pull/3420
* [adapters] Ingest zstd-compressed Kafka streams by ryzhyk in https://github.com/feldera/feldera/pull/3424
* [WebConsole] Fix arm64 web-console build by Karakatiza666 in https://github.com/feldera/feldera/pull/3419
* [SQL] Eliminate unnecessary clones from array_agg and map_agg by mihaibudiu in https://github.com/feldera/feldera/pull/3425
* release: bump Enterprise version to v0.18.0 by lalithsuresh in https://github.com/feldera/feldera/pull/3426
* release: bump Enterprise version to v0.19.0 by lalithsuresh in https://github.com/feldera/feldera/pull/3431
* [SQL] Trimming input fields has to preserve the map operator after the input (3427) by mihaibudiu in https://github.com/feldera/feldera/pull/3428
* docker: pin Rust version to 1.82.0 by snkas in https://github.com/feldera/feldera/pull/3430
* pipeline-manager: platform version suffix by snkas in https://github.com/feldera/feldera/pull/3429
* Add support for storage configuration by blp in https://github.com/feldera/feldera/pull/3434
* pipeline-manager: fix cleanup retention of compiler server by snkas in https://github.com/feldera/feldera/pull/3391
* [dbsp] Missing track_caller annotations. by ryzhyk in https://github.com/feldera/feldera/pull/3442
* [CI] Quiet cargo execution by mihaibudiu in https://github.com/feldera/feldera/pull/3441
* [dbsp] Profiling improvements. by ryzhyk in https://github.com/feldera/feldera/pull/3443
* [SQL] Avoid cloning by mihaibudiu in https://github.com/feldera/feldera/pull/3438
* [SQL] Implement ARRAY as Arc<Vec> by mihaibudiu in https://github.com/feldera/feldera/pull/3445
* [SQL] Produce narrower antijoins when implementing outer joins by mihaibudiu in https://github.com/feldera/feldera/pull/3449
* Array postfixes. by ryzhyk in https://github.com/feldera/feldera/pull/3450
* [dbsp] Add user configuration for the storage cache size. by blp in https://github.com/feldera/feldera/pull/3451
* Initial import of PostgreSQL connector. by gz in https://github.com/feldera/feldera/pull/3447
* Caches and Bloom filters by gz in https://github.com/feldera/feldera/pull/3452
* [SQL] use interned strings by mihaibudiu in https://github.com/feldera/feldera/pull/2608
* [SQL] Accept intervals with a + sign in leading position by mihaibudiu in https://github.com/feldera/feldera/pull/3459
* pipeline-manager: improved pipeline and runner error reporting by snkas in https://github.com/feldera/feldera/pull/3432
* pipeline-manager: revision in welcome message and GET `/config` by snkas in https://github.com/feldera/feldera/pull/3454
* [SQL] Fields access in a nullable struct is a nullable result by mihaibudiu in https://github.com/feldera/feldera/pull/3456
* [SQL] unwrap() is a monotone function by mihaibudiu in https://github.com/feldera/feldera/pull/3464
* Performance improvements by blp in https://github.com/feldera/feldera/pull/3466
* [adapters] Raw input format. by ryzhyk in https://github.com/feldera/feldera/pull/3463
* [sqllib] Implement SqlString using arcstr by ryzhyk in https://github.com/feldera/feldera/pull/3467
* Update status badge to follow main by lalithsuresh in https://github.com/feldera/feldera/pull/3470
* [SQL] Allow aggregates to use wider intermediate types by mihaibudiu in https://github.com/feldera/feldera/pull/3460
* [SQL] Move to a newer version of Calcite by mihaibudiu in https://github.com/feldera/feldera/pull/3471
* [adapters] Improve panic message when the Kafka broker is down. by blp in https://github.com/feldera/feldera/pull/3474
* pipeline-manager: custom error message for disconnect during request by snkas in https://github.com/feldera/feldera/pull/3469
* Report cache statistics separately for foreground and background workers by blp in https://github.com/feldera/feldera/pull/3476
* [SQL] Handle correctly + sign for intervals DAY TO SECOND by mihaibudiu in https://github.com/feldera/feldera/pull/3473
* [SQL] Execute multiple MIN/MAX aggregates over append-only collection… by mihaibudiu in https://github.com/feldera/feldera/pull/3475
* pipeline-manager: fix two error log prints by snkas in https://github.com/feldera/feldera/pull/3480
* More merger stats+script by gz in https://github.com/feldera/feldera/pull/3477
* [SQL] Use LazyLock instead of lazy_static; allocate MAP and ARRAY lit… by mihaibudiu in https://github.com/feldera/feldera/pull/3479
* py: DECIMAL type tests for stddev aggregate by rivudhk in https://github.com/feldera/feldera/pull/3481
* [SQL] Fix incorrect casts in outer join code by mihaibudiu in https://github.com/feldera/feldera/pull/3482
* [SQL] Optimize away identity function map and map_index operations by mihaibudiu in https://github.com/feldera/feldera/pull/3483
* [docs] usecase: opentelemetry by abhizer in https://github.com/feldera/feldera/pull/3439
* [adapters] Better Kafka output error reporting. by ryzhyk in https://github.com/feldera/feldera/pull/3436
* [adapters] Experimental CDC mode for DeltaLake. by ryzhyk in https://github.com/feldera/feldera/pull/3484
* [dbsp] Monomorphic version of DBSP API. by ryzhyk in https://github.com/feldera/feldera/pull/3383
* [adapters] Only ingest Delta columns declared in SQL. by ryzhyk in https://github.com/feldera/feldera/pull/3488
* dbsp: use pwritev on any unix, not just linux by lalithsuresh in https://github.com/feldera/feldera/pull/3490
* [adapters] Parse Parquet data using arrow. by ryzhyk in https://github.com/feldera/feldera/pull/3489
* Multiple optimizations for writing to storage by blp in https://github.com/feldera/feldera/pull/3497
* [adapters] Add operation type to raw Avro messages. by ryzhyk in https://github.com/feldera/feldera/pull/3498
* ci: python: set test execution timeout by abhizer in https://github.com/feldera/feldera/pull/3493
* [dbsp] Implement Hash for dyn DataTrait. by ryzhyk in https://github.com/feldera/feldera/pull/3500
* adapters: improve URL connector error reporting by snkas in https://github.com/feldera/feldera/pull/3494
* Shrink btree cursors by blp in https://github.com/feldera/feldera/pull/3505
* [dbsp] Prioritize the longest spines for merging. by blp in https://github.com/feldera/feldera/pull/3504
* Bloom filter fixes by blp in https://github.com/feldera/feldera/pull/3507
* release: bump project version to 0.37.0 by gz in https://github.com/feldera/feldera/pull/3514


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.36.0...v0.37.0

0.36.0

Read the [Incremental Update for v0.36](https://www.feldera.com/blog/incremental-update-16/) to learn what's new in this release!

What's Changed
* docker: point compose file to Feldera version 0.35.0 by gz in https://github.com/feldera/feldera/pull/3359
* pipeline-manager: distinguish two pipeline API categories by snkas in https://github.com/feldera/feldera/pull/3360
* helm: update Enterprise version to v0.16.1 by lalithsuresh in https://github.com/feldera/feldera/pull/3357
* [CI] Fix incorrectly extracting release version for the multi-arch manifest tag by Karakatiza666 in https://github.com/feldera/feldera/pull/3366
* [CI] Fix incorrectly extracting release version for the multi-arch manifest tag by Karakatiza666 in https://github.com/feldera/feldera/pull/3370
* pipeline-manager: reorder action and checkpoint API endpoints by snkas in https://github.com/feldera/feldera/pull/3368
* [dbsp] Fix antijoin for indexed z-sets. by ryzhyk in https://github.com/feldera/feldera/pull/3371
* pipeline-manager: organize endpoints of API by snkas in https://github.com/feldera/feldera/pull/3367
* Fix Ad-hoc UI in WebConsole, enable batch delete of failed pipelines by Karakatiza666 in https://github.com/feldera/feldera/pull/3369
* [adapters] s3: Avoid panic when adapter exits before reading all the … by blp in https://github.com/feldera/feldera/pull/3377
* Print root-cause for input/output errors. by gz in https://github.com/feldera/feldera/pull/3378
* pipeline-manager: remove `main_rust` from API GET endpoints by snkas in https://github.com/feldera/feldera/pull/3382
* [docs] Clarify LATENESS expression type by ryzhyk in https://github.com/feldera/feldera/pull/3386
* [adapters] Reduce serde code. by ryzhyk in https://github.com/feldera/feldera/pull/3385
* py: add uuid tests by rivudhk in https://github.com/feldera/feldera/pull/3376
* py: DECIMAL type tests for COUNT, EVERY and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/3381
* [dbsp] Disable io_uring storage by default. by blp in https://github.com/feldera/feldera/pull/3389
* [SQL] Remove unused fields from plans by mihaibudiu in https://github.com/feldera/feldera/pull/3387
* py: modified timestamp tests to include more intervals by rivudhk in https://github.com/feldera/feldera/pull/3335
* [SQL] Share indexes for antijoins and outer joins by mihaibudiu in https://github.com/feldera/feldera/pull/3395
* Multiway merging by gz in https://github.com/feldera/feldera/pull/3392
* [SQL] Add a missing cast function to sqllib by mihaibudiu in https://github.com/feldera/feldera/pull/3397
* [dbsp] Avoid sharding in antijoin. by ryzhyk in https://github.com/feldera/feldera/pull/3393
* [dbsp] The sum of sharded streams is sharded. by ryzhyk in https://github.com/feldera/feldera/pull/3394
* Compression by gz in https://github.com/feldera/feldera/pull/3410
* release: bump project version to 0.36.0 by gz in https://github.com/feldera/feldera/pull/3414


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.35.0...v0.36.0

0.35.0

**Full Changelog**: https://github.com/feldera/feldera/compare/v0.34.1...v0.35.0

0.34.1

This release fixes a potential deadlock in the pipeline-manager that got introduced in `v0.34.0`. If you're running this version it is advisable to upgrade to this bugfix release.

What's Changed
* docker: point compose file to Feldera version 0.34.0 by gz in https://github.com/feldera/feldera/pull/3289
* [SQL] Remove spurious warning; CSE for delta operators by mihaibudiu in https://github.com/feldera/feldera/pull/3283
* [SQL] Fix two bugs in monotone value computation by mihaibudiu in https://github.com/feldera/feldera/pull/3290
* Fix display of datafusion errors. by gz in https://github.com/feldera/feldera/pull/3292
* dbsp: Disable missing documentation warnings for test-only items. by blp in https://github.com/feldera/feldera/pull/3296
* [SQL] Simpler conversion of FP to string by mihaibudiu in https://github.com/feldera/feldera/pull/3295
* [SQL] Better error messages involving string and decimal types (3247) by mihaibudiu in https://github.com/feldera/feldera/pull/3273
* [DOCS] Attempt to use anchors in docusaurus files for functions by mihaibudiu in https://github.com/feldera/feldera/pull/3298
* [SQL] Support for IF function by mihaibudiu in https://github.com/feldera/feldera/pull/3299
* [dbsp] schedule circuits using tokio. by ryzhyk in https://github.com/feldera/feldera/pull/3300
* Correctly GC output of `chain_aggregate`. by ryzhyk in https://github.com/feldera/feldera/pull/3304
* Fixes a RwLock deadlock in manager. by gz in https://github.com/feldera/feldera/pull/3308
* release: bump project version to 0.34.1 by gz in https://github.com/feldera/feldera/pull/3311


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.34.0...v0.34.1

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.