TodoNuevoMejoradoCorregido
Corregido

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.

Nuevo

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.

Nuevo

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.

Corregido

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.

Mejorado

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.

Corregido

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.

Mejorado

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.

Mejorado

Recarga del Playground, botón Reset y transferencias bajo demanda

Al recargar el Playground ya no se muestra brevemente el estado estático antes de que reaparezca el suyo. Un nuevo botón Reset (tras una confirmación) borra las tres pestañas de request, las cookies y los proxies transferidos de una sola vez. Una response ahora también puede transferir su proxy ID o User-Agent a la siguiente request cuando lo solicite, en lugar de aplicarse automáticamente a sus espaldas.

Nuevo

Vea el costo en créditos de cada request

Cada response de la API ahora incluye un header x-foura-credits que muestra el costo de esa llamada. Una nueva vista de Budget en el Dashboard desglosa el gasto de créditos por API key, dominio e IP del cliente con un gráfico de línea de tiempo, y el Playground muestra lo mismo en cada response para que pueda dimensionar una carga de trabajo antes de escalarla.

Nuevo

El blog de FourA se lee en siete idiomas

Cada publicación del blog ahora se muestra en inglés, búlgaro, alemán, polaco, vietnamita, chino y árabe. Se conservan los bloques de código, el markdown y los enlaces, y las búsquedas devuelven títulos localizados.

Mejorado

Las responses reflejan el proxy que las procesó

Cada response Single ahora incluye el proxy ID que procesó la request, y las responses de Browser hacen lo mismo. Útil para llamadas encadenadas que necesitan usar el mismo proxy.

Nuevo

El árabe ya está disponible (con RTL)

El sitio principal ahora se renderiza en árabe con un diseño completo de derecha a izquierda, lo que eleva la lista de locales a siete. Si el idioma de tu navegador no coincide con el de la página en la que has aterrizado, un banner fino te ofrece la opción de cambiar.

Mejorado

Columnas ordenables y barra lateral colapsable

Haz clic en el encabezado de una columna en el Dashboard para ordenarla. Funciona en Actividad, API Keys y sesiones, sobrevive a la actualización automática, y Ctrl-clic (Cmd en Mac) limpia la selección. La barra lateral también se colapsa en una barra de iconos cuando quieras que la tabla respire.

Nuevo

Browser resuelve Turnstile interactivo de extremo a extremo

Los sitios que bloquean las requests detrás de un widget de desafío interactivo (el patrón Turnstile gestionado es el más común) ahora devuelven el HTML renderizado cuando llamas a Browser con unblocker: true. Verificado de extremo a extremo contra sitios con protección conocida que antes devolvían la página de desafío.

Nuevo

Sitio y Playground en seis idiomas

Selecciona tu idioma desde el globo en el header. El sitio y el Playground ahora están disponibles en búlgaro, chino, alemán, polaco, vietnamita e inglés, con URLs adaptadas a la configuración regional que puedes guardar en marcadores o compartir.