Skip to content

chore(apiVersion): Updates ApiVersion to 63.0#341

Merged
codefriar merged 1 commit intomainfrom
feat/updateApiVersions
Jun 8, 2025
Merged

chore(apiVersion): Updates ApiVersion to 63.0#341
codefriar merged 1 commit intomainfrom
feat/updateApiVersions

Conversation

@codefriar
Copy link
Owner

@codefriar codefriar commented Jun 8, 2025

Blanket update of all cls-meta.xml apiVersion tags to 63.0

Summary by CodeRabbit

  • Chore: Updated the apiVersion tag in various cls-meta.xml files from 58.0 to 63.0. This change ensures that our Salesforce classes are compatible with the latest features and improvements provided by Salesforce API version 63.0. No direct user impact is expected as this is a maintenance update.

Updates all the apiVersions in *.cls-meta.xml files to 63.0 (blanket update.)
@github-actions
Copy link

github-actions bot commented Jun 8, 2025

Image description CodeRabbit

Walkthrough

This changeset includes a significant update to the Salesforce apiVersion from 58.0 to 63.0 across multiple classes in the codebase. This upgrade ensures that our application stays up-to-date with the latest features, improvements, and security patches provided by Salesforce.

Changes

Files Summary
force-app/main/Universal Flow Invocable/classes/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/Repository/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/ULID/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/custom metadata tools/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/feature flags/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/log/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/orgShape/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/ouroboros/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/polyfills/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/query lib/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/queueable process/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/quiddity/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/rest lib/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/safely/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/test utilities/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0
force-app/main/default/classes/trigger framework/*.cls-meta.xml Updated the apiVersion tag from 58.0 to 63.0

🐇

"In the land of code, where logic is a road,

We hop and skip, with each little git commit.

From fifty-eight, we elevate, to sixty-three point oh,

With every file, we bring a smile, as our updates flow! 🎉"


Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 3df84dd and fa50ca4 commits.
Files selected (87)
  • force-app/main/Universal Flow Invocable/classes/BulkCallable.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/CustomInvocable.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UFInvocable.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UniversalBulkInvocable.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutput.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutputParameter.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UniversalInvocable.cls-meta.xml (1)
  • force-app/main/default/classes/Repository/BaseRepo.cls-meta.xml (1)
  • force-app/main/default/classes/Repository/BaseRepoTests.cls-meta.xml (1)
  • force-app/main/default/classes/ULID/ULID.cls-meta.xml (1)
  • force-app/main/default/classes/ULID/tests/ULIDTests.cls-meta.xml (1)
  • force-app/main/default/classes/custom metadata tools/CustomMetadataUtilDeploymentCallback.cls-meta.xml (1)
  • force-app/main/default/classes/custom metadata tools/CustomMetadataUtilities.cls-meta.xml (1)
  • force-app/main/default/classes/custom metadata tools/tests/CustomMetadataUtilDeployCallbackTests.cls-meta.xml (1)
  • force-app/main/default/classes/custom metadata tools/tests/CustomMetadataUtilitiesTests.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/FF.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/FeatureFlag.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/FeatureFlagDataProvider.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/tests/FeatureFlagCommonTests.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/tests/FeatureFlagDataProviderTests.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/tests/FeatureFlagTests.cls-meta.xml (1)
  • force-app/main/default/classes/log/Log.cls-meta.xml (1)
  • force-app/main/default/classes/log/LogException.cls-meta.xml (1)
  • force-app/main/default/classes/log/LogMessage.cls-meta.xml (1)
  • force-app/main/default/classes/log/LogTriggerHandler.cls-meta.xml (1)
  • force-app/main/default/classes/log/tests/LogTests.cls-meta.xml (1)
  • force-app/main/default/classes/orgShape/CachePartitionType.cls-meta.xml (1)
  • force-app/main/default/classes/orgShape/OrgShape.cls-meta.xml (1)
  • force-app/main/default/classes/orgShape/tests/OrgShapeTests.cls-meta.xml (1)
  • force-app/main/default/classes/ouroboros/Ouroboros.cls-meta.xml (1)
  • force-app/main/default/classes/ouroboros/OuroborosFinalizer.cls-meta.xml (1)
  • force-app/main/default/classes/ouroboros/tests/OuroborosTests.cls-meta.xml (1)
  • force-app/main/default/classes/polyfills/FailsafeExceptionHandler.cls-meta.xml (1)
  • force-app/main/default/classes/polyfills/Polyfills.cls-meta.xml (1)
  • force-app/main/default/classes/polyfills/tests/FailsafeExceptionHandlerTests.cls-meta.xml (1)
  • force-app/main/default/classes/polyfills/tests/PolyfillsTests.cls-meta.xml (1)
  • force-app/main/default/classes/polyfills/tests/TestPolyfills.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/FieldSelection.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/Query.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/SOQL.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/SOQLAgregate.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/SOSL.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/tests/QueryTest.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/tests/SOQLAgregateTest.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/tests/SOQLTest.cls-meta.xml (1)
  • force-app/main/default/classes/query lib/tests/SOSLTest.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/EnqueueNextQueueableProcessStep.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/QueueableProcess.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/QueueableProcessDataProvider.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/QueueableProcessMockDataProvider.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/tests/ExampleQueueableProcessSteps.cls-meta.xml (1)
  • force-app/main/default/classes/queueable process/tests/QueueableProcessTests.cls-meta.xml (1)
  • force-app/main/default/classes/quiddity/QuiddityGuard.cls-meta.xml (1)
  • force-app/main/default/classes/quiddity/tests/QuiddityGuardTests.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/AsyncRestClient.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/AsyncRestLibFinalizer.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/HttpVerb.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/RestClient.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/RestClientLib.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/RestLib.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/RestLibApiCall.cls-meta.xml (1)
  • force-app/main/default/classes/rest lib/tests/RestLibTests.cls-meta.xml (1)
  • force-app/main/default/classes/safely/CanTheUser.cls-meta.xml (1)
  • force-app/main/default/classes/safely/CrudType.cls-meta.xml (1)
  • force-app/main/default/classes/safely/FLSType.cls-meta.xml (1)
  • force-app/main/default/classes/safely/Safely.cls-meta.xml (1)
  • force-app/main/default/classes/safely/tests/CanTheUserTests.cls-meta.xml (1)
  • force-app/main/default/classes/safely/tests/SafelyTests.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/HttpCalloutMockFactory.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/IdFactory.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/MethodSignature.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/MockedMethod.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/Stub.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/StubUtilities.cls-meta.xml (1)
  • force-app/main/default/classes/test utilities/TestFactory.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/InvokeMetadataDrivenTriggerFramework.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/MetadataTriggerFramework.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/MetadataTriggerFrameworkException.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/MetadataTriggerFrameworkTests.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/MetadataTriggerQueryService.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/MetadataTriggerQueryServiceTests.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/TriggerContext.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/TriggerFramework.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/TriggerFrameworkException.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/TriggerFrameworkLoopCount.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/tests/SampleHandler.cls-meta.xml (1)
  • force-app/main/default/classes/trigger framework/tests/TriggerFrameworkTests.cls-meta.xml (1)
Files skipped from review due to trivial changes (87)
  • force-app/main/Universal Flow Invocable/classes/BulkCallable.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/CustomInvocable.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/UFInvocable.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/UniversalBulkInvocable.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutput.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutputParameter.cls-meta.xml
  • force-app/main/Universal Flow Invocable/classes/UniversalInvocable.cls-meta.xml
  • force-app/main/default/classes/Repository/BaseRepo.cls-meta.xml
  • force-app/main/default/classes/Repository/BaseRepoTests.cls-meta.xml
  • force-app/main/default/classes/ULID/ULID.cls-meta.xml
  • force-app/main/default/classes/ULID/tests/ULIDTests.cls-meta.xml
  • force-app/main/default/classes/custom metadata tools/CustomMetadataUtilDeploymentCallback.cls-meta.xml
  • force-app/main/default/classes/custom metadata tools/CustomMetadataUtilities.cls-meta.xml
  • force-app/main/default/classes/custom metadata tools/tests/CustomMetadataUtilDeployCallbackTests.cls-meta.xml
  • force-app/main/default/classes/custom metadata tools/tests/CustomMetadataUtilitiesTests.cls-meta.xml
  • force-app/main/default/classes/feature flags/FF.cls-meta.xml
  • force-app/main/default/classes/feature flags/FeatureFlag.cls-meta.xml
  • force-app/main/default/classes/feature flags/FeatureFlagDataProvider.cls-meta.xml
  • force-app/main/default/classes/feature flags/tests/FeatureFlagCommonTests.cls-meta.xml
  • force-app/main/default/classes/feature flags/tests/FeatureFlagDataProviderTests.cls-meta.xml
  • force-app/main/default/classes/feature flags/tests/FeatureFlagTests.cls-meta.xml
  • force-app/main/default/classes/log/Log.cls-meta.xml
  • force-app/main/default/classes/log/LogException.cls-meta.xml
  • force-app/main/default/classes/log/LogMessage.cls-meta.xml
  • force-app/main/default/classes/log/LogTriggerHandler.cls-meta.xml
  • force-app/main/default/classes/log/tests/LogTests.cls-meta.xml
  • force-app/main/default/classes/orgShape/CachePartitionType.cls-meta.xml
  • force-app/main/default/classes/orgShape/OrgShape.cls-meta.xml
  • force-app/main/default/classes/orgShape/tests/OrgShapeTests.cls-meta.xml
  • force-app/main/default/classes/ouroboros/Ouroboros.cls-meta.xml
  • force-app/main/default/classes/ouroboros/OuroborosFinalizer.cls-meta.xml
  • force-app/main/default/classes/ouroboros/tests/OuroborosTests.cls-meta.xml
  • force-app/main/default/classes/polyfills/FailsafeExceptionHandler.cls-meta.xml
  • force-app/main/default/classes/polyfills/Polyfills.cls-meta.xml
  • force-app/main/default/classes/polyfills/tests/FailsafeExceptionHandlerTests.cls-meta.xml
  • force-app/main/default/classes/polyfills/tests/PolyfillsTests.cls-meta.xml
  • force-app/main/default/classes/polyfills/tests/TestPolyfills.cls-meta.xml
  • force-app/main/default/classes/query lib/FieldSelection.cls-meta.xml
  • force-app/main/default/classes/query lib/Query.cls-meta.xml
  • force-app/main/default/classes/query lib/SOQL.cls-meta.xml
  • force-app/main/default/classes/query lib/SOQLAgregate.cls-meta.xml
  • force-app/main/default/classes/query lib/SOSL.cls-meta.xml
  • force-app/main/default/classes/query lib/tests/QueryTest.cls-meta.xml
  • force-app/main/default/classes/query lib/tests/SOQLAgregateTest.cls-meta.xml
  • force-app/main/default/classes/query lib/tests/SOQLTest.cls-meta.xml
  • force-app/main/default/classes/query lib/tests/SOSLTest.cls-meta.xml
  • force-app/main/default/classes/queueable process/EnqueueNextQueueableProcessStep.cls-meta.xml
  • force-app/main/default/classes/queueable process/QueueableProcess.cls-meta.xml
  • force-app/main/default/classes/queueable process/QueueableProcessDataProvider.cls-meta.xml
  • force-app/main/default/classes/queueable process/QueueableProcessMockDataProvider.cls-meta.xml
  • force-app/main/default/classes/queueable process/tests/ExampleQueueableProcessSteps.cls-meta.xml
  • force-app/main/default/classes/queueable process/tests/QueueableProcessTests.cls-meta.xml
  • force-app/main/default/classes/quiddity/QuiddityGuard.cls-meta.xml
  • force-app/main/default/classes/quiddity/tests/QuiddityGuardTests.cls-meta.xml
  • force-app/main/default/classes/rest lib/AsyncRestClient.cls-meta.xml
  • force-app/main/default/classes/rest lib/AsyncRestLibFinalizer.cls-meta.xml
  • force-app/main/default/classes/rest lib/HttpVerb.cls-meta.xml
  • force-app/main/default/classes/rest lib/RestClient.cls-meta.xml
  • force-app/main/default/classes/rest lib/RestClientLib.cls-meta.xml
  • force-app/main/default/classes/rest lib/RestLib.cls-meta.xml
  • force-app/main/default/classes/rest lib/RestLibApiCall.cls-meta.xml
  • force-app/main/default/classes/rest lib/tests/RestLibTests.cls-meta.xml
  • force-app/main/default/classes/safely/CanTheUser.cls-meta.xml
  • force-app/main/default/classes/safely/CrudType.cls-meta.xml
  • force-app/main/default/classes/safely/FLSType.cls-meta.xml
  • force-app/main/default/classes/safely/Safely.cls-meta.xml
  • force-app/main/default/classes/safely/tests/CanTheUserTests.cls-meta.xml
  • force-app/main/default/classes/safely/tests/SafelyTests.cls-meta.xml
  • force-app/main/default/classes/test utilities/HttpCalloutMockFactory.cls-meta.xml
  • force-app/main/default/classes/test utilities/IdFactory.cls-meta.xml
  • force-app/main/default/classes/test utilities/MethodSignature.cls-meta.xml
  • force-app/main/default/classes/test utilities/MockedMethod.cls-meta.xml
  • force-app/main/default/classes/test utilities/Stub.cls-meta.xml
  • force-app/main/default/classes/test utilities/StubUtilities.cls-meta.xml
  • force-app/main/default/classes/test utilities/TestFactory.cls-meta.xml
  • force-app/main/default/classes/trigger framework/InvokeMetadataDrivenTriggerFramework.cls-meta.xml
  • force-app/main/default/classes/trigger framework/MetadataTriggerFramework.cls-meta.xml
  • force-app/main/default/classes/trigger framework/MetadataTriggerFrameworkException.cls-meta.xml
  • force-app/main/default/classes/trigger framework/MetadataTriggerFrameworkTests.cls-meta.xml
  • force-app/main/default/classes/trigger framework/MetadataTriggerQueryService.cls-meta.xml
  • force-app/main/default/classes/trigger framework/MetadataTriggerQueryServiceTests.cls-meta.xml
  • force-app/main/default/classes/trigger framework/TriggerContext.cls-meta.xml
  • force-app/main/default/classes/trigger framework/TriggerFramework.cls-meta.xml
  • force-app/main/default/classes/trigger framework/TriggerFrameworkException.cls-meta.xml
  • force-app/main/default/classes/trigger framework/TriggerFrameworkLoopCount.cls-meta.xml
  • force-app/main/default/classes/trigger framework/tests/SampleHandler.cls-meta.xml
  • force-app/main/default/classes/trigger framework/tests/TriggerFrameworkTests.cls-meta.xml
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

@codefriar codefriar merged commit 355b202 into main Jun 8, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant