Changes
Full Changelog: v3.1.1...v3.1.2
Metadata API Version Updated to v58.0
- Updated all metadata to API v58.0 (Summer '23 release)
Bugfixes
- Fixed an issue in
Query.filterWhere()
when filtering onSet<T>
that would previously result in an exception due to invalid formatting in the generated query. Thanks to @ctcforce for reporting this (issue #43) and thanks to @jamessimone for fixing it! (PR #44)
Code Cleanup
- Updated all references to classes & enums in the
Schema
&System
namespaces to explicitly include the namespaces (e.g.,SObjectField
is nowSchema.SObjectField
). This avoids installation issues due to naming collisions in orgs that have custom Apex classes with the same name as a class/enum in theSystem
namespace
Installation Info
Core Unlocked Package - no namespace
- SF CLI:
sf package install --apex-compile package --wait 20 --security-type AdminsOnly --package 04t5Y000001TsbQQAS
- SFDX CLI:
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsbQQAS
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001TsbQQAS
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001TsbQQAS
Core Unlocked Package - Nebula
namespace
- SF CLI:
sf package install --apex-compile package --wait 20 --security-type AdminsOnly --package 04t5Y000001TsbVQAS
- SFDX CLI:
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y000001TsbVQAS
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001TsbVQAS
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001TsbVQAS