|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ### (2025-11-03) Whatโs new in **ROR 1.67.1** |
4 | | - |
5 | | - |
6 | | - **๐New** (ES) 9.2.0, 9.1.6, 8.19.6 support |
7 | | - |
8 | | - |
9 | | - **๐ง Enhancement** (ES) Allow using the `actions` rule with the `kibana` rule in the same block when `kibana.access: unrestricted` |
10 | | - |
11 | | - |
12 | | - **๐ Fix** (KBN) Fixed JWT handling for wrong license edition |
| 4 | +<details> |
| 5 | +<summary><strong>๐New</strong> (ES) 9.2.0, 9.1.6, 8.19.6 support</summary> |
| 6 | +Added official support for the latest Elasticsearch versions including 9.2.0, 9.1.6, and 8.19.6. This ensures compatibility with the newest Elasticsearch features and security updates while maintaining all ROR security functionality. |
| 7 | +</details> |
| 8 | +<details> |
| 9 | +<summary><strong>๐ง Enhancement</strong> (ES) Allow using the <code>actions</code> rule with the <code>kibana</code> rule in the same block when <code>kibana.access: unrestricted</code></summary> |
| 10 | +Enhanced rule flexibility by permitting the combination of `actions` and `kibana` rules within the same security block when Kibana access is set to unrestricted. This provides more granular control over user permissions while maintaining security policies. |
| 11 | +</details> |
| 12 | +<details> |
| 13 | +<summary><strong>๐ Fix</strong> (KBN) Fixed JWT handling for wrong license edition</summary> |
| 14 | +Resolved an issue where JWT authentication was incorrectly handled when using an incompatible license edition. This ensures proper authentication flow regardless of the license type being used. |
| 15 | +</details> |
13 | 16 |
|
14 | 17 |
|
15 | 18 | **๐ Fix** (KBN) Suppressed โForbiddenโ toast in Discover/Dashboard on Kibana 8.xโ9.x |
16 | | - |
17 | | - |
18 | | - **๐ Fix** (KBN) [Resolved report download failure on Kibana 9.1.x](https://forum.readonlyrest.com/t/unable-to-download-reports-from-kibana/2859/2) |
19 | | - |
20 | | - |
21 | | - **๐ Fix** (KBN) Fixed timeout when saving Security settings |
22 | | - |
23 | | - |
24 | | - **๐ Fix** (KBN) Restored visibility of reports when multiple data streams exist for a reporting index |
25 | | - |
26 | | - |
27 | | - **๐ Fix** (KBN) Fixed invisible reports for non-tenancy users on Kibana 9.1.x |
| 19 | +<details> |
| 20 | +<summary><strong>๐ Fix</strong> (KBN) <a href="https://forum.readonlyrest.com/t/unable-to-download-reports-from-kibana/2859/2">Resolved report download failure on Kibana 9.1.x</a></summary> |
| 21 | +Fixed a critical issue preventing users from downloading reports in Kibana 9.1.x. This addresses a community-reported problem where report downloads would fail, restoring full reporting functionality for affected versions. |
| 22 | +</details> |
| 23 | +<details> |
| 24 | +<summary><strong>๐ Fix</strong> (KBN) Fixed timeout when saving Security settings</summary> |
| 25 | +Resolved timeout issues that occurred when attempting to save Security settings in Kibana. This ensures that configuration changes can be applied reliably without encountering timeouts during the save process. |
| 26 | +</details> |
| 27 | +<details> |
| 28 | +<summary><strong>๐ Fix</strong> (KBN) Restored visibility of reports when multiple data streams exist for a reporting index</summary> |
| 29 | +Fixed a bug where reports became invisible when multiple data streams were present for a reporting index. This restores proper report visibility and accessibility in multi-stream reporting environments. |
| 30 | +</details> |
| 31 | +<details> |
| 32 | +<summary><strong>๐ Fix</strong> (KBN) Fixed invisible reports for non-tenancy users on Kibana 9.1.x</summary> |
| 33 | +Addressed an issue where reports were not visible to non-tenancy users in Kibana 9.1.x. This ensures that all authorized users can properly view and access reports regardless of their tenancy status. |
| 34 | +</details> |
28 | 35 |
|
29 | 36 | ### (2025-10-14) Whatโs new in **ROR 1.67.0** |
30 | 37 | <details> |
|
0 commit comments