Posts

Showing posts from June, 2024

2.3.1.9 release notes

2.3.1.9 Issue 2584  - Summer '24 / API v61.0 updates Updated all SOAP API clients to be based on the API v61.0 WSDLs. Updated the API version used for primary communication with Salesforce APIs to 61.0. Added 61.0 as an available API version number for configured connections. Updated the OST version number to prompt regeneration for system API changes in API v60.0. Updated the bundled  completions?type=apex  Tooling REST API response to be based on the API v61.0 REST endpoint. Updated Visualforce, Aura, and LWC components, functions, modules, etc., for Summer '24 changes. Updated the bundled SLDS CSS and SVG icons to 2.24.2. Updated for new org features, standard value set names, metadata XML file type extensions, etc. Updated all integrated API documentation. Added full support for the new Apex  @InvocableVariable  annotation  DefaultValue  and  PlaceholderText  attributes. I've also updated the Apex Annotation and Modifier Agreement code inspection to flag invalid usages

2.3.1.8 release notes

2.3.1.8 Reissue of  2.3.1.7  with the fix for a potential error resulting from a stale cache entry when collecting transitive dependencies/dependents for Apex unit test execution and/or coverage analysis. 

2.3.1.7 release notes

  2.3.1.7 JetBrains has issued patch-level updates for all of their 2023.1+ IDEs to fix a  security issue . Please see the linked information for details, but the short version is that the security issue should only affect those using JeBrains' GitHub pull request integration. Nonetheless, I  strongly  encourage all users update to a JetBrains IDE version with this fix ASAP. More improvements to the recent dependencies-/dependents-based enhancements for Apex unit test execution and code coverage analysis: All transitive dependencies and dependents are now collected at the member-level instead of the file-level. Again, this means that the resulting set of dependencies/dependents should be as small and focused as possible short of performing runtime data flow analysis. When using the new "changed-only" features, this should ultimately mean less time spent waiting for unrelated unit tests to execute and a more focused view of impacted code coverage. Added many more metadata

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