Skip to content

Commit 5b175e6

Browse files
committed
ROR 1.67.0 release
1 parent 528a59b commit 5b175e6

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

β€Žchangelog.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### (2025-10-14) What’s new in **ROR 1.67.0**
4+
* **🚨 Security Fix** (KBN) [CVE-2025-58754](https://nvd.nist.gov/vuln/detail/CVE-2025-58754)
5+
* **🚨 Security Fix** (ES) [CVE-2025-58057](https://nvd.nist.gov/vuln/detail/CVE-2025-58057), [CVE-2025-58056](https://nvd.nist.gov/vuln/detail/CVE-2025-58056)
6+
* **πŸš€ New** (ES) [Added support for defining a custom audit serializer directly in ROR settings (no code required)](https://docs.readonlyrest.com/elasticsearch/audit#using-configurable-serializer)
7+
* **πŸš€ New** (ES) [Introduced new predefined audit serializers: `ReportingAllEventsAuditLogSerializer`, `ReportingAllEventsWithQueryAuditLogSerializer`](https://docs.readonlyrest.com/elasticsearch/audit#predefined-serializers)
8+
* **πŸš€ New** (ES) Added new rules: [`ror_kbn_authentication`](https://docs.readonlyrest.com/elasticsearch#ror_kbn_authentication) and [`ror_kbn_authorization`](https://docs.readonlyrest.com/elasticsearch#ror_kbn_authorization), as alternatives to the existing `ror_kbn_auth` rule
9+
* **🧐 Enhancement** (KBN) [Added OIDC `clock-skew-tolerance` configuration option in `kibana.yml`](https://docs.readonlyrest.com/kibana#clock-skew-tolerance)
10+
* **🧐 Enhancement** (KBN) [Added option to disable Kibana termination on watermark errors in `kibana.yml`](https://docs.readonlyrest.com/kibana#terminate-kibana-on-es-high-watermark)
11+
* **🐞 Fix** (KBN) Logout did not invalidate the app session when the `ror_kbn_auth` rule was used with local group definitions
12+
* **🐞 Fix** (KBN) [Restored keyword field value suggestions in Discover/Data View filters](https://forum.readonlyrest.com/t/kibana-data-view-filter-not-working-with-keyword/2843)
13+
* **🐞 Fix** (KBN) Integration-based options were visible in search results even when the app was marked as hidden
14+
* **🐞 Fix** (KBN) Index Management appeared in app search results even when the app was declared as hidden
15+
* **🐞 Fix** (KBN) Resolved an issue with CSRF token override when multiple browser tabs were open
16+
* **🐞 Fix** (KBN) Fixed OIDC compatibility for Kibana 7.10.2 and earlier
17+
* **🐞 Fix** (ES) Restored backward compatibility for custom audit log serializer implementations extending the `DefaultAuditLogSerializer` class. Custom serializers compiled against ROR 1.65 or 1.66 that use `DefaultAuditLogSerializer` must be recompiled to work correctly.
18+
* **🐞 Fix** (ES) Fixed a defect that broke the "Snapshot and Restore" functionality in Kibana
19+
320
### (2025-09-03) What's new in **ROR 1.66.1**
421
* **πŸš€New** (KBN) 9.1.4, 9.0.7, 8.19.4, 8.18.7 support
522
* **πŸš€New** (ES) 9.1.4, 9.0.7, 8.19.4, 8.18.7 support

β€Ždetails/audit.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ You can:
382382
* implement and use your own serializer ([see how to implement a custom serializer](#custom-audit-event-serializer))
383383
384384
385-
#### Predefined serializers:
385+
### Predefined serializers:
386386
* `tech.beshu.ror.audit.instances.BlockVerbosityAwareAuditLogSerializer`
387387
* Serializes all non-`Allowed` events.
388388
* Serializes `Allowed` events only when the corresponding rule specifies, that they should be logged at `INFO` verbosity level.
@@ -429,7 +429,7 @@ You can:
429429
* Included fields are the same as for `QueryAuditLogSerializer` (includes `content` field - full request body)
430430
* Use this serializer, when you need complete coverage of all events with full request body.
431431

432-
#### Using configurable serializer:
432+
### Using configurable serializer:
433433

434434
Configuration should look like that:
435435
```yaml

0 commit comments

Comments
Β (0)