Incremental Update 15

Incremental Update 15

Gerd Zellweger
Gerd ZellwegerHead of Engineering / Co-Founder
| January 21, 2025

We’re happy to announce the release of feldera v0.35! Today we have another, smaller release since our last release just happened last week, but we include some exciting changes nevertheless.

Big Records

We fixed problems with ad-hoc queries in the web-console and fda when programs had individual rows which got really big (think megabytes). The fix for the ad-hoc queries in the text format is that we no longer display the full content for very large strings. But don't worry you can still retrieve the full content using json as the format.

Switching from YAML to JSON

Speaking of JSON, with this release we also changed the manager to use JSON instead of YAML as our internal config representation. This made sense since everything user-facing was already JSON and the serde-yaml crate is no longer maintained. It also makes it easier to guarantee that future upgrades of the platform remain frictionless.

What's next

We're working behind the scenes on some exciting upgrades to the Feldera platform, so stay tuned for future releases:

  • Performance improvements: We're currently working on interning large objects (variant, maps, and arrays) which will make working with them much more efficient
  • S3 support: We'll soon have the ability leverage object stores for pipeline storage. We will make an announcement about it in the next few weeks.

Other articles you may like

Incremental Update 6 at Feldera

We’re excited to announce the release of v0.26, which represents a significant step forward for Feldera. This release includes over 200 commits, adding 25,000 lines of new code and documentation. Let's dive into the highlights!

Database computations on Z-sets

How can Z-sets be used to implement database computations

Incremental Update 5 at Feldera

A quick overview of what's new in v0.25.