File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11[[release-notes]]
22== Release notes
33
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+
49=== 0.5.0.20231031 (2024-10-11)
510
611- 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 1515# specific language governing permissions and limitations
1616# under the License.
1717
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"
44
55[project ]
66name = " elasticsearch-serverless"
7- version = " 0.5 .0.20231031"
7+ version = " 0.6 .0.20231031"
88description = " Python client for Elasticsearch Serverless"
99readme = " README.rst"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments