Posts

Showing posts from April, 2025

2.3.5.2 release notes

2.3.5.2 Note that this week's build is a smaller, tactical set of fixes and enhancements as I have a scheduled outage the latter part of the week and weekend. Issue 2732  - A few more threading improvements/fixes. Issue 2734  - Added a  Cancel  option to the Apex unit test execution debug and profile logging level selection dialogs. Issue 2761  - Fixed an issue with automatic Metadata API-based retries of failed Tooling API-based LWC deployments. Prospective fix for a possible  ConcurrentModificationException  while enumerating accessible body declarations.  

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...