Skip to content

4.6.0.16

Choose a tag to compare

@cccs-nr cccs-nr released this 19 Sep 19:35
· 70 commits to master since this release
1116f46

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.