すべて新機能改善修正
修正

Cmd+K opens on non-Latin keyboards

The Cmd+K (Ctrl+K) shortcut now opens the command palette and search modal regardless of keyboard layout. We were matching the typed character (к on a Cyrillic layout), so anyone on a non-Latin layout got nothing. Now we match the physical key. Fixed across the main site, the blog, and the docs.

新機能

Six new languages, 13 total

Spanish, French, Japanese, Korean, Portuguese, and Russian joined the existing seven languages. The main site, the blog, the docs, and this Updates Portal all read in 13 languages now. Pick from the globe switcher in the header; your choice carries across surfaces via a shared cookie.

新機能

Auto endpoint in the Dashboard playground

The Dashboard playground now has an Auto tab. Paste a URL, hit Send, watch Auto crack it. You can set your own success criteria via the Validate group, and a URL history typeahead suggests previously-used URLs as you type (one shared list across all endpoints, capped at the last 50). Non-applicable fields hide per engine, so each tab shows only the inputs it actually uses.

修正

Auto requests stop 504-ing on cold solves

A cold Auto solve can run several minutes (proxy grind plus a browser solve). Our HTTP edge was capping requests at 2 minutes and returning a plain HTML 504, so the longest solves looked like a gateway failure even when the orchestrator was still working. We extended the edge timeout past Auto's worst-case run and switched /api/ error pages to JSON, so any error from any layer reads as JSON your client can parse.

改善

Auto returns session and trace by default

Every Auto response now carries a meta object (which rung won, whether a challenge was solved, attempt count, total credits) plus the working session (proxy, cookies, userAgent) so you can see what cracked the target and replay it yourself. The session.proxy field is the opaque base36 proxy ID, never a raw address. Set returnSession: false if you don't want the session in the response.

修正

Auto amortizes to 2 credits on repeat requests

Cookie-reusable sites (bet365 was the canary) were sticking on the expensive browser solve at 15 credits per request instead of dropping to the cheap 2-credit replay after the first solve. Two bugs: the latch fired on any transient transport error, and a successful browser replay never refreshed the session cookies. Fixed both. Repeat requests on a cookie-reusable site now cost 2 credits after the first solve, exactly as the pricing implies.

改善

Auto cracks more challenge types

Auto now handles non-interactive Cloudflare challenges (the "Checking your browser" wall some protected sites serve) end-to-end, instead of returning the challenge page as if it were content. Two related cases also got fixed: a transport 200 hiding a challenge interstitial now escalates to a real solve, and a challenge that re-serves the wall after dropping a clearance cookie now reloads and pulls the real content. Marathonbet is the headline site that newly passes; vinted and a few other interstitial-on-200 targets also benefit.

改善

Playgroundのリフレッシュ、リセット、およびオンデマンドでの引き継ぎ

Playgroundをリフレッシュした際、自身の状態が再表示される前に静的な状態が一瞬表示されることがなくなりました。新しいリセットボタン(確認ダイアログを挟みます)により、3つすべてのrequestタブ、cookie、および引き継がれたproxyを一度にクリアできます。また、バックグラウンドで自動的に適用される代わりに、明示的に要求した際に、responseのproxy IDまたはUser-Agentを次のrequestに引き継ぐことができるようになりました。

新機能

各requestの消費クレジットを表示

すべてのAPI responseに、その呼び出しにかかったコストを示すx-foura-credits headerが含まれるようになりました。Dashboardに新しく追加されたBudgetビューでは、クレジットの消費内訳をAPI key、ドメイン、クライアントIPごとにタイムラインチャートで確認でき、Playgroundでも各responseに同様の情報が表示されるため、スケールアップ前にワークロードの規模を見積もることができます。

新機能

FourAブログが7言語に対応

ブログのすべての投稿が、英語、ブルガリア語、ドイツ語、ポーランド語、ベトナム語、中国語、およびアラビア語で表示されるようになりました。コードブロック、Markdown、およびリンクはそのまま保持され、検索ではローカライズされたタイトルが返されます。

改善

response に処理を担当した proxy が反映されるようになりました

各 Single response に request を処理した proxy ID が含まれるようになり、Browser response でも同様になりました。同じ proxy を固定する必要があるチェーンされた呼び出しに便利です。

新機能

アラビア語に対応(RTLサポート)

メインサイトが完全なRTL(右から左)レイアウトでアラビア語表示に対応し、対応ロケールは7つになりました。ブラウザの言語設定がアクセスしたページと一致しない場合、細いバナーが表示され、言語の切り替えを提案します。

改善

ソート可能なカラムと折りたたみ可能なサイドバー

Dashboardのカラムヘッダーをクリックすると、ソートを実行できます。この機能はActivity、API Keys、およびsessionsで動作し、自動更新後もソート状態が維持され、Ctrlクリック(MacではCmd)で選択を解除できます。また、テーブルの表示スペースを広くしたいときは、サイドバーを折りたたんでアイコンレールにすることも可能です。

新機能

BrowserがインタラクティブなTurnstileをエンドツーエンドで突破

インタラクティブなチャレンジウィジェット(一般的なのはマネージドなTurnstileパターンです)でrequestをブロックしているサイトは、unblocker: trueを指定してBrowserを呼び出すと、レンダリングされたHTMLを返すようになりました。以前はチャレンジページを返していた、保護されていることが確認されているサイトに対して、エンドツーエンドで検証済みです。

新機能

サイトとPlaygroundが6言語に対応

ヘッダーの地球儀アイコンから言語を選択してください。サイトとPlaygroundがブルガリア語、中国語、ドイツ語、ポーランド語、ベトナム語、英語に対応し、ブックマークや共有が可能なロケール対応のURLが利用可能になりました。