We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea0408 commit 69bc26cCopy full SHA for 69bc26c
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.9.6]
11
+
12
+- Fix reported vulnerabilities.
13
14
## [1.9.5]
15
16
- handle empty `or` and `and` predicates ([#100](https://github.com/hasura/ndc-elasticsearch/pull/100))
go.mod
@@ -1,8 +1,6 @@
1
module github.com/hasura/ndc-elasticsearch
2
3
-go 1.23.0
4
-
5
-toolchain go1.23.5
+go 1.24.6
6
require (
github.com/elastic/go-elasticsearch/v8 v8.17.1
0 commit comments