Skip to content

beta-2023-11-29

Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 29 Nov 19:36
· 651 commits to main since this release

Release Notes

ReadySet is currently released as a docker container. See the Install with Docker documentation for instructions.

What's New

  • 3679fb7: ReadySet will now automatically restore caches even if there is a backwards-incompatible upgrade that invalidates the persisted dataflow graph.

Fixes

  • 66f2d9f: Fixed an issue where ReadySet failed to start up if the instance was passed a --replication-server-id.
  • fc15d1b: Fixed a race condition that could result in a deadlock.
  • c67bb95: Fixed an issue where ReadySet didn't start up correctly if its replication slot was dropped while it was down.