Releases: feldera/feldera
Releases · feldera/feldera
v0.272.0
What's Changed
- [DOCS] Fix SQL function index by @mihaibudiu in #5859
- ci: bump github-pages-deploy-action to v4.7.5 by @jyotshnayaparla-00 in #5862
- [docs] Update from vulnerable npm package versions by @Karakatiza666 in #5857
- [SQL] Improved unused field analysis: proper dataflow analysis, and less conservative handling of nullable tuples by @mihaibudiu in #5826
- [SQL] Improve error messages for DATEDIFF and RANK by @mihaibudiu in #5860
- [docs] add section for currently unsupported sql operations by @anandbraman in #5861
- [SQL] Share indexes between joins when possible by @mihaibudiu in #5832
- [SQL] Reduce dataflow graph json file produced by default by @mihaibudiu in #5864
- [SQL] Better validation to reject ROWS window queries by @mihaibudiu in #5876
- [dbsp] Fix inprogress_rebalancing_time_seconds metric. by @ryzhyk in #5877
- [SQL] Heuristic validation for format arguments by @mihaibudiu in #5879
- Fix/ci release docs deploy by @jyotshnayaparla-00 in #5878
- Fix/ci release docs deploy by @jyotshnayaparla-00 in #5881
- Bump tar from 0.4.44 to 0.4.45 in the cargo group across 1 directory by @dependabot[bot] in #5882
- docs: add test file references for period predicate operators by @rivudhk in #5886
- Bump aws-lc-fips-sys from 0.13.12 to 0.13.13 in the cargo group across 1 directory by @dependabot[bot] in #5888
- Ci/prepare for v0.272.0 by @jyotshnayaparla-00 in #5884
Full Changelog: v0.271.0...v0.272.0
v0.271.0
What's Changed
- [SQL] Avoid vulnerable version of jackson library by @mihaibudiu in #5846
- [web-console] Several connector UI improvements by @Karakatiza666 in #5851
- [web-console] Improve Samply profile download UX by @Karakatiza666 in #5853
- [SLT] Fixes for SLT failing tests by @mihaibudiu in #5852
- py: deps: update pyjwt to version 2.12.0 or greater by @abhizer in #5855
- Add Windows fda install script, update docs by @Karakatiza666 in #5856
- ci: add pytest extra args by @gz in #5865
Full Changelog: v0.270.0...v0.271.0
v0.270.0
What's Changed
- Bump quinn-proto from 0.11.12 to 0.11.14 in the cargo group across 1 directory by @dependabot[bot] in #5795
- [docs] add merge code example to delta docs by @anandbraman in #5845
- [SQL] Use stable sorting for the circuit graph -- will produce fewer … by @mihaibudiu in #5796
- [dbsp] Decouple foreground and background workers. by @ryzhyk in #5840
- cargo: update
lz4_flexto0.12.1by @snkas in #5850 - py: modify kafka integration test to support multi variant test methods by @rivudhk in #5809
- ci: build fda for Windows amd64 by @jyotshnayaparla-00 in #5849
Full Changelog: v0.269.0...v0.270.0
v0.269.0
What's Changed
- [DOC] Fix some descriptions in the ad-hoc documentation by @xiedeyantu in #5830
- ci: update github actions versions by @swanandx in #5834
- [adapters] NATS: Reduce probe API calls and default inactivity timeout to 60s by @kfollesdal in #5828
- [web-console] Add connector health UI to Performance tab by @Karakatiza666 in #5801
- A more scalable buffer cache by @gz in #5788
- [adapters] NATS: Fix FATAL error bug, by improving classify stream/sequence validation errors by @kfollesdal in #5835
- ci: gate docker build on web console unit tests passing by @jyotshnayaparla-00 in #5839
New Contributors
- @xiedeyantu made their first contribution in #5830
Full Changelog: v0.268.0...v0.269.0
v0.268.0
What's Changed
- Two profiler improvements (two separate commits) by @mihaibudiu in #5807
- [dbsp] Increase async merger slot0 size to 15,000. by @ryzhyk in #5824
Full Changelog: v0.267.0...v0.268.0
v0.267.0
What's Changed
- pipeline-manager: fix starting pipeline while clearing storage by @snkas in #5812
- NATS Input Connector: Bug fix, reliability & test improvements by @kfollesdal in #5761
- Ci fast fail on job failure by @jyotshnayaparla-00 in #5786
New Contributors
- @kfollesdal made their first contribution in #5761
Full Changelog: v0.266.0...v0.267.0
v0.266.0
What's Changed
- Parallel serde by @blp in #5774
- [web-console] Update web console vite config with dedupe by @anandbraman in #5797
- [dbsp] Always GC storage at startup. by @blp in #5803
- [docs] add minimum requirements for cluster configuration to helm guide by @anandbraman in #5802
- S3 sync rework tests by @abhizer in #5789
- python: waiting arguments for
pipeline.clear_storage()by @snkas in #5808 - ci: treat dependabot PRs like fork PRs in pre-merge queue by @jyotshnayaparla-00 in #5810
- [adapters] Add metrics and stats for transaction sizes and durations. by @blp in #5800
Full Changelog: v0.265.0...v0.266.0
v0.265.0
What's Changed
- [adapters] Add retries to delta output connector. by @ryzhyk in #5782
- [python] Enable test reading python logs by @mihaibudiu in #5793
- ci: fix pre-commit job still passing when pre-commit fails by @jyotshnayaparla-00 in #5790
Full Changelog: v0.264.0...v0.265.0
v0.264.0
What's Changed
- py: add integration test for kafka input and output connector by @rivudhk in #5733
- [SQL] Support OVER windows for DECIMAL and short INTERVAL types by @mihaibudiu in #5787
- [qa] Fixup connector status test. by @ryzhyk in #5792
Full Changelog: v0.263.0...v0.264.0
v0.263.0
What's Changed
- [SQL] Better handling of DROP TABLE (only used in SLT tests) by @mihaibudiu in #5771
- py: add test file references for window agg functions DENSE_RANK, LAG, LEAD, ROW_NUMBER, RANK by @rivudhk in #5780
- POC for triage integration with ui by @anandbraman in #5644
- [adapters] Report recent connector errors in the API by @ryzhyk in #5775
- [SQL] Fix typo in implementation of DROP by @mihaibudiu in #5781
- [SQL][connectors] Support for preprocessors in connectors by @mihaibudiu in #5681
- Fix issues found by pre-commit by @mihaibudiu in #5785
- [web-console] Add connector errors list by @Karakatiza666 in #5784
Full Changelog: v0.262.0...v0.263.0