Skip to content

Commit 0622825

Browse files
hussufonibzard
andauthored
docs(changelog): publish changelog #33 (#70)
* docs: draft changelog #33 * docs(changelog): tighten changelog #33 copy and add cover artwork --------- Co-authored-by: nkkko <nikola.balic@gmail.com>
1 parent 7059ff0 commit 0622825

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Changelog #033"
3+
sidebarTitle: "Changelog #033"
4+
llm: true
5+
image: "/images/changelog/33.png"
6+
imageAlt: "Announcing Changelog #033"
7+
publishedAt: "2026-07-10"
8+
---
9+
import Image from 'next/image';
10+
11+
<Image
12+
src="/images/changelog/33.png"
13+
alt="Announcing Changelog #033"
14+
width={800}
15+
height={400}
16+
/>
17+
Hey everyone. Mostly billing visibility and session ID plumbing this week, plus some anti-bot and browser updates.
18+
19+
### 🔧 Improvements
20+
21+
* The console now shows more billing detail, including metered usage and balance breakdowns, effective concurrency limits, and scrape costs in spend calculations.
22+
23+
* Steel now supports a new session ID format across session creation and connect routing.
24+
25+
* Anti-bot sessions picked up a CDP input-event stealth layer to reduce synthetic typing signals, and Steel Browser now preserves native request headers during challenge handling.
26+
27+
* Managed browsers now run on Chromium 150 with updated fingerprints.
28+
29+
* The leaderboard added OSWorld 2.0 as a separate long-horizon computer-use benchmark and re-ranked entries on partial score.
30+
31+
### 🐛 Bug Fixes
32+
33+
* Fixed a CLI daemon bug for self-hosted servers where sessions with `timeout: 0` or `inactivityTimeout: 0` could expire immediately and break `steel browser start`.
34+
35+
* Fixed billing provisioning races during signup.
36+
37+
* Fixed the mobile docs header so opening search closes the hamburger menu instead of leaving the search dialog covered.
38+
39+
### 🏡 Housekeeping
40+
41+
* Infra added shared APT package publishing and started shipping internal packages through it.

content/docs/changelog/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"pages": [
55
"---Changelog---",
6+
"changelog-033",
67
"changelog-032",
78
"changelog-031",
89
"changelog-030",

public/images/changelog/33.png

2.55 MB
Loading

0 commit comments

Comments
 (0)