Skip to content

Commit 33bae62

Browse files
committed
CP-43755: commit datamodel lifecycle changes
Signed-off-by: Edwin Török <[email protected]>
1 parent d90369d commit 33bae62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ let prototyped_of_field = function
5555
Some "23.9.0"
5656
| "pool", "telemetry_uuid" ->
5757
Some "23.9.0"
58+
| "pool", "ext_auth_max_threads" ->
59+
Some "23.25.0-next"
60+
| "pool", "local_auth_max_threads" ->
61+
Some "23.25.0-next"
5862
| "pool", "coordinator_bias" ->
5963
Some "22.37.0"
6064
| "pool", "migration_compression" ->
@@ -95,6 +99,10 @@ let prototyped_of_message = function
9599
Some "23.18.0"
96100
| "host", "set_https_only" ->
97101
Some "22.27.0"
102+
| "pool", "set_ext_auth_max_threads" ->
103+
Some "23.25.0-next"
104+
| "pool", "set_local_auth_max_threads" ->
105+
Some "23.25.0-next"
98106
| "pool", "set_update_sync_enabled" ->
99107
Some "23.18.0"
100108
| "pool", "configure_update_sync" ->

0 commit comments

Comments
 (0)