Posts

Showing posts from February, 2024

2.3.0.1 release notes

  2.3.0.1 Major restructuring of the IC code base  - This build includes the results of a long-desired restructuring of the IC code base to orient things along discrete feature boundaries. Without going into too much detail, the Salesforce platform has evolved tremendously over the past decade since IC was first started, e.g., Visualforce → Aura (then just called "Lightning") → LWC (also loosely termed "Lightning"); the introduction, release, and ongoing evolution of Salesforce DX; the introduction, release, and recent sunsetting of Salesforce Functions; etc. Features that related to one another in a more simple fashion early on, e.g., Visualforce/Aura and, later, Aura/LWC, no longer had such simple relationships after years of evolution and refinement. In many places, though, the IC code base still reflected those earlier, simpler days, often resulting in indistinct boundaries between distinct features. Starting with this build, feature boundaries are  very  well-d

2.3.0.0 release notes

  2.3.0.0 Issue 2494 - Spring '24 / API v60.0 updates (follow-up) Salesforce provided the API v60.0 WSDLs which have been used to update the SOAP API client and  metadata.xsd  used for XML metadata file validation and code completion. Other minor fixes and improvements.

2.2.9.9 release notes

  2.2.9.9 Issue 2494 - Spring '24 / APIv60.0 updates Updated the API version used for primary communication with Salesforce APIs to 60.0. Note that at present, I have not yet received the API v60.0 SOAP WSDLs from Salesforce. Once those are available, I will update IC2's SOAP client to be based on those WSDLs. However, I have not seen any issues with using the API v59.0-based SOAP client against the API v60.0 SOAP endpoints. Added 60.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. Note that Salesforce has implemented some caching-based optimizations to the  completions?type=apex  Tooling REST API in API v60.0 that should result in faster OST generation times than in the recent past. Based on my own measurements, I'm seeing that the response time for that particular API call has dropped from ~1.5-2 minutes to ~30 seconds. Be aware, though, that the very first call to t