Releases: feldera/feldera
Releases · feldera/feldera
v0.274.0
What's Changed
- [SQL] Do not take references of expressions in LazyCell initializers by @mihaibudiu in #5907
- [dbsp] Memory pressure mechanism by @ryzhyk in #5901
- feldera-types: remove unused dependencies by @snkas in #5910
Full Changelog: v0.273.0...v0.274.0
v0.273.0
What's Changed
- storage: re-use FBufs across allocation/deallocation by @gz in #5843
- [SQL] Fix conversion of DECIMAL(38, x) to INTEGER by @mihaibudiu in #5891
- deps: Update aws-lc-sys by @gz in #5892
- [SQL] Add support for
FORMAT_TIMESTAMPandFORMAT_TIMEby @mihaibudiu in #5889 - Bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #5707
- docs: add documentation for multiple string and numeric functions by @rivudhk in #5900
- [docs] bump js-yaml version by @Karakatiza666 in #5903
- [web-console] Improve error popups by including error context by @Karakatiza666 in #5868
- Issue 5905: quiet build warnings during non-present git folder by @gz in #5906
Full Changelog: v0.272.0...v0.273.0
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