Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 May 11:24
· 6 commits to main since this release

What's Changed

Core Architecture & Features

  • Redis Adapter: Added LiveStash.Adapters.Redis for server-side state in Redis with a lightweight stash reference in the browser by @wegorz13 in #90
  • Automatic Stashing: Added auto_stash: true to attach an :after_render hook that calls LiveStash.stash/1 when you want stashing without explicit calls by @wegorz13 in #88
  • Payload Compression: Compress Erlang term payloads for browser-memory tokens (sign and encrypt) and for Redis writes to reduce size on the wire and in storage by @wegorz13 in #103

Bug Fixes

  • Stash ID Rotation: Rotate stash identifiers on fresh mounts by @wegorz13 in #100

Full Changelog: v0.2.0...v0.3.0