|
2 | 2 | title: "Changelog #035" |
3 | 3 | sidebarTitle: "Changelog #035" |
4 | 4 | llm: true |
5 | | -image: "/images/changelog-placeholder-white.jpeg" |
| 5 | +image: "/images/changelog/35.png" |
6 | 6 | imageAlt: "Announcing Changelog #035" |
7 | 7 | publishedAt: "2026-07-24" |
8 | 8 | --- |
9 | 9 | import Image from 'next/image'; |
10 | 10 |
|
11 | 11 | <Image |
12 | | - src="/images/changelog-placeholder-white.jpeg" |
| 12 | + src="/images/changelog/35.png" |
13 | 13 | alt="Announcing Changelog #035" |
14 | 14 | width={800} |
15 | 15 | height={400} |
16 | 16 | /> |
17 | | -Hey everyone. This week was mostly session visibility and docs infrastructure, with a small API addition and a new cookbook recipe for Stripe Projects. |
| 17 | +Hey everyone. Mostly session visibility and docs plumbing this week, plus a small API addition and a new Stripe Projects recipe in the cookbook. |
18 | 18 |
|
19 | 19 | ### ⭐ New |
20 | 20 |
|
21 | | -* Added a Stripe Projects web agent recipe to the cookbook, covering a Next.js research agent workflow with Steel. |
| 21 | +* Added a Stripe Projects web agent recipe to the cookbook: a Next.js research agent built on Steel. |
22 | 22 |
|
23 | 23 | ### 🔧 Improvements |
24 | 24 |
|
25 | | -* Sessions API now supports a `browserMode` field on `/v1/sessions`, and the console session details view now shows the selected browser. |
| 25 | +* The Sessions API now takes a `browserMode` field on `/v1/sessions`, and the console shows which browser a session is running. |
26 | 26 |
|
27 | | -* Docs now emit BreadcrumbList JSON-LD across the site, and integration pages now include TechArticle metadata. |
| 27 | +* Docs now ship BreadcrumbList JSON-LD site-wide, and integration pages include TechArticle metadata. |
28 | 28 |
|
29 | 29 | ### 🐛 Bug Fixes |
30 | 30 |
|
31 | | -* Fixed CDP capture so nested scroll interactions are recorded correctly in Steel Browser. |
| 31 | +* Fixed CDP capture so nested scroll interactions record correctly in Steel Browser. |
32 | 32 |
|
33 | 33 | * Fixed network capture for dedicated web workers in Steel Browser. |
34 | 34 |
|
35 | | -* Fixed ambiguous JetStream publish timeouts in the API. |
| 35 | +* Fixed JetStream publish timeouts in the API that were failing unpredictably. |
36 | 36 |
|
37 | 37 | ### 🏡 Housekeeping |
38 | 38 |
|
39 | | -* Infra quiesced the fleet controller in staging and production ahead of the GCP Nomad fleet teardown. |
| 39 | +* Wound down the fleet controller in staging and production ahead of the GCP Nomad teardown. |
0 commit comments