Skip to content

Commit 1da3fc4

Browse files
author
integrations.repos.commit_and_push
committed
Updated detailed changelog new_version=<Version('1.67.1')>
1 parent d978eaa commit 1da3fc4

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

โ€Ždetailed_changelog.mdโ€Ž

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
# Changelog
22

33
### (2025-11-03) Whatโ€™s new in **ROR 1.67.1**
4-
5-
6-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿš€New** (ES) 9.2.0, 9.1.6, 8.19.6 support
7-
8-
9-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿง Enhancement** (ES) Allow using the `actions` rule with the `kibana` rule in the same block when `kibana.access: unrestricted`
10-
11-
12-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž 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>
1316

1417

1518
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž Fix** (KBN) Suppressed โ€œForbiddenโ€ toast in Discover/Dashboard on Kibana 8.xโ€“9.x
16-
17-
18-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž 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-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž Fix** (KBN) Fixed timeout when saving Security settings
22-
23-
24-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž Fix** (KBN) Restored visibility of reports when multiple data streams exist for a reporting index
25-
26-
27-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**๐Ÿž 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>
2835

2936
### (2025-10-14) Whatโ€™s new in **ROR 1.67.0**
3037
<details>

0 commit comments

Comments
ย (0)