2.3.1.6 release notes

2.3.1.6

This week's build is a small set of bug fixes. I'm in final testing of the last anticipated major round of Apex unit testing and code coverage dependency/dependent-related enhancements. They didn't quite make this week's build but should be in great shape for next week's.

  • Issue 2572 - Fixed an issue with SOQL query count validation for pure aggregate queries that return a single row.
  • Issue 2576 - Fixed an NPE during expression type evaluation reported by a user.
  • Issue 2580 - Improved original error message retention when handling caught exceptions during PMD execution.
  • Fixed a recently-introduced regression where file delete handler logic wasn't firing properly. This would result in removal of supporting meta.xml files and the corresponding metadata from the server not happening when metadata files were removed locally from the project.
  • Added another user-reported variant of FIELD_INTEGRITY_EXCEPTION when trying to deploy an LWC JavaScript file via the Tooling API. Such failures will now automatically retry via deployment via the Metadata API.