전체신규개선해결
해결

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 새로고침, Reset, 온디맨드 전달

Playground를 새로고침할 때 사용자의 상태가 다시 표시되기 전에 정적 상태가 깜빡이는 현상이 더 이상 발생하지 않습니다. 새로운 Reset 버튼(확인 단계 포함)은 세 개의 request 탭, cookie, 그리고 전달된 proxy를 한 번에 모두 지워줍니다. 이제 백그라운드에서 자동으로 적용되는 대신, 사용자가 요청할 때 response의 proxy ID 또는 User-Agent를 다음 request로 전달할 수 있습니다.

신규

각 request의 크레딧 비용 확인

이제 모든 API response에 해당 호출에 소모된 비용을 보여주는 x-foura-credits header가 포함됩니다. Dashboard의 새로운 Budget 뷰는 타임라인 차트와 함께 API key, domain, client 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을 반환합니다. 이전에는 챌린지 페이지를 반환하던 보호된 사이트들을 대상으로 엔드투엔드 검증을 완료했습니다.

신규

6개 언어로 제공되는 사이트 및 Playground

header의 지구본에서 언어를 선택하세요. 이제 사이트와 Playground가 불가리아어, 중국어, 독일어, 폴란드어, 베트남어, 영어로 제공되며, 북마크하거나 공유할 수 있는 로캘 인식 URL이 지원됩니다.