Skip to content

Releases: yourfavDev/DynaRust

Release vec893d4

22 Mar 22:12

Choose a tag to compare

Release ve46658f

22 Mar 21:24

Choose a tag to compare

  Description

  This PR introduces a major architectural overhaul to DynaRust, transforming it from a simple distributed key-value store into a
  high-performance, causally consistent datastore capable of handling massive concurrency and cluster scales.

Release vf13af74

17 Mar 20:17

Choose a tag to compare

Release v4ffcaef

17 Mar 20:50

Choose a tag to compare

Admin Dash

Release v25f67e3

17 Mar 20:16

Choose a tag to compare

Patch value

Release vffa9599

26 Feb 18:22

Choose a tag to compare

FIX - Snapshot Memory Pressure: Both save_to_cold and

     start_snapshot_task clone the entire database state to
     serialize it. This effectively doubles memory consumption
     during the operation and can lead to OOM on large datasets.

Release v87aeb62

26 Feb 18:35

Choose a tag to compare

Release v244df78

26 Feb 14:54

Choose a tag to compare

Added read protection based on owner (Only owners can read records)

Release vc4783ca

25 Apr 08:29

Choose a tag to compare

Cold storage offload -> 30s

Release v89e3982

25 Apr 07:16

Choose a tag to compare

JWT_SECRET from env