Skip to content

Commit

Permalink
Release 0.4.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg authored Aug 12, 2024
1 parent 97029b7 commit 41f4ef7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit 41f4ef7

Please sign in to comment.