|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +### (2025-07-10) What's new in **ROR 1.65.0** |
| 4 | +* **🚨Security Fix** (KBN) [CVE-2025-5889](https://nvd.nist.gov/vuln/detail/CVE-2025-5889) |
| 5 | +* **🚨Security Fix** (ES) [CVE-2024-29857](https://nvd.nist.gov/vuln/detail/cve-2024-29857) (when FIPS SSL is used) |
| 6 | +* **🚀New** (KBN) Added support for configuring [JSON log format](https://www.elastic.co/docs/troubleshoot/kibana/using-kibana-server-logs) in `kibana.yml`. |
| 7 | +* **🚀New** (ES) [Added support for a new output type: `data_stream` in audit logging](https://docs.readonlyrest.com/elasticsearch/audit#configuration). |
| 8 | +* **🚀New** (ES) Included Elasticsearch node name and cluster name in the audit reports. |
| 9 | +* **🧐Enhancement** (KBN) Logged detailed messages when the CSRF token has expired. |
| 10 | +* **🧐Enhancement** (KBN) [Added `id_token` as a valid option for `userInfoSource`](https://docs.readonlyrest.com/kibana#user-info-source-methods). |
| 11 | +* **🧐Enhancement** (ES) Improved handling of JVM properties related to ROR settings. |
| 12 | +* **🐞Fix** (KBN) Fixed OIDC logout redirection issue by switching `redirect_uri` to `id_token_hint` and using `post_logout_redirect_uri`. |
| 13 | +* **🐞Fix** (KBN) The ReadonlyREST Kibana plugin now accepts custom appender names defined in `kibana.yml`. |
| 14 | +* **🐞Fix** (KBN) When "Remember Group After Logout" is enabled, groups without access are correctly ignored during login. |
| 15 | +* **🐞Fix** (KBN) Fixed issue where the Kibana index template was not applied for Kibana versions ≥ 8.8.0. |
| 16 | +* **🐞Fix** (KBN) Resolved a bug with `readonlyrest_kbn.resetKibanaIndexToTemplate: true` for Kibana 7.x. |
| 17 | +* **🐞Fix** (KBN) Fixed an issue where a custom session index name was not respected after Kibana restart. |
| 18 | +* **🐞Fix** (ES) Fixed an issue preventing snapshots from being restored when no indices were specified. |
| 19 | +* **🐞Fix** (ES) File ownership and permissions are now preserved during `ror-tools` patch and unpatch operations. |
| 20 | + |
3 | 21 | ### (2025-05-17) What's new in **ROR 1.64.2** |
4 | 22 | * **🚀New** (KBN) 9.0.3, 9.0.2, 8.18.3, 8.18.2, 8.17.8, 8.17.7, 7.17.29 support |
5 | 23 | * **🚀New** (ES) 9.0.3, 9.0.2, 8.18.3, 8.18.2, 8.17.8, 8.17.7, 7.17.29 support |
|
0 commit comments