Skip to content

Commit b7a814b

Browse files
committed
chore: release 3.3.0
- camoufox dep swap to cloverlabs-camoufox 0.6.0 + Firefox 150 - world-model behavior change: JS-execution isolation removed - tool descriptions, README, and tests realigned to new behavior
1 parent 359643a commit b7a814b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.3.0 — 2026-05-16
4+
5+
### Camoufox dep swap: cloverlabs-camoufox 0.6.0 + Firefox 150
6+
7+
Host requirement change: `pip install "cloverlabs-camoufox[geoip]"` + `python3 -m camoufox fetch official/150.0.2-alpha.26` (cloverlabs's `repos.yml` still gates the Official line at `browser.min=beta.19`, so bare `fetch` would otherwise land v135).
8+
9+
Motivation: daijro/camoufox PyPI line was inactive for ~7 months and pinned at Firefox 135. DataDome and other Akamai/PerimeterX-class WAFs classify FF135 as outdated and serve unsolvable captcha challenges (`rt:c`) instead of the auto-solvable interstitial (`rt:i`). Cloverlabs is the active fork with `CONSTRAINTS.MIN_VERSION='alpha.1'`, drop-in `camoufox` import namespace.
410

511
### Behavior change — camoufox JS-execution world model
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-mcp",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "MCP server for HTTP/HTTPS MITM proxy via mockttp",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)