Feldera

Latest version: v0.37.0

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

Scan your dependencies

Page 2 of 9

0.32.0

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

What's Changed
* post release v0.31.2 by lalithsuresh in https://github.com/feldera/feldera/pull/3112
* pipeline-manager: clearer error message when handle is no longer owned by snkas in https://github.com/feldera/feldera/pull/3092
* [adapters] Optimize loading delta tables with lateness by ryzhyk in https://github.com/feldera/feldera/pull/3106
* pipeline-manager: compiler rework tests by snkas in https://github.com/feldera/feldera/pull/3116
* py: MAP type tests for ARG_MAX, ARG_MIN and ARR_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/3120
* [SQL] Improved validation for view lateness (3114) by mihaibudiu in https://github.com/feldera/feldera/pull/3122
* [WebConsole] Fix .randomUUID() needlessly required even in unsecure deployments by Karakatiza666 in https://github.com/feldera/feldera/pull/3130
* pipeline-manager: query parameter `code=false` excludes `program_info` by snkas in https://github.com/feldera/feldera/pull/3129
* Use docker.com mirror for redpanda image. by gz in https://github.com/feldera/feldera/pull/3134
* release: bump project version to 0.32.0 by gz in https://github.com/feldera/feldera/pull/3136


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.31.2...v0.32.0

0.31.2

What's Changed
* post release v0.31.1 by lalithsuresh in https://github.com/feldera/feldera/pull/3080
* Update README.md by lalithsuresh in https://github.com/feldera/feldera/pull/3082
* [SQL] Fixes bugs found by SQLancer by mihaibudiu in https://github.com/feldera/feldera/pull/3081
* docs: Document fault tolerance. by blp in https://github.com/feldera/feldera/pull/3077
* [DOCS] Recursion is supported by mihaibudiu in https://github.com/feldera/feldera/pull/3085
* dbsp_adapters: Add support for multiline JSON. by blp in https://github.com/feldera/feldera/pull/3061
* [SQL] Emit extra metadata information in JSON: default value, lateness, watermark by mihaibudiu in https://github.com/feldera/feldera/pull/3068
* python: account for status `SqlCompiled` in program compilation check by snkas in https://github.com/feldera/feldera/pull/3091
* [SQL] Three commmits fixing bugs in the SQL compiler runtime by mihaibudiu in https://github.com/feldera/feldera/pull/3089
* [SQL] Support for PARSE_* functions for time-related types by mihaibudiu in https://github.com/feldera/feldera/pull/3087
* py: ARRAY type tests for ARG_MIN and ARG_MAX aggregates by rivudhk in https://github.com/feldera/feldera/pull/3078
* [fda] fix --recompile and add --version by gz in https://github.com/feldera/feldera/pull/3090
* Fixes 2 bugs found by Sqlancer and 1 bug found by SLT by mihaibudiu in https://github.com/feldera/feldera/pull/3099
* [SQL] Only merge map operators with their input when their input has … by mihaibudiu in https://github.com/feldera/feldera/pull/3097
* py: MAP type tests for MAX and MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/3079
* [SQL] Introduce a let expression; use it to provide multiple flavors … by mihaibudiu in https://github.com/feldera/feldera/pull/3103
* [SQL] Build compiler based on a branch which does not change accidentally by mihaibudiu in https://github.com/feldera/feldera/pull/3105
* release: bump project version to 0.31.2 by lalithsuresh in https://github.com/feldera/feldera/pull/3111
* [SQL] a function that clones a complex value (e.g. an ARRAY) is still a projection by mihaibudiu in https://github.com/feldera/feldera/pull/3110


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.31.1...v0.31.2

0.31.1

What's Changed
* Post-release v0.31. by gz in https://github.com/feldera/feldera/pull/3054
* Add tests for FileValBatch. by blp in https://github.com/feldera/feldera/pull/3049
* py: ARRAY type tests for ARRAY_AGG aggregate by rivudhk in https://github.com/feldera/feldera/pull/3046
* [SQL] Better validation for default column initializers by mihaibudiu in https://github.com/feldera/feldera/pull/3058
* dbsp: Improved trace compaction by ryzhyk in https://github.com/feldera/feldera/pull/3057
* adapters: Upgrade to datafusion 0.43. by ryzhyk in https://github.com/feldera/feldera/pull/3060
* [SQL] Change 'CREATE RECURSIVE VIEW' to 'DECLARE RECURSIVE VIEW' by mihaibudiu in https://github.com/feldera/feldera/pull/3062
* [SQL] Use UnimplementedException instead of NotImplementedException by mihaibudiu in https://github.com/feldera/feldera/pull/3064
* py: ARRAY type tests for COUNT, EVERY and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/3065
* Clippy 1.83 by ryzhyk in https://github.com/feldera/feldera/pull/3066
* [SQL] Support for OVER without ROWS, RANK, or ORDER BY by mihaibudiu in https://github.com/feldera/feldera/pull/3067
* pipeline-manager: compiler server improvements including caching by snkas in https://github.com/feldera/feldera/pull/2992
* [tests] re-enable SQL aggregate tests for decimals by abhizer in https://github.com/feldera/feldera/pull/3069
* release: bump project version to 0.31.1 by lalithsuresh in https://github.com/feldera/feldera/pull/3075


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.31.0...v0.31.1

0.31.0

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

What's Changed

* py: BINARY type tests for COUNT, MAX and MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/2944
* [docs] Trailing comma in JSON in confluent-jdbc.md by ryzhyk in https://github.com/feldera/feldera/pull/2955
* feldera-types: fix serialization of `SqlType` by snkas in https://github.com/feldera/feldera/pull/2948
* [WebConsole] Improve error handling when parsing streams by Karakatiza666 in https://github.com/feldera/feldera/pull/2935
* dbsp_adapters: Add secret resolution to FT Kafka output adapter. by blp in https://github.com/feldera/feldera/pull/2957
* docs: feldera enterprise v0.12.0 by snkas in https://github.com/feldera/feldera/pull/2958
* Three commits fixing 3 different reported bugs by mihaibudiu in https://github.com/feldera/feldera/pull/2950
* py: BINARY type tests for ARG_MAX, ARG_MIN and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/2959
* [SQL] Allow users to define new type names for existing types by mihaibudiu in https://github.com/feldera/feldera/pull/2952
* py: BINARY type tests for SOME and EVERY aggregates by rivudhk in https://github.com/feldera/feldera/pull/2960
* [SQL] CalciteException does not signal an internal compiler error by mihaibudiu in https://github.com/feldera/feldera/pull/2953
* [SQL] support for mutually-recursive views by mihaibudiu in https://github.com/feldera/feldera/pull/2674
* Use a Calcite branch that has the expected commit by mihaibudiu in https://github.com/feldera/feldera/pull/2968
* Make sure we run adhoc queries in the dbsp tokio rt. by gz in https://github.com/feldera/feldera/pull/2963
* [WebConsole] Fix a rare crash when opening a page by Karakatiza666 in https://github.com/feldera/feldera/pull/2965
* [SQL] Handle correctly the last SLT test in a file when the test output is empty by mihaibudiu in https://github.com/feldera/feldera/pull/2966
* [SQL] Rebase Calcite on latest main by mihaibudiu in https://github.com/feldera/feldera/pull/2967
* [SQL] support split_part for postgres string by zhuqi-lucas in https://github.com/feldera/feldera/pull/2969
* py: VARBINARY tests for COUNT and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/2973
* [SQL] Runtime library support for TIMESTAMP +/- LONG INTERVAL by mihaibudiu in https://github.com/feldera/feldera/pull/2974
* [SQL] Fix 3 bugs related to recursive programs by mihaibudiu in https://github.com/feldera/feldera/pull/2981
* py: INTERVAL type tests for COUNT aggregate by rivudhk in https://github.com/feldera/feldera/pull/2937
* [manager] Quote case-sensitive table names. by ryzhyk in https://github.com/feldera/feldera/pull/2983
* dbsp: Use xxh3 default hasher instead of custom. by blp in https://github.com/feldera/feldera/pull/2982
* [python] detailed error message on start / pause by abhizer in https://github.com/feldera/feldera/pull/2984
* py: VARBINARY type tests for MAX, MIN, EVERY and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/2988
* Fault tolerance fixes and improvements by blp in https://github.com/feldera/feldera/pull/2962
* [dbsp] Strongly typed controlled filters. by ryzhyk in https://github.com/feldera/feldera/pull/2995
* py: INTERVAL type tests for MIN, EVERY and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/2993
* [SQL] Support for the regexp_replace function by mihaibudiu in https://github.com/feldera/feldera/pull/2996
* Add example for debugging recursion. by gz in https://github.com/feldera/feldera/pull/3000
* [SQL] Fix crash caused by recursive view not declared but not defined by mihaibudiu in https://github.com/feldera/feldera/pull/3003
* Implement the first version of the new UI design and layout by Karakatiza666 in https://github.com/feldera/feldera/pull/2985
* [SQL] Introduce a system view for displaying runtime errors by mihaibudiu in https://github.com/feldera/feldera/pull/3002
* [SQL] Load only implemented functions from Calcite by mihaibudiu in https://github.com/feldera/feldera/pull/3008
* py: VARBINARY type tests for ARG_MAX and ARG_MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/3013
* [SQL/SLT] SLT tests were broken when the error view was introduced by mihaibudiu in https://github.com/feldera/feldera/pull/3012
* py: INTERVAL type tests for ARG_MAX and ARG_MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/3014
* [docs] Fix typo in Kafka input connector docs by watfordsuzy in https://github.com/feldera/feldera/pull/3015
* Error handling bug fixes in input adapters by blp in https://github.com/feldera/feldera/pull/3016
* [SQL] Add the predefined non-Calcite functions to the function index by mihaibudiu in https://github.com/feldera/feldera/pull/3018
* [SQL] Reorganize date computations by mihaibudiu in https://github.com/feldera/feldera/pull/3026
* [SQL] Do not insert connector information in the generated Rust code by mihaibudiu in https://github.com/feldera/feldera/pull/3032
* [SQL] Pass distinctness information to DBSP layer by mihaibudiu in https://github.com/feldera/feldera/pull/3027
* [SQL] Implement more arithmetic operations on intervals by mihaibudiu in https://github.com/feldera/feldera/pull/3033
* [WebConsole] Multiple UI fixes by Karakatiza666 in https://github.com/feldera/feldera/pull/3036
* [SQL] strip connector information from table definitions by abhizer in https://github.com/feldera/feldera/pull/3045
* dbsp: Fix tuple builder for FileValBatch. by blp in https://github.com/feldera/feldera/pull/3047
* py: subtraction test for DATE type by rivudhk in https://github.com/feldera/feldera/pull/2987
* [SQL] Fixes several bugs found using SqlLancer. by mihaibudiu in https://github.com/feldera/feldera/pull/3048
* [SQL] implement blackbox function by abhizer in https://github.com/feldera/feldera/pull/3044
* Improve ad-hoc query documentation. by gz in https://github.com/feldera/feldera/pull/3001
* dbsp: Replace recede_to with set_frontier. by ryzhyk in https://github.com/feldera/feldera/pull/3051
* [SQL] Support for map_contains_key function by mihaibudiu in https://github.com/feldera/feldera/pull/3050
* release: bump project version to 0.31.0 by gz in https://github.com/feldera/feldera/pull/3053

New Contributors
* watfordsuzy made their first contribution in https://github.com/feldera/feldera/pull/3015

**Full Changelog**: https://github.com/feldera/feldera/compare/v0.30.0...v0.31.0

0.30.0

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

What's Changed
* docker: point compose file to Feldera version 0.29.0 by gz in https://github.com/feldera/feldera/pull/2891
* [SQL] Monotonicity analysis for LAG operator by mihaibudiu in https://github.com/feldera/feldera/pull/2880
* [docs] Time-series guide clarifications. by ryzhyk in https://github.com/feldera/feldera/pull/2896
* py: time type tests for ARG_MAX and ARG_MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/2894
* [SQL] Implement DATE_TRUNC(week, ...) by mihaibudiu in https://github.com/feldera/feldera/pull/2885
* py: time type tests for SOME and EVERY aggregates by rivudhk in https://github.com/feldera/feldera/pull/2895
* docs: feldera enterprise v0.11.0 by snkas in https://github.com/feldera/feldera/pull/2897
* [WebConsole] Multiple minor fixes by Karakatiza666 in https://github.com/feldera/feldera/pull/2886
* Controlled filters with error stream by ryzhyk in https://github.com/feldera/feldera/pull/2899
* py: TIMESTAMP type tests for COUNT and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/2902
* [demos] Real-time feature engineering demo. by ryzhyk in https://github.com/feldera/feldera/pull/2901
* Fault tolerance fixes by blp in https://github.com/feldera/feldera/pull/2892
* [SQL] Fix typo in visitor implementation; ExpressionTree class for debugging help by mihaibudiu in https://github.com/feldera/feldera/pull/2904
* [demo] Typo in the feature eng demo. by ryzhyk in https://github.com/feldera/feldera/pull/2912
* [SQL] Support for ROW type by mihaibudiu in https://github.com/feldera/feldera/pull/2913
* py: TIMESTAMP type tests for MIN, MAX and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/2909
* [ci] python-publish: fix path to uv.lock by abhizer in https://github.com/feldera/feldera/pull/2914
* Implement table view for data in Change Stream by Karakatiza666 in https://github.com/feldera/feldera/pull/2903
* py: TIMESTAMP type tests for ARG_MIN, ARG_MAX and EVERY aggregates by rivudhk in https://github.com/feldera/feldera/pull/2918
* [SQL] Tweak Calcite optimization rules to avoid crashes by mihaibudiu in https://github.com/feldera/feldera/pull/2916
* demo: compile and run all packaged demos in a test by snkas in https://github.com/feldera/feldera/pull/2920
* py: DATE type tests for COUNT, EVERY and SOME aggregates by rivudhk in https://github.com/feldera/feldera/pull/2922
* py: DATE type tests for ARG_MAX, ARG_MIN, and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/2924
* py: DATE type tests for MAX and MIN aggregates by rivudhk in https://github.com/feldera/feldera/pull/2923
* [sql] Don't generate serde traits for structs. by ryzhyk in https://github.com/feldera/feldera/pull/2925
* [SQL] Fix bug in implementation of XOR aggregate by mihaibudiu in https://github.com/feldera/feldera/pull/2926
* [SQL] Trim unused fields backwards from joins by mihaibudiu in https://github.com/feldera/feldera/pull/2928
* [SQL/SLT] Improve algorithm to select tests to run every day by mihaibudiu in https://github.com/feldera/feldera/pull/2932
* Multiple WebConsole fixes and improvements by Karakatiza666 in https://github.com/feldera/feldera/pull/2927
* Re-introduce backpressure into Async merger. by gz in https://github.com/feldera/feldera/pull/2917
* [SQL] Proper validation of duplicate view column names by mihaibudiu in https://github.com/feldera/feldera/pull/2941
* release: bump project version to 0.30.0 by gz in https://github.com/feldera/feldera/pull/2945


**Full Changelog**: https://github.com/feldera/feldera/compare/v0.29.0...v0.30.0

0.29.0

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

What's Changed

* docker: point compose file to Feldera version 0.28.0 by gz in https://github.com/feldera/feldera/pull/2765
* py: varchar type tests for COUNT() aggregate by rivudhk in https://github.com/feldera/feldera/pull/2761
* Remove missing markdown file in docs from sidebar.js. by gz in https://github.com/feldera/feldera/pull/2766
* Fix table that breaks docusaurus build in docs. by gz in https://github.com/feldera/feldera/pull/2767
* docs: feldera enterprise v0.10.0 by snkas in https://github.com/feldera/feldera/pull/2769
* [SQL] Support for OVER that sorts on decimal columns by mihaibudiu in https://github.com/feldera/feldera/pull/2746
* [WebConsole] Fix weird graph behavior when switching pipelines by Karakatiza666 in https://github.com/feldera/feldera/pull/2770
* py: varchar type tests for EVERY aggregate by rivudhk in https://github.com/feldera/feldera/pull/2772
* [dbsp] Avoid scheduling cycles caused by delayed integrals. by ryzhyk in https://github.com/feldera/feldera/pull/2773
* py: varchar(n) type tests for count aggregate by rivudhk in https://github.com/feldera/feldera/pull/2771
* pipeline-manager: handle unavailable pipelines by snkas in https://github.com/feldera/feldera/pull/2739
* [dbsp] Chain aggregate operator. by ryzhyk in https://github.com/feldera/feldera/pull/2777
* pipeline-manager: database test model fix for Shutdown and ShuttingDown by snkas in https://github.com/feldera/feldera/pull/2788
* docs: make the user-relevant sections of the documentation more prominent by lalithsuresh in https://github.com/feldera/feldera/pull/2786
* docs: fix broken links from recent sidebar rework by lalithsuresh in https://github.com/feldera/feldera/pull/2790
* py: varchar(n) type tests for ARRAY_AGG() by rivudhk in https://github.com/feldera/feldera/pull/2793
* docs: fix spurious character at the end of sandbox link by lalithsuresh in https://github.com/feldera/feldera/pull/2795
* docs: keep get started section consistent with subsections by lalithsuresh in https://github.com/feldera/feldera/pull/2791
* [sql] support ilike for postgres string by zhuqi-lucas in https://github.com/feldera/feldera/pull/2792
* [SQL] Support for `emit_final` view annotation by mihaibudiu in https://github.com/feldera/feldera/pull/2776
* Fault tolerance by blp in https://github.com/feldera/feldera/pull/2673
* Multiple WebConsole fixes by Karakatiza666 in https://github.com/feldera/feldera/pull/2798
* [dbsp] workaround: `libc::F_UNLCK` type inconsistency between platforms by abhizer in https://github.com/feldera/feldera/pull/2811
* feldera-types: bring back `fault_tolerance` field by snkas in https://github.com/feldera/feldera/pull/2812
* [SQL] Optimize min/max aggregates for append-only streams by mihaibudiu in https://github.com/feldera/feldera/pull/2796
* py: varchar(n) type tests for MIN aggregate by rivudhk in https://github.com/feldera/feldera/pull/2814
* [SQL] Run sqllogictests by rotation, some every day by mihaibudiu in https://github.com/feldera/feldera/pull/2591
* [SQL] Staged computations for regular expressions using lazy_static by mihaibudiu in https://github.com/feldera/feldera/pull/2817
* py: varchar(n) type tests for MAX aggregate by rivudhk in https://github.com/feldera/feldera/pull/2815
* Update from Svelte 5 beta to stable by Karakatiza666 in https://github.com/feldera/feldera/pull/2818
* Revert "Update from Svelte 5 beta to stable" by ryzhyk in https://github.com/feldera/feldera/pull/2825
* [deploy] Upgrade debezium container to 2.7.3.Final by ryzhyk in https://github.com/feldera/feldera/pull/2830
* [demo] Remove the hello-world demo. by ryzhyk in https://github.com/feldera/feldera/pull/2828
* [SQL] GC for emit_final WINDOW operator by mihaibudiu in https://github.com/feldera/feldera/pull/2824
* Split base types from adapters into separate library (adapterlib). by gz in https://github.com/feldera/feldera/pull/2816
* py: varchar type tests for SOME aggregate by rivudhk in https://github.com/feldera/feldera/pull/2813
* Add ad-hoc query introduction to basics-part1 and materialized docs by Karakatiza666 in https://github.com/feldera/feldera/pull/2779
* [dbsp] Disable incorrect test. by ryzhyk in https://github.com/feldera/feldera/pull/2848
* py: varchar(n) type tests for ARG_MIN() aggregate by rivudhk in https://github.com/feldera/feldera/pull/2838
* dbsp_adapters: Set url transport pause tests as ignored for now. by blp in https://github.com/feldera/feldera/pull/2842
* [SQL] window computed for emit_final should be half-open on top by mihaibudiu in https://github.com/feldera/feldera/pull/2823
* [SQL] Fix incorrect field index computation for WINDOW operators used… by mihaibudiu in https://github.com/feldera/feldera/pull/2858
* [SQL] GC output of ChainAggregate by mihaibudiu in https://github.com/feldera/feldera/pull/2853
* py: char(n) type tests for COUNT aggregate by rivudhk in https://github.com/feldera/feldera/pull/2860
* [SQL] Monotonicity analysis for subtract and negate operators by mihaibudiu in https://github.com/feldera/feldera/pull/2851
* Fix banner display in docker form factor. by gz in https://github.com/feldera/feldera/pull/2841
* [SQL] Emit a warning if a program contains an ORDER BY clause which is ignored by mihaibudiu in https://github.com/feldera/feldera/pull/2835
* [adapters] Typo in `push_with_aux`. by ryzhyk in https://github.com/feldera/feldera/pull/2863
* [docs] Guide: Time Series Analysis with Feldera by ryzhyk in https://github.com/feldera/feldera/pull/2844
* Improve "Change Stream" and "Logs" UI reliability by Karakatiza666 in https://github.com/feldera/feldera/pull/2854
* deploy: reorganize docker by snkas in https://github.com/feldera/feldera/pull/2797
* docs: datagen connector example with values inline in columnar format by snkas in https://github.com/feldera/feldera/pull/2865
* [SQL] Separate SQL and SLT tests by mihaibudiu in https://github.com/feldera/feldera/pull/2861
* [docs] Fix typos in `UNNEST` documentation by ryzhyk in https://github.com/feldera/feldera/pull/2868
* [Docs] Fix links to python docs with Docusaurus'es 'pathname://' by Karakatiza666 in https://github.com/feldera/feldera/pull/2870
* Delete files that are no longer part of a spine. by gz in https://github.com/feldera/feldera/pull/2856
* py: char(n) type tests for ARG_MAX(), ARG_MIN() and ARR_AGG() aggregates by rivudhk in https://github.com/feldera/feldera/pull/2866
* py: char(n) type tests for SOME and EVERY aggregate by rivudhk in https://github.com/feldera/feldera/pull/2867
* [SQL] Fix several crashes related to UNNEST by mihaibudiu in https://github.com/feldera/feldera/pull/2871
* dbsp_adapters: Remove stray debug prints. by blp in https://github.com/feldera/feldera/pull/2876
* Fix issues with change stream and overlapping rows by Karakatiza666 in https://github.com/feldera/feldera/pull/2877
* [SQL] Another attempt to run SLT tests nightly by mihaibudiu in https://github.com/feldera/feldera/pull/2879
* py: char(n) type tests for MAX and MIN aggregate by rivudhk in https://github.com/feldera/feldera/pull/2864
* [SQL] Improved semantic validation for LATENESS and WATERMARK by mihaibudiu in https://github.com/feldera/feldera/pull/2873
* py: TIME type tests for MAX and MIN aggregate by rivudhk in https://github.com/feldera/feldera/pull/2878
* py: TIME type tests for COUNT and ARRAY_AGG aggregates by rivudhk in https://github.com/feldera/feldera/pull/2884
* [SQL] Migrate to Calcite 1.38 by mihaibudiu in https://github.com/feldera/feldera/pull/2826
* Send attributes that are null as part of JSON response. by gz in https://github.com/feldera/feldera/pull/2872
* docs/docker: fix typo by morsapaes in https://github.com/feldera/feldera/pull/2888
* release: bump project version to 0.29.0 by gz in https://github.com/feldera/feldera/pull/2889

New Contributors
* zhuqi-lucas made their first contribution in https://github.com/feldera/feldera/pull/2792
* morsapaes made their first contribution in https://github.com/feldera/feldera/pull/2888

**Full Changelog**: https://github.com/feldera/feldera/compare/v0.28.0...v0.29.0

Page 2 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.