diff --git a/modules/get-started/pages/release-notes/redpanda.adoc b/modules/get-started/pages/release-notes/redpanda.adoc index 2e83decd82..d84c7a5e79 100644 --- a/modules/get-started/pages/release-notes/redpanda.adoc +++ b/modules/get-started/pages/release-notes/redpanda.adoc @@ -34,3 +34,7 @@ Redpanda Schema Registry now supports an import mode that allows you to import e Starting with this release, import mode must be used when importing schemas. Read-write mode no longer allows specifying a schema ID and version when registering a schema. See xref:manage:schema-reg/schema-reg-api.adoc#set-schema-registry-mode[Use the Schema Registry API] for more information. + +== Time-based retention validation + +Redpanda introduces timestamp validation controls to improve the accuracy and reliability of xref:manage:cluster-maintenance/disk-utilization.adoc#set-time-based-retention[time-based retention]. The new properties `log_message_timestamp_before_max_ms` and `log_message_timestamp_after_max_ms` ensure that messages are accepted only if their timestamps fall within a valid range. This prevents retention issues caused by invalid or out-of-range timestamps.