-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI creates projects with API v59.0 when that's not actually available yet #2417
Comments
Hello @SCWells72 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi @SCWells72 , sorry for the late reply. that was required to get sfdx-core v5 in it and completely remove v4 from the CLI dependency tree. |
@cristiand391, so is there not a concern that the resulting projects aren't going to work "out-of-the-box" for users until v59 is generally available? |
FYI, there's another downstream issue resulting from this, notably that an API call like It really does seems like projects should be generated with a valid/broadly-available API version at any given time, no? |
There was no good way around this. The library https://github.com/forcedotcom/salesforcedx-templates tries to keep pace with the server major version, but that prevents it from allowing major releases when it does need a breaking changes otherwise. CLI team doesn't own it and had to work within those constraints. This issue resolves itself as v59 rolls out to more orgs, so there's nothing to do but wait for it to go away. In the future, we could try to plan these types of changes right after major releases.
|
You should be able to resolve/close this now that Winter '24 / API v59.0 has been released in all orgs. |
I noticed deployment and retrieval failures in a newly-created project about API v59.0 not being supported, then noticed that the CLI is creating projects with that API version, e.g.:
This can obviously be changed easily, but I imagine it's a bug that should be fixed since almost everyone is going to have to do so until 59.0 is more broadly-available.
Here's the more complete version information:
The text was updated successfully, but these errors were encountered: