You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for rmdir, unlink and unlinkat. #2221
Changed
Updated configuration.md and improved .feature.env.mapping doc.
Fixed
Stopped mirrord entering a crash loop when trying to load into some processes
like VSCode's watchdog.js when the user config contained a call to get_env(), which occurred due to missing env - the config is now only
rendered once and set into an env var. #2936
Fixed an issue where HTTP requests stolen with a filter would hang with a
single-threaded local HTTP server.
Improved handling of incoming connections on the local machine (e.g
introduces reuse of local HTTP connections). #3013