Skip to content

v7.1.3

Compare
Choose a tag to compare
@jtoar jtoar released this 12 Mar 16:09
· 680 commits to main since this release
f333d3f

Patch Release

  • fix(dbAuth): restore behavior of checking whether a search query is present (#10204) by @cannikin

    Previously dbAuth would check whether or not query string variables were present at all before invoking the proper function. During a refactor we updated this code to assume a query would always be present. Which it would be during normal browser behavior. But, we had a complaint from a user who relied on this optional check in one of their tests. So we're restoring the optional check here.