From d55392fda0a0e1c091a2e4703ca13148e5c235250ee628e15575a6ac5f403bee Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 13 Jan 2026 07:25:09 -0500 Subject: [PATCH] Improve sessions --- VERSION | 2 +- docs/api/session.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bb7d3c5..8e49a7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/docs/api/session.md b/docs/api/session.md index cdbd5be..45650f7 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -10,6 +10,9 @@ Returns a session with id = {id} { "id": "string", "userId": "string", + "name": "string", + "userAgent": "string", + "storageKey": "string", "creationDate": "number" } ```