diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 9690e47a8..2ffcc102c 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -62,6 +62,7 @@ const config: UserConfig = { items: [ {text: 'What is Wolverine?', link: '/introduction/whatiswolverine'}, {text: 'Getting Started', link: '/introduction/getting-started'}, + {text: 'Support Policy', link: '/introduction/support-policy'}, {text: 'Wolverine for MediatR Users', link: '/introduction/from-mediatr'}, {text: 'Best Practices', link: '/introduction/best-practices'}, ] diff --git a/docs/introduction/support-policy.md b/docs/introduction/support-policy.md new file mode 100644 index 000000000..264bf6f38 --- /dev/null +++ b/docs/introduction/support-policy.md @@ -0,0 +1,12 @@ +# Support Policy + +Community support (via our Github & Discord) is offered for the current major version of Wolverine. The previous major version is supported for high-priority bug and security patches for up to 6 months after a new major version is released. + +Customers with a [JasperFx Support Plan](https://jasperfx.net/support-plans/) are granted priority for questions, feature requests and bug fixes. Support for previous versions of Wolverine is also available under these plans. + +| Wolverine Version | End-of-Life | Status | Support Options | +| ----------------- | :---------: | :-----------: | :----------------: | +| 4 | Current | Current | Community/JasperFx | +| 3 | Dec 2025 | P1 Fixes Only | Community/JasperFx | +| 2 | May 2025 | EoL | JasperFx | +| 1 | Sep 2024 | EoL | JasperFx |