Skip to content

Conversation

Copy link

Copilot AI commented Oct 28, 2025

Addresses feedback on #925 requesting clarification of the version support policy. The phrase "most recent 2 releases (major, minor)" was ambiguous about whether it meant major or minor versions.

Changes

  • Updated support policy text to explicitly state "2 most recent minor versions"
  • Added concrete example: 2.1.0 and 2.0.0 are supported, 1.9.0 is not

This clarifies that support follows the 2 most recent minor releases within the current major version, not the 2 most recent major versions.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: JamieSinn <1538232+JamieSinn@users.noreply.github.com>
Copy link
Author

Copilot AI commented Oct 28, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • bitbucket.org
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/devcycle-docs/devcycle-docs/node_modules/.store/@docusaurus-core-virtual-915c38c41e/package/bin/docusaurus.mjs build (dns block)
  • gitlab.com
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/devcycle-docs/devcycle-docs/node_modules/.store/@docusaurus-core-virtual-915c38c41e/package/bin/docusaurus.mjs build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update SDK EOL policy for version support clarification Clarify SDK version support policy with concrete example Oct 28, 2025
Copilot AI requested a review from JamieSinn October 28, 2025 19:18
Copilot finished work on behalf of JamieSinn October 28, 2025 19:18
@cloudflare-workers-and-pages
Copy link

Deploying devcycle-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0b5897d
Status: ✅  Deploy successful!
Preview URL: https://531f444a.devcycle-docs.pages.dev
Branch Preview URL: https://copilot-sub-pr-925.devcycle-docs.pages.dev

View logs

@JamieSinn JamieSinn marked this pull request as ready for review October 28, 2025 19:22
Copilot AI review requested due to automatic review settings October 28, 2025 19:22
@JamieSinn JamieSinn merged commit cf4cfb4 into release-lifecycle Oct 28, 2025
1 check passed
@JamieSinn JamieSinn deleted the copilot/sub-pr-925 branch October 28, 2025 19:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR clarifies the SDK support policy documentation by providing a more precise explanation of version support with a concrete example.

Key Changes:

  • Updated the support timeline description to explicitly state "2 most recent minor versions" with a practical example showing versions 2.1.0, 2.0.0, and 1.9.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Support Timeline

We actively support the most recent 2 releases (major, minor) of each SDK. Support includes:
We actively support the 2 most recent minor versions of each SDK. For example, if the latest versions are 2.1.0 and 2.0.0, both are supported, but 1.9.0 is not. Support includes:
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

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

The support policy statement is ambiguous. The example shows supporting minor versions within the same major version (2.1.0 and 2.0.0), but then excludes 1.9.0 from a different major version. This doesn't clarify whether '2 most recent minor versions' means across all versions or within each major version. Consider rephrasing to: 'We actively support the 2 most recent minor versions within the current major version of each SDK. For example, if the latest versions are 2.1.0 and 2.0.0, both are supported, but 2.9.0 from a previous iteration would not be.' Alternatively, if cross-major support is intended, use: 'We actively support the 2 most recent releases of each SDK. For example, if versions 2.1.0 and 2.0.0 are the latest, both are supported. Version 1.9.0 from the previous major release is not supported.'

Suggested change
We actively support the 2 most recent minor versions of each SDK. For example, if the latest versions are 2.1.0 and 2.0.0, both are supported, but 1.9.0 is not. Support includes:
We actively support the 2 most recent minor versions within the current major version of each SDK. For example, if the latest versions are 2.1.0 and 2.0.0, both are supported, but 2.9.0 from a previous iteration would not be. Support includes:

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants