* Issue **#4929** : Improve Plan B merge performance.
* Uplift the stroom/proxy docker base images to 21.0.7_6-jdk-alpine from 21.0.5_11-jdk-alpine.
* Issue **#4934** : Change the audit logging for dashboard queries to log the column names. It now logs one event for each table attached to the query.
* Fix field/function completions not being offered in the dashboard column expression editor.
* Fix OIDC code flow. Session wasn't being created so user was repeatedly redirected back to the IDP.
* Issue **#4892** : Prevent disabled users from authenticating.
* Issue **#4925** : Fix UI IndexOutOfBoundsException.
* Issue **#4926** : Fix UI NPE.
* Issue **#4893** : Fix text editor context menu styling.
* Issue **#4916** : Fix query results download so it doesn't require VIEW on the View. It now only needs USE on the View.
* Fix permissions checking when executing a Query. It no longer requires VIEW permission on the extraction pipeline, just USE.