.changes/v0.21.7.md
JSON namespace (with a deprecated top-level toJSON) and picking up constructor scope and nullable input fixes. by @vito in https://github.com/dagger/dagger/pull/13482.env file handling so non-matching variables are kept as hidden expansion context instead of being dropped, allowing later variables to expand against them. by @marcosnils in https://github.com/dagger/dagger/pull/13490foo/ ignored with !foo/bar.txt) no longer fails with no such file or directory; ignored parent dirs are now created on demand for visible descendants. by @grouville in https://github.com/dagger/dagger/pull/13439concurrent map iteration and map write crashes. by @sipsma in https://github.com/dagger/dagger/pull/13474container driver to honor the privileged option by granting all capabilities (--cap-add ALL), so the engine can bind-mount /etc/resolv.conf on startup with container 1.0.0's reduced default capability set. by @eunomie in https://github.com/dagger/dagger/pull/13460@cache (and other directive) arguments resolve against the declaring type's file scope, fixing FunctionCachePolicy not found in env errors in multi-file modules. by @vito in https://github.com/dagger/dagger/pull/13455