Skip to content

3.130.0

Latest
Compare
Choose a tag to compare
@Razz4780 Razz4780 released this 22 Jan 10:08
· 5 commits to main since this release
351220f

3.130.0 - 2025-01-21

Added

  • 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