You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## 3.1.0 (2026-01-27)
4
+
5
+
Full Changelog: [v3.0.2...v3.1.0](https://github.com/browserbase/stagehand-net/compare/v3.0.2...v3.1.0)
6
+
7
+
### Features
8
+
9
+
*[feat]: add support for local caching of agent when using api (2) ([2cafd02](https://github.com/browserbase/stagehand-net/commit/2cafd023d69d10ff33a239f26d72e4eab17ed2de))
***client:** add `ToString` and `Equals` methods ([44c5549](https://github.com/browserbase/stagehand-net/commit/44c554907ae79cd91847f4c0611e1a04866053cf))
13
+
***client:** add `ToString` to `ApiEnum` ([20899c6](https://github.com/browserbase/stagehand-net/commit/20899c6f1f10e4fef11da62dd21a0b480e18020b))
14
+
***client:** add Equals and ToString to params ([80c81af](https://github.com/browserbase/stagehand-net/commit/80c81af5710b875c5d8628fa5c92f5fa3fd24125))
15
+
* End endpoint cleanup ([6b33978](https://github.com/browserbase/stagehand-net/commit/6b33978623eedce1b5579e705361c839ff2e0c9f))
16
+
* Include replay endpoint in stainless spec so SDK clients can get run metrics ([e9fdd89](https://github.com/browserbase/stagehand-net/commit/e9fdd89600606e06b760afd1dbff555d90691156))
17
+
* move Stainless compatibility transforms from gen-openapi.ts into stainless.yml ([7068824](https://github.com/browserbase/stagehand-net/commit/706882437b7438fada41642c4e27ce8c833c8ea8))
18
+
19
+
20
+
### Chores
21
+
22
+
* change visibility of QueryString() and AddDefaultHeaders ([f655845](https://github.com/browserbase/stagehand-net/commit/f65584521843f75b3b90a1a2e8493bb51675c474))
***internal:** update `actions/checkout` version ([bebf217](https://github.com/browserbase/stagehand-net/commit/bebf217c94e0cb86861f9308853c02dc281d9921))
25
+
3
26
## 3.0.2 (2026-01-16)
4
27
5
28
Full Changelog: [v3.0.1...v3.0.2](https://github.com/browserbase/stagehand-net/compare/v3.0.1...v3.0.2)
0 commit comments