diff --git a/content/docs/changelog/changelog-036.mdx b/content/docs/changelog/changelog-036.mdx new file mode 100644 index 00000000..abd20804 --- /dev/null +++ b/content/docs/changelog/changelog-036.mdx @@ -0,0 +1,21 @@ +--- +title: "Changelog #036" +sidebarTitle: "Changelog #036" +llm: true +image: "/images/changelog/36.png" +imageAlt: "Announcing Changelog #036" +publishedAt: "2026-07-28" +--- +import Image from 'next/image'; + +Announcing Changelog #036 +Hey everyone. A small docs update this week makes session setup and configuration clearer across TypeScript and Python. + +### 🔧 Improvements + +* Session docs now cover reserving a session ID, installing and importing the Python SDK, and correctly separating Python API request timeouts from browser session timeouts. diff --git a/content/docs/changelog/meta.json b/content/docs/changelog/meta.json index 85128820..69f9f51e 100644 --- a/content/docs/changelog/meta.json +++ b/content/docs/changelog/meta.json @@ -3,6 +3,7 @@ "root": true, "pages": [ "---Changelog---", + "changelog-036", "changelog-035", "changelog-034", "changelog-033", diff --git a/public/images/changelog/36.png b/public/images/changelog/36.png new file mode 100644 index 00000000..41291582 Binary files /dev/null and b/public/images/changelog/36.png differ diff --git a/scripts/changelog/state.json b/scripts/changelog/state.json index 005f0ea5..5799ae67 100644 --- a/scripts/changelog/state.json +++ b/scripts/changelog/state.json @@ -1,5 +1,5 @@ { - "changelogNumber": 35, - "until": "2026-07-24T13:35:35.621Z", + "changelogNumber": 36, + "until": "2026-07-28T12:00:30.274Z", "applicationReleaseSha": "4cc44305bae19df7135edda12a602841ad90ffe7" }