- BUGFIX: fix an interpolating query with multivariables when going to the "explore" page. See #380.
- BUGFIX: fix an issue where
*was used instead of a variable with the selectedAllvalue. Now the priority is as follows: first, theallValuevalue is used, which is defined in the variable settings, if there is no such value and there is aqueryin the variable setting to filter the values, then the list of return values is used, if there is no query, then*is used for normal filters and.*for regexp filters. See #452. - BUGFIX: fix an interpolating query in variable settings: use the same algorithm as for the query on dashboards. See #455.
- BUGFIX: fix an issue where a query was incorrectly interpolated with a variable inside a regexp operator. See #449.