Skip to content

Commit 7b19439

Browse files
auto-docs: Update property docs for tag v25.3.10 (#1600)
1 parent f7aebf2 commit 7b19439

5 files changed

Lines changed: 76 additions & 7 deletions

File tree

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ asciidoc:
1717
# Fallback versions
1818
# We try to fetch the latest versions from GitHub at build time
1919
# --
20-
full-version: 25.3.9
21-
latest-redpanda-tag: 'v25.3.9'
20+
full-version: 25.3.10
21+
latest-redpanda-tag: 'v25.3.10'
2222
latest-console-tag: 'v3.3.1'
2323
latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53'
2424
latest-operator-version: 'v2.3.8-24.3.6'

docs-data/property-overrides.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,9 @@
18691869
"config_scope": "broker",
18701870
"category": "schema-registry"
18711871
},
1872+
"schema_registry_avro_use_named_references": {
1873+
"version": "v25.3.10"
1874+
},
18721875
"schema_registry_enable_authorization": {
18731876
"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.",
18741877
"related_topics": [],

docs-data/redpanda-property-changes-v25.3.8-to-v25.3.9.json renamed to docs-data/redpanda-property-changes-v25.3.9-to-v25.3.10.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"comparison": {
3-
"oldVersion": "v25.3.8",
4-
"newVersion": "v25.3.9",
5-
"timestamp": "2026-02-26T14:27:39.688Z"
3+
"oldVersion": "v25.3.9",
4+
"newVersion": "v25.3.10",
5+
"timestamp": "2026-03-05T19:28:49.259Z"
66
},
77
"summary": {
8-
"newProperties": 0,
8+
"newProperties": 1,
99
"changedDefaults": 0,
1010
"changedDescriptions": 0,
1111
"changedTypes": 0,
@@ -14,7 +14,14 @@
1414
"emptyDescriptions": 3
1515
},
1616
"details": {
17-
"newProperties": [],
17+
"newProperties": [
18+
{
19+
"name": "schema_registry_avro_use_named_references",
20+
"type": "boolean",
21+
"default": false,
22+
"description": "When enabled, Avro schemas with external references are compiled using named reference resolution instead of schema concatenation. This fixes issues with compatibility checks and schema validation for schemas with reference dependencies. This config will be deprecated and always enabled in v26.1.1."
23+
}
24+
],
1825
"changedDefaults": [],
1926
"changedDescriptions": [],
2027
"changedTypes": [],

modules/reference/attachments/redpanda-properties-v25.3.9.json renamed to modules/reference/attachments/redpanda-properties-v25.3.10.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12446,6 +12446,24 @@
1244612446
"nullable": false,
1244712447
"type": "array"
1244812448
},
12449+
"schema_registry_avro_use_named_references": {
12450+
"c_type": "bool",
12451+
"cloud_byoc_only": false,
12452+
"cloud_editable": false,
12453+
"cloud_readonly": false,
12454+
"cloud_supported": false,
12455+
"config_scope": "cluster",
12456+
"default": false,
12457+
"defined_in": "src/v/config/configuration.cc",
12458+
"description": "When enabled, Avro schemas with external references are compiled using named reference resolution instead of schema concatenation. This fixes issues with compatibility checks and schema validation for schemas with reference dependencies. This config will be deprecated and always enabled in v26.1.1.",
12459+
"is_deprecated": false,
12460+
"is_enterprise": false,
12461+
"name": "schema_registry_avro_use_named_references",
12462+
"needs_restart": false,
12463+
"nullable": false,
12464+
"type": "boolean",
12465+
"visibility": "tunable"
12466+
},
1244912467
"schema_registry_enable_authorization": {
1245012468
"c_type": "bool",
1245112469
"cloud_byoc_only": false,

modules/reference/partials/properties/cluster-properties.adoc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17114,6 +17114,47 @@ endif::[]
1711417114
|===
1711517115

1711617116

17117+
=== schema_registry_avro_use_named_references
17118+
17119+
When enabled, Avro schemas with external references are compiled using named reference resolution instead of schema concatenation. This fixes issues with compatibility checks and schema validation for schemas with reference dependencies. This config will be deprecated and always enabled in v26.1.1.
17120+
17121+
[cols="1s,2a"]
17122+
|===
17123+
| Property | Value
17124+
17125+
| Type
17126+
| `boolean`
17127+
17128+
17129+
17130+
| Default
17131+
|
17132+
ifdef::env-cloud[]
17133+
Available in the Redpanda Cloud Console
17134+
endif::[]
17135+
ifndef::env-cloud[]
17136+
`false`
17137+
endif::[]
17138+
17139+
| Nullable
17140+
| No
17141+
17142+
| Requires restart
17143+
| No
17144+
17145+
ifndef::env-cloud[]
17146+
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
17147+
| Yes
17148+
endif::[]
17149+
17150+
ifndef::env-cloud[]
17151+
| Visibility
17152+
| Tunable
17153+
endif::[]
17154+
17155+
|===
17156+
17157+
1711717158
// tag::redpanda-cloud[]
1711817159
=== schema_registry_enable_authorization
1711917160

0 commit comments

Comments
 (0)