Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changelog: remote checkpoints older than v225 not supported
Adds a changelog entry about remote checkpoints, as part of checkpoint
sync, older than version 0.225.0 are no longer supported.

Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
  • Loading branch information
abhizer committed Apr 2, 2026
commit d68979f042dcc804536a1a089ba44f9b6cebbc5f
8 changes: 8 additions & 0 deletions docs.feldera.com/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ import TabItem from '@theme/TabItem';
transient failures while fetching JetStream stream metadata are now treated as retryable,
while logical sequence-range validation failures remain fatal.

## v0.278.0

### Checkpoint sync: remote checkpoints older than v0.225.0 are no longer supported

Checkpoints pushed to object storage by a Feldera pipeline older than v0.225.0 can no
longer be used with Feldera v0.278.0 or later. Remote checkpoints must be stored as zip
archives; the legacy unzipped format is no longer accepted.

## v0.263.0

Added connector error list to input/output connector stats.
Expand Down
Loading