2.3.5.1 release notes
2.3.5.1 Issue 2732 - Implemented more threading performance improvements. As before, this won't be the last of them, but hopefully this will address a few additional use cases. Issue 2751 - Added some missing values for the Aura lightning:select component's variant attribute. Issue 2752 - Added support for the @SuppressWarnings annotation on local variables, formal parameters, and caught exceptions. This includes Apex parser grammar support, code formatter support, support for adding suppressions via suppression quick fixes on all three when issues are reported against them, and of course respecting those suppressions in the IDE. Note that this annotation is not supported by the Salesforce Apex compiler on for loop variables, so IC supports the same behavior. Issue 2754 - Prospective fix for a deadlock while refreshing CLI-based connections during a bulk metadata operation. Issue 2755 - Fixed an issue with the...