v.22.1Improvement
Invalid Setting Error Messages with Suggestions
If an invalid setting is defined using the SET query or using the query parameters in the HTTP request, error message will contain suggestions that are similar to the invalid setting string (if any exists). #32946 (Antonio Andelic).Why it matters
This feature helps users quickly identify and correct typos or mistakes in setting names when using theSET query or HTTP query parameters. By suggesting similar valid settings, it reduces confusion and debugging time.How to use it
When defining settings via theSET query or through HTTP request query parameters, if an invalid setting is specified, the error message will automatically include suggestions for similar valid settings to guide the user.