You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which takes care of all transport-level concerns (HTTP connection establishment
16
16
and pooling, retries, etc.).
17
17
18
+
## Versioning
19
+
20
+
The *major* and *minor* version parts of the Elasticsearch .NET client are dictated by the version of the Elasticsearch server.
21
+
22
+
> [!WARNING]
23
+
> This means that the Elasticsearch .NET client **does not** strictly follows semantic versioning!
24
+
>
25
+
> Although we try to avoid this as much as possible, it can happen that a *minor* or even *patch* version contains breaking changes (see also: [breaking changes policy](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/breaking-changes-policy.html)). Please always check the [release notes](https://github.com/elastic/elasticsearch-net/releases) before updating the client package.
0 commit comments