Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const config: UserConfig<DefaultTheme.Config> = {
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'},
]
Expand Down
12 changes: 12 additions & 0 deletions docs/introduction/support-policy.md
Original file line number Diff line number Diff line change
@@ -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 |
Loading