Skip to content

chore(api): update API version to 63.0#328

Closed
codefriar wants to merge 1 commit intomainfrom
chore/api630
Closed

chore(api): update API version to 63.0#328
codefriar wants to merge 1 commit intomainfrom
chore/api630

Conversation

@codefriar
Copy link
Owner

@codefriar codefriar commented Mar 28, 2025

Summary

Update all classes to API version 63.0

Test plan

  • Deployed to scratch org
  • All tests pass

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chore: Updated the API version in various ApexClass and ApexTrigger metadata files from 58.0 to 63.0. This change ensures compatibility with the latest Salesforce platform updates, but does not introduce any new features or changes to existing functionality. Users will not experience any direct impact from this update.

"Though this be madness, yet there is method in't."
- Polonius, Hamlet Act 2, Scene 2

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 28, 2025

Image description CodeRabbit

Walkthrough

The primary change in this pull request is the update of the API version from 58.0 to 63.0 across various ApexClass and ApexTrigger metadata files. This update does not alter any function signatures, global data structures, or variables, thus maintaining the existing functionality and behavior of the code.

Changes

Files Summary
BulkCallable.cls-meta.xml, UniversalFlowInputOutput.cls-meta.xml, ULID.cls-meta.xml, FF.cls-meta.xml, Log.cls-meta.xml, OrgShape.cls-meta.xml Updated the API version in these ApexClass files from 58.0 to 63.0. No changes to function signatures, global data structures, or variables.
Log.trigger-meta.xml Updated the API version in this ApexTrigger metadata file from 58.0 to 63.0. No changes to function signatures, global data structures, or variables.

🐇💻

In the land of code, where logic intertwines,

The rabbit hops, through lines and lines.

With each leap forward, an API ascends,

Yet fear not, for no function bends.

From 58 to 63, we take our flight,

Ensuring all our code is right.

So here's to progress, swift and bright,

Coding rabbits, code all night! 🌙✨


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 5463166 and f6b6ba7 commits.
Files selected (7)
  • force-app/main/Universal Flow Invocable/classes/BulkCallable.cls-meta.xml (1)
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutput.cls-meta.xml (1)
  • force-app/main/default/classes/ULID/ULID.cls-meta.xml (1)
  • force-app/main/default/classes/feature flags/FF.cls-meta.xml (1)
  • force-app/main/default/classes/log/Log.cls-meta.xml (1)
  • force-app/main/default/classes/orgShape/OrgShape.cls-meta.xml (1)
  • force-app/main/default/triggers/Log.trigger-meta.xml (1)
Files ignored due to filter (1)
  • sfdx-project.json
Files skipped from review due to trivial changes (6)
  • force-app/main/Universal Flow Invocable/classes/UniversalFlowInputOutput.cls-meta.xml
  • force-app/main/default/classes/ULID/ULID.cls-meta.xml
  • force-app/main/default/classes/feature flags/FF.cls-meta.xml
  • force-app/main/default/classes/log/Log.cls-meta.xml
  • force-app/main/default/classes/orgShape/OrgShape.cls-meta.xml
  • force-app/main/default/triggers/Log.trigger-meta.xml
Review comments generated (2)
  • Review: 1
  • LGTM: 1

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.

<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>63.0</apiVersion>

Choose a reason for hiding this comment

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

Image description CodeRabbit

The API version has been updated from 58.0 to 63.0. Ensure that all the features and functionalities used in this class are compatible with the new API version. If there are any deprecated features or changes in the behavior of certain methods, they should be addressed.

-    <apiVersion>58.0</apiVersion>
+    <apiVersion>63.0</apiVersion>

@codefriar codefriar closed this Mar 28, 2025
@codefriar codefriar deleted the chore/api630 branch March 28, 2025 22:15
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