adding support policy for dd-trace-rs#249
Draft
ekump wants to merge 1 commit into
Draft
Conversation
|
ekump
commented
Jun 8, 2026
| - The MSRV is documented in `Cargo.toml` (`rust-version`) and verified in CI on every change. | ||
| - The MSRV is **never raised in a patch release**. It may be raised in a major or minor release, and | ||
| any increase is called out in the `CHANGELOG.md`. | ||
| - Datadog commits to supporting Rust stable releases that are **at least 6 months old**: the MSRV |
Collaborator
Author
There was a problem hiding this comment.
I think this should be 1 year old?
iunanua
approved these changes
Jun 18, 2026
iunanua
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
We're going to have to get used to the policy :P
| Datadog supports the current major version at the **GA** tier and the immediately previous major | ||
| version at the **Maintenance** tier: | ||
|
|
||
| | State | Which version | What you get | |
Collaborator
There was a problem hiding this comment.
Once this policy is merged, should we include this table with the specific versions for each state in the README? (at least GA and Maintenance versions)
Collaborator
Author
There was a problem hiding this comment.
Yes, we should. Although since we don't have any major versions yet I wonder if we'll need something slightly different in the interim.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
First iteration of a support policy for the repo
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?