{{ message }}
Releases: feldera/feldera
Releases · feldera/feldera
v0.290.0
What's Changed
- [web-console] Implement read-only view for a deleted pipeline by @Karakatiza666 in #6064
- [SLT] Omit test which overflows by @mihaibudiu in #6082
- Added kwargs to input_json function by @anandbraman in #6084
- py: fix Kafka Avro tests for improved performance by @rivudhk in #5880
- Disable eager file eviction. by @gz in #6087
- fda: add --tls-cert flag to trust custom CA for HTTPS by @mvanhorn in #6074
- Adhoc prepare by @gz in #6095
- Bump dompurify from 3.3.3 to 3.4.0 in /docs.feldera.com in the npm_and_yarn group across 1 directory by @dependabot[bot] in #6055
- pipeline-manager: local runner writes in streaming fashion by @snkas in #6098
- [web-console] Make status polling resilient to hiding the page by @Karakatiza666 in #6079
- [dbsp] rank and dense_rank operators. by @ryzhyk in #6085
- Fix missing syntax highlight in SQL editor by @Karakatiza666 in #6106
- Add reset status API skeleton. by @gz in #6108
- [web-console] Avoid unplanned triggering reactive updates by @Karakatiza666 in #6111
- [adapters] Add Postgres CDC input connector with crash-safe replication by @flak153 in #5988
- ci: Automate dbt-feldera release by @gz in #6114
New Contributors
Full Changelog: v0.289.0...v0.290.0
v0.289.0
What's Changed
- [SQL] Test checking that CASE evaluation is lazy by @mihaibudiu in #6053
- ci: cancel run immediately when build-rust fails by @jyotshnayaparla-00 in #6067
- ci: add fda-aarch64-apple-darwin to release artifacts by @jyotshnayaparla-00 in #6073
- cargo: update
rustls-webpkiby @snkas in #6077 - pipeline-manager: storage status details by @snkas in #6046
- [SQL] Emit a warning if DECIMAL is used without precision and scale by @mihaibudiu in #6071
- pipeline-manager: fix refreshing of details by @snkas in #6080
- python: fix refresh version test name duplicates by @snkas in #6083
- cargo: update
async-natsby @snkas in #6078 - [SQL] Document tests for UNNEST by @mihaibudiu in #6059
- [SQL] Cast of a VARIANT to string should work for most variant types by @mihaibudiu in #6044
- [adapters] Fix comment in controller code. by @blp in #6081
Full Changelog: v0.288.0...v0.289.0
v0.288.0
What's Changed
- [adapters] Report batch write progress for Delta Lake output connector. by @swanandx in #6008
- fix partial_shuffle in distinct_count_test by @TheIronBorn in #6026
- [feldera-types] Preserve unknown dev_tweaks options in configuration. by @blp in #6030
- [SQL] Do not serialize as JSON the contents of constant collections by @mihaibudiu in #6023
- [connectors] Clock connector picks up clock resolution changes. by @ryzhyk in #6001
- adapters: fix OOM in ad-hoc query hashing for large data by @swanandx in #6016
- Bump follow-redirects from 1.15.11 to 1.16.0 in /docs.feldera.com in the npm_and_yarn group across 1 directory by @dependabot[bot] in #6034
- [webui] Display 0 for statistics before pipeline starts by @mihaibudiu in #6051
- feat(py): A dbt adapter for Feldera (not a Feldera adapter, but a dbt adapter, that is wrapping Feldera) by @mdrakiburrahman in #5950
- [connectors] Add custom columns to PG output. by @ryzhyk in #6047
- Bump the uv group across 2 directories with 1 update by @dependabot[bot] in #6056
- Add checkpoint info to /stats API endpoint, add checkpoint info UI by @Karakatiza666 in #6003
- python: fix logs test by @snkas in #6058
- Feldera samply by @blp in #6052
- [SQL] Improve code generation for functions that use Regex and Timezone by @mihaibudiu in #6043
- [SQL] Add version information to SQL compiler by @mihaibudiu in #6061
New Contributors
- @TheIronBorn made their first contribution in #6026
- @mdrakiburrahman made their first contribution in #5950
Full Changelog: v0.287.0...v0.288.0
v0.287.0
What's Changed
- feldera-types: resolve env vars in connector config by @abhizer in #5836
- python: add support for adhoc query as pyarrow table by @monochromatti in #5814
- Fix f64 deserialization in DevTweaks inside flattened PipelineConfig by @gz in #6017
- [SQL] Fix incorrect documentation for TO_HEX function by @mihaibudiu in #6021
- Add output reset API skeleton by @gz in #6018
- [PROFILER] Allow searching by a substring of a persistent ID by @mihaibudiu in #6022
- [SQL] Fix crash in waterline computation by @mihaibudiu in #6019
- [SQL] Do not use buggy Calcite function implementation SPLIT_PART by @mihaibudiu in #6020
- ci: abort Docker build job when workflow is cancelled by @jyotshnayaparla-00 in #6024
- [adapters] Delta input: revamp error handling and retry logic. by @ryzhyk in #6015
New Contributors
- @monochromatti made their first contribution in #5814
Full Changelog: v0.286.0...v0.287.0
v0.286.0
What's Changed
- cargo: update
rdkafkato0.39.0by @snkas in #6009 - ci: abort web console e2e job when workflow is cancelled by @jyotshnayaparla-00 in #6012
- [SQL] Support for the CONVERT_TIMEZONE function by @mihaibudiu in #6010
Full Changelog: v0.285.0...v0.286.0
v0.285.0
What's Changed
- Improve selection behavior of the Logs tab by @Karakatiza666 in #5756
- [adapters] Delta output: enable checkpoints. by @ryzhyk in #6006
Full Changelog: v0.284.0...v0.285.0
v0.284.0
What's Changed
- [dbsp] Test for the InputUpsert operator. by @ryzhyk in #5995
- Grafana dashboard template and reorganization by @anandbraman in #5999
- [adapters] Report how much data each input connector supplies per step. by @blp in #6000
Full Changelog: v0.283.0...v0.284.0
v0.283.0
What's Changed
- [UI] implement pipeline search by @anandbraman in #5983
- [dbsp] Use approximate size for size of in-memory batches. by @blp in #5998
- [web-console] Make pipelines table header sticky by @Karakatiza666 in #5997
Full Changelog: v0.282.0...v0.283.0
v0.282.0
What's Changed
- [web-console] Fix failing to display the connector errors … by @Karakatiza666 in #5933
Full Changelog: v0.281.0...v0.282.0
v0.281.0
What's Changed
- Revert "ci: skip build phases on re-enqueue if artifacts already exist" by @jyotshnayaparla-00 in #5978
- [SQL] Add two missing visitor methods to CircuitDispatcher by @mihaibudiu in #5990
- [dbsp] Use
Cellin place ofRefCellwhere we can. by @blp in #5956 - deps: python: exclude-newer than 1 week by @abhizer in #5984
Full Changelog: v0.280.0...v0.281.0
