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
fix(docs): migrate all endpoints to unified surf.cascade.fyi domain
Replace legacy individual service URLs (twitter.surf.cascade.fyi,
web.surf.cascade.fyi, inference.surf.cascade.fyi) with the unified
surf.cascade.fyi/api/v1/ endpoints across CLI help text, README,
SKILL.md, CLAUDE.md, and OpenClaw plugin docs.
Copy file name to clipboardExpand all lines: packages/x402-proxy/CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.9.4] - 2026-03-27
11
+
12
+
### Fixed
13
+
- All example URLs migrated from legacy individual service subdomains (`twitter.surf.cascade.fyi`, `web.surf.cascade.fyi`, `inference.surf.cascade.fyi`) to unified `surf.cascade.fyi/api/v1/` endpoints across CLI help text, README, SKILL.md, and OpenClaw plugin docs
14
+
10
15
## [0.9.3] - 2026-03-26
11
16
12
17
### Fixed
@@ -295,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295
300
-`appendHistory` / `readHistory` / `calcSpend` - JSONL transaction history
296
301
- Re-exports from `@x402/fetch`, `@x402/svm`, `@x402/evm`
0 commit comments