From aa3dc389e4c822323c485351bfb40820787c3869 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Fri, 27 Mar 2026 14:27:15 +0530 Subject: [PATCH] Update Release Notes. --- docs/en_US/release_notes_9_14.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en_US/release_notes_9_14.rst b/docs/en_US/release_notes_9_14.rst index e732882e0..4f24da7d7 100644 --- a/docs/en_US/release_notes_9_14.rst +++ b/docs/en_US/release_notes_9_14.rst @@ -35,7 +35,10 @@ Bug fixes | `Issue #9279 `_ - Fixed an issue where OAuth2 authentication fails with 'object has no attribute' if OAUTH2_AUTO_CREATE_USER is False. | `Issue #9392 `_ - Ensure that the Geometry Viewer refreshes when re-running queries or switching geometry columns, preventing stale data from being displayed. | `Issue #9457 `_ - Fixed Process Watcher garbled text on Windows with non-UTF-8 locales. + | `Issue #9570 `_ - Fixed an issue where ALT+F5 for executing a query in the Query Tool shows a crosshair cursor icon for rectangular selection. + | `Issue #9648 `_ - Fixed an issue where the default fillfactor value for B-tree indexes was incorrect. | `Issue #9694 `_ - Fixed an issue where AI Reports are grayed out after setting an API key by auto-selecting the default provider. + | `Issue #9696 `_ - Fixed an issue where AI Assistant does not notify that No API Key or Provider is Set. | `Issue #9702 `_ - Fixed misleading AI activity messages that could be mistaken for actual database operations. | `Issue #9719 `_ - Fixed an issue where AI Reports fail with OpenAI models that do not support the temperature parameter. | `Issue #9721 `_ - Fixed an issue where permissions page is not completely accessible on full scroll. @@ -45,3 +48,4 @@ Bug fixes | `Issue #9736 `_ - Fix an issue where the AI Assistant was not retaining conversation context between messages, with chat history compaction to manage token budgets. | `Issue #9740 `_ - Fixed an issue where the AI Assistant input textbox sometimes swallows the first character of input. | `Issue #9758 `_ - Clarify where the LLM API key files should be. + | `Issue #9789 `_ - Fixed an issue where the Query tool kept prompting for a password when using a shared server.