2.3.9.5 release notes
2.3.9.5 Issue 2918 - Added the namespace value from sfdx-project.json as a read-only field in the scratch org creation dialog when creating in the context of a source format project with a populated namespace value. Note that with this change, the No Namespace checkbox is only visible when a namespace is present in sfdx-project.json , and enabling that option also hides the Namespace field (and vice-versa). Issue 2919 - Fixed an issue that could occur when renaming Apex classes/triggers via the file rather than the class/trigger name where non-Apex references to that name, e.g., in a package.xml file, would be incorrectly updated with the file name instead of the class/trigger name. Issue 2922 (partial) - Protected against a potential invalid element access exception when trying to find the module for a cache dependency. Unfortunately this is still a downstream behavior of the original invali...