Skip to content

Commit ec7fd6d

Browse files
Release 0.4.0
1 parent 97029b7 commit ec7fd6d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/guide/release-notes.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[release-notes]]
22
== Release notes
33

4+
=== 0.4.0.20231031 (2024-08-09)
5+
6+
- Added the Connector API (https://github.com/elastic/elasticsearch-serverless-python/pull/78[#78])
7+
- Added `drop_null_columns`, `profile`, `tables` to ES|QL query API
8+
- Added `priority` to Create or update query rule API
9+
410
=== 0.3.0.20231031
511

612
* Removed support for Python 3.7 and 3.8

elasticsearch_serverless/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "0.3.0.20231031"
18+
__versionstr__ = "0.4.0.20231031"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "elasticsearch-serverless"
7-
version = "0.3.0.20231031"
7+
version = "0.4.0.20231031"
88
description = "Python client for Elasticsearch Serverless"
99
readme = "README.rst"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)