Skip to content

Commit 68c86a5

Browse files
Update specification/_types/Base.ts
Co-authored-by: Liam Thompson <[email protected]>
1 parent 9180a04 commit 68c86a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

specification/_types/Base.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ export class ElasticsearchVersionInfo {
111111
/**
112112
* The Elasticsearch version number.
113113
*
114-
* ::: In Serverless deployments, this value is always `8.11.0`, regardless of the actual runtime version.
115-
* This static value exists for backward compatibility with legacy clients.
116-
* Serverless environments are automatically upgraded, so this value can be safely ignored.
114+
* ::: IMPORTANT: For Serverless deployments, this static value is always `8.11.0` and is used solely for backward compatibility with legacy clients.
115+
* Serverless environments are versionless and automatically upgraded, so this value can be safely ignored.
117116
*/
118117
number: string
119118
}

0 commit comments

Comments
 (0)