4.6.0.16
·
70 commits
to master
since this release
Hotfix
This release addresses stability issues by disabling unnecessary queries, improving error messages, and reverting a navigation feature that was causing inconsistent behavior.
- Badlist histogram data: The system now properly disables the query that fetches histogram data when a Badlist item has not been loaded yet, avoiding unnecessary errors and empty results.
- Search state handling: Reverted the feature that allowed users to navigate back and forth without losing parameters not shown in the URL. The change caused parameters to be lost when opening detail pages, so the system has been restored to its previous behavior.
- Datastore key validation: When attempting to save a document with an invalid key (e.g., containing spaces), the exception now includes the problematic key. This makes troubleshooting easier by showing exactly which key caused the error.