-
Notifications
You must be signed in to change notification settings - Fork 427
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
Adding release roadmap and standards info #660
Conversation
Also updating a couple of old MSDN links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just one small suggestion.
## Release roadmap and standards | ||
Our goal is to release regular updates which improve the driver and bring new features to users. Stable, production quality releases happen twice a year, targeting the first and third quarters of the calendar year. They are tested against a comprehensive matrix of supported operating systems, Java versions, and SQL Server versions. Stable releases are accompanied by additional localized packages, which are available on the Microsoft website. | ||
|
||
Preview releases happen approximately monthly between stable releases. This gives users an opportunity to try out new features and provide feedback on them before they go into stable releases. Preview releases also include frequent bug fixes for customers to verify without having to wait for a stable release. Preview releases are only available in English. While they are tested, preview releases do not necessarily go through the same rigorous, full test matrix as stable releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's mention the review process as well (i.e. the final security review and extra tools & checks we go through). Perhaps:
While they are tested, preview releases do not necessarily go through the same rigorous, full test matrix and review process as stable releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion. I just added that small tweak in dev since this has been merged.
Codecov Report
@@ Coverage Diff @@
## dev #660 +/- ##
============================================
+ Coverage 48.08% 48.16% +0.08%
- Complexity 2574 2578 +4
============================================
Files 113 113
Lines 26574 26574
Branches 4429 4429
============================================
+ Hits 12777 12800 +23
+ Misses 11670 11652 -18
+ Partials 2127 2122 -5
Continue to review full report at Codecov.
|
Also updating a couple of old MSDN links.