Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/get-started/pages/release-notes/redpanda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.