Skip to content

Tags: feldera/feldera

Tags

v0.212.0

Toggle v0.212.0's commit message
adapters: revert: `runtime_config` in `ServerState`

Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>

v0.211.0

Toggle v0.211.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <feldera-bot@feldera.com>

v0.210.0

Toggle v0.210.0's commit message
[SQL] Add missing clone operation

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

v0.209.0

Toggle v0.209.0's commit message
[SQL] Better error reporting for calls to unwrap

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

v0.208.0

Toggle v0.208.0's commit message
[SQL] Generate correct code for LAG operators, using the comparator type

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

v0.207.0

Toggle v0.207.0's commit message
[docs] example how to enable json logs with helm

v0.206.0

Toggle v0.206.0's commit message
[SQL] Rework implementation of struct types

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

v0.205.0

Toggle v0.205.0's commit message
[SQL] Fix bug in removal of unused fields

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>

v0.204.0

Toggle v0.204.0's commit message
[json-log] add JSON logging docs and fix format

- Align docs with identity fields and examples, including
  pipeline-specific tagging and clarified schema/notes.
- Add pipeline feldera-service tag to pipeline JSON logs
- Remove structured tenant_id fields from manager logs
  to keep payload minimal.
- Prepare for cloud kubernetes-runner json support

v0.203.0

Toggle v0.203.0's commit message
cargo: upgrade version of several dependencies

Below a list of the major version changes, along with the release date
of the new version (all of which have a delay of at least a month to
ensure cooldown) and the code changes made.

- `actix-cors`: 0.6.4 -> 0.7.1 (March 11th, 2025).
  - Preserve of `block_on_origin_mismatch` by setting it to `true`.
- `colored`: 2.0.0 -> 3.0.0 (January 7th, 2025)
  - No code changes were made
- `deadpool-postgres`: 0.10.5 -> 0.14.1 (December 18th, 2024)
  - No code changes were made
- `postgresql_embedded`: 0.18.6 -> 0.20.0 (August 31st, 2025)
  - No code changes were made
- `refinery`: 0.8.10 -> 0.9.0 (October 10th, 2025)
  - `SchemaVersion` type is `i32` instead of `u32`
- `zip`: 0.6.2 -> 6.0.0 (October 9th, 2025)
  - Use `SimpleFileOptions` instead of `FileOptions`
  - `.finish()` consumes `self`, so it does not need to be dropped
    afterward

Minor changes:
- `reqwest`: 0.12 -> 0.12.24
- `vergen-gitcl`: moved version to workspace Cargo.toml

Signed-off-by: Simon Kassing <simon.kassing@feldera.com>