Skip to content

v0.106.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:17
· 44 commits to master since this release
v0.106.0
0c5c15a

Installation

# Bun / npm
bun add -g @mark3labs/kit
# or: npm install -g @mark3labs/kit

# Go install (requires Go 1.27+)
go install github.com/mark3labs/kit/cmd/kit@latest

# Or download from assets below

Changelog

Features

  • 9bf2d9a: feat(sdk): durability seams for external SessionManager implementations (@ezynda3)

Bug Fixes