Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[[release-notes]]
== Release notes

=== 0.4.0.20231031 (2024-08-09)

- Added the Connector API (https://github.com/elastic/elasticsearch-serverless-python/pull/78[#78])
- Added `drop_null_columns`, `profile`, `tables` to ES|QL query API
- Added `priority` to Create or update query rule API

=== 0.3.0.20231031

* Removed support for Python 3.7 and 3.8
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch_serverless/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "0.3.0.20231031"
__versionstr__ = "0.4.0.20231031"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "elasticsearch-serverless"
version = "0.3.0.20231031"
version = "0.4.0.20231031"
description = "Python client for Elasticsearch Serverless"
readme = "README.rst"
license = "Apache-2.0"
Expand Down
Loading