Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/docs/changelog/changelog-036.mdx
Original file line number Diff line number Diff line change
@@ -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';

<Image
src="/images/changelog/36.png"
alt="Announcing Changelog #036"
width={800}
height={400}
/>
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.
1 change: 1 addition & 0 deletions content/docs/changelog/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"root": true,
"pages": [
"---Changelog---",
"changelog-036",
"changelog-035",
"changelog-034",
"changelog-033",
Expand Down
Binary file added public/images/changelog/36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/changelog/state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"changelogNumber": 35,
"until": "2026-07-24T13:35:35.621Z",
"changelogNumber": 36,
"until": "2026-07-28T12:00:30.274Z",
"applicationReleaseSha": "4cc44305bae19df7135edda12a602841ad90ffe7"
}
Loading