Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: restatedev/restate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: restatedev/restate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 11 commits
  • 46 files changed
  • 6 contributors

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    462376f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80dda2 View commit details
    Browse the repository at this point in the history
  3. Fix helm readme

    AhmedSoliman committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    93af210 View commit details
    Browse the repository at this point in the history
  4. amend helm readme

    AhmedSoliman committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    1e48304 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a847adb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. [fix] Default journal_retention to zero when reading old invoker effe…

    …cts (#3451)
    
    This fixes a bug where restate v1.4.0 would fail to deserialize old invoker effects from bifrost.
    
    Example error:
    ```
    2025-06-24T10:51:30.432763Z ERROR run: restate_types::storage::decode: Flexbuffers error at field command.InvokerEffect.kind.JournalEntryV2.entry.inner.Command.command_specific_metadata.CallOrSend err=command.InvokerEffect.kind.JournalEntryV2.entry.inner.Command.command_specific_metadata.CallOrSend: Serde Error: missing field `journal_retention_duration` partition_id=5
    2025-06-24T10:51:30.432772Z ERROR run: restate_wal_protocol::envelope: FlexbuffersSerde decode failure (decoding Envelope) err=decoding failed: Serde Error: missing field `journal_retention_duration` partition_id=5
    2025-06-24T10:51:30.432788Z  WARN run: restate_worker::partition: Shutting partition processor down because of error: decoding failed: Serde Error: missing field `journal_retention_duration` partition_id=5
    ```
    AhmedSoliman authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c1f9c6e View commit details
    Browse the repository at this point in the history
  2. [fix] Add default serialization for CallRequest::journal_retention_du…

    …ration
    
    Without default serialization deserializing a CallRequest which does not have this
    value will fail.
    tillrohrmann committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    347e620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f609892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d1e5d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    41735fc View commit details
    Browse the repository at this point in the history
  2. Release 1.4.1

    AhmedSoliman committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    979ab58 View commit details
    Browse the repository at this point in the history
Loading