这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@lizkenyon
Copy link
Contributor

Removes LATEST_SUPPORTED_ADMIN_VERSION and RELEASE_CANDIDATE_ADMIN_VERSION constants

These constants caused unintended breaking changes every quarter when API versions were updated, violating semantic versioning principles.

Developers must now explicitly specify API versions in Context.setup, giving them control over when to upgrade and test new versions. See BREAKING_CHANGES_FOR_V15.md for migration guide.

Description

Fixes #

Please, include a summary of what the PR is for:

  • What is the problem it is solving?
  • What is the context of these changes?
  • What is the impact of this PR?

How has this been tested?

Please, describe the tests that you ran to verify your changes.

Checklist:

  • My commit message follow the pattern described in here
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the project documentation.
  • I have added a changelog line.

@lizkenyon lizkenyon requested a review from a team as a code owner October 14, 2025 15:09
…SION constants

These constants caused unintended breaking changes every quarter when API versions were updated, violating semantic versioning principles.

Developers must now explicitly specify API versions in Context.setup, giving them control over when to upgrade and test new versions. See BREAKING_CHANGES_FOR_V15.md for migration guide.

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

Co-Authored-By: Claude <noreply@anthropic.com>
@lizkenyon lizkenyon force-pushed the remove-api-version-constants branch from be1c304 to 3363fd1 Compare October 14, 2025 15:10
@lizkenyon lizkenyon requested a review from sle-c October 14, 2025 15:11
Copy link
Contributor

@sle-c sle-c left a comment

Choose a reason for hiding this comment

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

👍 explicit api version is good imo

@lizkenyon lizkenyon merged commit 524b4b9 into main Oct 21, 2025
6 of 13 checks passed
@lizkenyon lizkenyon deleted the remove-api-version-constants branch October 21, 2025 15:01
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.

2 participants