Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ asciidoc:
# Fallback versions
# We try to fetch the latest versions from GitHub at build time
# --
full-version: 26.1.13
latest-redpanda-tag: 'v26.1.13'
full-version: 26.1.14
latest-redpanda-tag: 'v26.1.14'
latest-console-tag: 'v3.3.1'
latest-release-commit: 'ebee215fdb2b8004735c6f800e532564cdcc05e1'
latest-operator-version: 'v2.3.8-24.3.6'
Expand Down
14 changes: 14 additions & 0 deletions docs-data/property-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,14 @@
],
"config_scope": "cluster"
},
"log_eviction_exempt_topics": {
"version": "v26.1.14",
"default": ["_schemas"],
"description": "A list of topics in the `kafka` namespace whose local log is exempt from any form of data deletion: retention settings, local retention for topics with Tiered Storage enabled, and disk space management never remove their data from local disk, and partition moves always deliver the full log to the new replica. Does not affect topic deletion via the Kafka API (see xref:reference:properties/cluster-properties.adoc#kafka_nodelete_topics[`kafka_nodelete_topics`]).",
"related_topics": [
"xref:reference:properties/cluster-properties.adoc#kafka_nodelete_topics[`kafka_nodelete_topics`]"
]
},
"log_message_timestamp_after_max_ms": {
"related_topics": [
"xref:reference:properties/topic-properties.adoc#message-timestamp-after-max-ms[`message.timestamp.after.max.ms`]"
Expand Down Expand Up @@ -2069,6 +2077,9 @@
"schema_registry_avro_use_named_references": {
"version": "v25.3.10"
},
"schema_registry_deferred_recovery": {
"version": "v26.1.14"
},
"schema_registry_enable_authorization": {
"description": "Enables ACL-based authorization for Schema Registry requests. When `true`, Schema Registry\nuses ACL-based authorization instead of the default `public/user/superuser` authorization model.",
"related_topics": [],
Expand All @@ -2077,6 +2088,9 @@
"schema_registry_enable_qualified_subjects": {
"version": "v26.1.1"
},
"schema_registry_replay_on_startup": {
"version": "v26.1.14"
},
"schema_registry_replication_factor": {
"description": "Replication factor for internal `_schemas` topic. If unset, defaults to the xref:reference:properties/cluster-properties.adoc#default_topic_replication[`default_topic_replication`] cluster property.",
"related_topics": [
Expand Down
55 changes: 0 additions & 55 deletions docs-data/redpanda-property-changes-v26.1.12-to-v26.1.13.json

This file was deleted.

57 changes: 57 additions & 0 deletions docs-data/redpanda-property-changes-v26.1.13-to-v26.1.14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"comparison": {
"oldVersion": "v26.1.13",
"newVersion": "v26.1.14",
"timestamp": "2026-07-24T11:46:11.701Z"
},
"summary": {
"newProperties": 3,
"changedDefaults": 0,
"changedDescriptions": 0,
"changedTypes": 0,
"deprecatedProperties": 0,
"removedDeprecatedProperties": 0,
"removedProperties": 0,
"emptyDescriptions": 2
},
"details": {
"newProperties": [
{
"name": "log_eviction_exempt_topics",
"type": "array",
"default": [
"model::schema_registry_internal_tp.topic()"
],
"description": "A list of topics in the kafka namespace whose local log is exempt from any form of data deletion: retention settings, local retention for topics with Tiered Storage enabled, and disk space management never remove their data from local disk, and partition moves always deliver the full log to the new replica. Does not affect topic deletion via the Kafka API (see kafka_nodelete_topics)."
},
{
"name": "schema_registry_deferred_recovery",
"type": "boolean",
"default": true,
"description": "Defer schema compilation during Schema Registry startup, then compile the loaded schemas in parallel across cores. If disabled, every replayed record is compiled sequentially during the replay."
},
{
"name": "schema_registry_replay_on_startup",
"type": "boolean",
"default": false,
"description": "Replay the internal `_schemas` topic into the store at Schema Registry start-up instead of lazily on the first request. Makes recovery time predictable and keeps the first request from blocking behind a full replay."
}
],
"changedDefaults": [],
"changedDescriptions": [],
"changedTypes": [],
"deprecatedProperties": [],
"removedDeprecatedProperties": [],
"removedProperties": [],
"emptyDescriptions": [
{
"name": "redpanda.remote.allowgaps",
"type": "boolean"
},
{
"name": "redpanda.virtual.cluster.id",
"type": "string"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"cloud_supported": false,
"config_scope": "broker",
"default": "/usr/share/redpanda/proxy-api-doc",
"defined_in": "src/v/pandaproxy/schema_registry/configuration.cc",
"defined_in": "src/v/pandaproxy/rest/configuration.cc",
"description": "Path to the API specifications directory. This directory contains API documentation for both the HTTP Proxy API and Schema Registry API.",
"is_deprecated": false,
"is_enterprise": false,
Expand Down Expand Up @@ -5233,7 +5233,6 @@
"visibility": "tunable"
},
"datalake_coordinator_max_files_per_commit": {
"version": "v26.1.13",
"c_type": "size_t",
"cloud_byoc_only": false,
"cloud_editable": false,
Expand All @@ -5249,10 +5248,10 @@
"needs_restart": false,
"nullable": false,
"type": "integer",
"version": "v26.1.13",
"visibility": "tunable"
},
"datalake_coordinator_max_pending_files": {
"version": "v26.1.13",
"c_type": "size_t",
"cloud_byoc_only": false,
"cloud_editable": false,
Expand All @@ -5268,6 +5267,7 @@
"needs_restart": false,
"nullable": false,
"type": "integer",
"version": "v26.1.13",
"visibility": "tunable"
},
"datalake_coordinator_snapshot_max_delay_secs": {
Expand Down Expand Up @@ -5975,7 +5975,6 @@
"visibility": "user"
},
"enable_development_metrics": {
"version": "v26.1.13",
"c_type": "bool",
"cloud_byoc_only": false,
"cloud_editable": false,
Expand All @@ -5990,7 +5989,8 @@
"name": "enable_development_metrics",
"needs_restart": false,
"nullable": false,
"type": "boolean"
"type": "boolean",
"version": "v26.1.13"
},
"enable_developmental_unrecoverable_data_corrupting_features": {
"cloud_byoc_only": false,
Expand Down Expand Up @@ -9213,6 +9213,33 @@
"type": "boolean",
"visibility": "tunable"
},
"log_eviction_exempt_topics": {
"c_type": "ss::sstring",
"cloud_byoc_only": false,
"cloud_editable": false,
"cloud_readonly": false,
"cloud_supported": false,
"config_scope": "cluster",
"default": [
"_schemas"
],
"defined_in": "src/v/config/configuration.cc",
"description": "A list of topics in the `kafka` namespace whose local log is exempt from any form of data deletion: retention settings, local retention for topics with Tiered Storage enabled, and disk space management never remove their data from local disk, and partition moves always deliver the full log to the new replica. Does not affect topic deletion via the Kafka API (see xref:reference:properties/cluster-properties.adoc#kafka_nodelete_topics[`kafka_nodelete_topics`]).",
"is_deprecated": false,
"is_enterprise": false,
"items": {
"type": "string"
},
"name": "log_eviction_exempt_topics",
"needs_restart": true,
"nullable": false,
"related_topics": [
"xref:reference:properties/cluster-properties.adoc#kafka_nodelete_topics[`kafka_nodelete_topics`]"
],
"type": "array",
"version": "v26.1.14",
"visibility": "user"
},
"log_message_timestamp_after_max_ms": {
"c_type": "std::chrono::milliseconds",
"cloud_byoc_only": false,
Expand Down Expand Up @@ -12887,6 +12914,25 @@
"type": "object",
"version": "v25.3.10"
},
"schema_registry_deferred_recovery": {
"c_type": "bool",
"cloud_byoc_only": false,
"cloud_editable": false,
"cloud_readonly": false,
"cloud_supported": false,
"config_scope": "cluster",
"default": true,
"defined_in": "src/v/config/configuration.cc",
"description": "Defer schema compilation during Schema Registry startup, then compile the loaded schemas in parallel across cores. If disabled, every replayed record is compiled sequentially during the replay.",
"is_deprecated": false,
"is_enterprise": false,
"name": "schema_registry_deferred_recovery",
"needs_restart": false,
"nullable": false,
"type": "boolean",
"version": "v26.1.14",
"visibility": "tunable"
},
"schema_registry_enable_authorization": {
"c_type": "bool",
"cloud_byoc_only": false,
Expand Down Expand Up @@ -12915,7 +12961,7 @@
},
"schema_registry_enable_qualified_subjects": {
"c_type": "bool",
"cloud_byoc_only": true,
"cloud_byoc_only": false,
"cloud_editable": true,
"cloud_readonly": false,
"cloud_supported": true,
Expand All @@ -12932,6 +12978,25 @@
"version": "v26.1.1",
"visibility": "tunable"
},
"schema_registry_replay_on_startup": {
"c_type": "bool",
"cloud_byoc_only": false,
"cloud_editable": false,
"cloud_readonly": false,
"cloud_supported": false,
"config_scope": "cluster",
"default": false,
"defined_in": "src/v/config/configuration.cc",
"description": "Replay the internal `_schemas` topic into the store at Schema Registry start-up instead of lazily on the first request. Makes recovery time predictable and keeps the first request from blocking behind a full replay.",
"is_deprecated": false,
"is_enterprise": false,
"name": "schema_registry_replay_on_startup",
"needs_restart": false,
"nullable": false,
"type": "boolean",
"version": "v26.1.14",
"visibility": "user"
},
"schema_registry_replication_factor": {
"c_type": "int16_t",
"category": "schema-registry",
Expand Down
Loading
Loading