We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9180a04 commit 68c86a5Copy full SHA for 68c86a5
specification/_types/Base.ts
@@ -111,9 +111,8 @@ export class ElasticsearchVersionInfo {
111
/**
112
* The Elasticsearch version number.
113
*
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.
+ * ::: IMPORTANT: For Serverless deployments, this static value is always `8.11.0` and is used solely for backward compatibility with legacy clients.
+ * Serverless environments are versionless and automatically upgraded, so this value can be safely ignored.
117
*/
118
number: string
119
}
0 commit comments