diff --git a/2.0/docs/switch/1_5.md b/2.0/docs/version/1_5.md similarity index 100% rename from 2.0/docs/switch/1_5.md rename to 2.0/docs/version/1_5.md diff --git a/2.0/docs/switch/2_0.md b/2.0/docs/version/2_0.md similarity index 100% rename from 2.0/docs/switch/2_0.md rename to 2.0/docs/version/2_0.md diff --git a/2.0/docs/version/support.md b/2.0/docs/version/support.md new file mode 100644 index 00000000..8eb276f1 --- /dev/null +++ b/2.0/docs/version/support.md @@ -0,0 +1,28 @@ +# Version Support + +![Support Matrix](https://cloud.githubusercontent.com/assets/1342803/26204807/ca86b23c-3bd7-11e7-83cb-fbafac2e90d5.png) + +Vapor 2.0 is currently active. +Vapor 1.5 is being maintained until November 2017. + +## Core + +All packages in the [Vapor GitHub](https://github.com/vapor) are maintained according to the following rules. + +### Active + +While a version is active, reported security issues and bugs are fixed. + +Additionally, new features and optimizations may be added. If new API is added, the minor version number will be incremented. At no point can existing API be removed or broken during an active version. Semver is strictly followed and tested. + +### Maintenance + +When a new version of Vapor is released, the previous version will enter a maintenance phase which lasts for six months. During this phase critical security issues and bugs will be fixed. No new features will be added. + +### Unstable + +The master branch is the latest development version of Vapor and is constantly changing. Before a new version of Vapor is released, there may be unstable alpha and beta phases in which you are welcome to test and provide feedback on the changes. + +## Community + +All packages in the [Vapor Community GitHub](https://github.com/vapor-community) are maintained in strict accordance of semver. Violations of semver should be reported as issues to the offending package's GitHub page. \ No newline at end of file diff --git a/2.0/mkdocs.yml b/2.0/mkdocs.yml index e97e7a1c..08091542 100644 --- a/2.0/mkdocs.yml +++ b/2.0/mkdocs.yml @@ -86,8 +86,9 @@ pages: - Advanced: - 'Modules': 'advanced/modules.md' - Version (2.0): - - '1.5': 'switch/1_5.md' - - '2.0': 'switch/2_0.md' + - '1.5': 'version/1_5.md' + - '2.0': 'version/2_0.md' + - 'Support': 'version/support.md' markdown_extensions: - admonition