HomeRelease NotesRelease NotesHelpSpot 5.8.1

1.1. HelpSpot 5.8.1

Updated: Jun 22 2026, 11:34 AM

Release Date: June 22nd 2026

This is a maintenance release for HelpSpot 5.8.0 containing bug fixes and an updated SQL Server requirement.

Important: SQL Server 2016 Now Required

HelpSpot now requires SQL Server 2016 or later with the database compatibility level set to at least 130. HelpSpot 5.8.0 began using JSON query functions (JSON_VALUE) that are only available on SQL Server 2016+ at compatibility level 130 or higher. Installs that satisfied the previous SQL Server 2012 requirement could pass the requirements check and then fail at runtime with a “json_value is not a recognized built-in function name” error.

The installer and upgrade requirements check now enforce this. If your database is on an older compatibility level, you can raise it with:

ALTER DATABASE [your_database] SET COMPATIBILITY_LEVEL = 130;

MySQL installations are unaffected by this change.

Bug Fixes

This page was: Helpful | Not Helpful