File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ === 0.6.0.20231031 (2024-11-08)
5
+
6
+ - Support Python 3.13 (https://github.com/elastic/elasticsearch-serverless-python/pull/88[#88])
7
+ - Emit Python warnings for beta and tech preview APIs (https://github.com/elastic/elasticsearch-serverless-python/pull/96[#96])
8
+
4
9
=== 0.5.0.20231031 (2024-10-11)
5
10
6
11
- Fix OTel context loss in bulk helpers (https://github.com/elastic/elasticsearch-serverless-python/pull/87[#87])
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- __versionstr__ = "0.5 .0.20231031"
18
+ __versionstr__ = "0.6 .0.20231031"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " elasticsearch-serverless"
7
- version = " 0.5 .0.20231031"
7
+ version = " 0.6 .0.20231031"
8
8
description = " Python client for Elasticsearch Serverless"
9
9
readme = " README.rst"
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments