ВсичкиНовоПодобреноОправено
Оправено

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 таба, cookies и пренесените proxies наведнъж. Сега даден response може също да пренесе своето proxy ID или User-Agent в следващия request, когато го поискате, вместо да се прилага автоматично зад гърба ви.

Ново

Вижте колко кредита струва всяка request

Всяка API response вече съдържа x-foura-credits header, който показва колко е струвало това извикване. Нов изглед Budget в Dashboard разбива разхода на кредити по API key, domain и client IP с времева диаграма, а Playground показва същото за всяка response, за да можете да оразмерите натоварването, преди да го мащабирате.

Ново

Блогът на FourA вече се чете на седем езика

Всяка публикация в блога вече се визуализира на английски, български, немски, полски, виетнамски, китайски и арабски. Кодовите блокове, markdown и връзките са запазени, а търсенето връща локализирани заглавия.

Подобрено

Response-ите отразяват proxy-то, което ги е обработило

Всеки Single response вече включва proxy ID-то, което е обработило request-а, а Browser response-ите правят същото. Полезно за верижни извиквания, които трябва да се придържат към едно и също proxy.

Ново

Арабският език вече е онлайн (с RTL)

Основният сайт вече се рендерира на арабски с цялостно right-to-left оформление, с което списъкът с локализации става седем. Ако езикът на браузъра ви не съвпада със страницата, на която сте попаднали, тесен банер предлага да превключите.

Подобрено

Сортируеми колони и сгъваем sidebar

Кликнете върху заглавието на колона в Dashboard, за да я сортирате. Работи за Activity, API Keys и сесии, запазва се при auto-refresh, а Ctrl-клик (Cmd на Mac) изчиства избора. Sidebar-ът също се сгъва до лента с икони, когато искате да осигурите повече пространство за таблицата.

Ново

Browser решава интерактивни Turnstile end-to-end

Сайтовете, които блокират requests зад интерактивен challenge widget (управляваният Turnstile шаблон е най-често срещаният), вече връщат рендериран HTML, когато извиквате Browser с unblocker: true. Потвърдено end-to-end срещу известни защитени сайтове, които преди връщаха страницата с предизвикателството.

Ново

Сайтът и Playground на шест езика

Изберете своя език от глобуса в header. Сайтът и Playground вече поддържат български, китайски, немски, полски, виетнамски и английски, с locale-aware URL адреси, които можете да запазите в отметките си или да споделите.