Skip to content

Commit c75341f

Browse files
committed
Generated the release version
1 parent 7c4848b commit c75341f

File tree

7 files changed

+5
-35
lines changed

7 files changed

+5
-35
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ docs/UtilsAPI.md
5555
git_push.sh
5656
go.mod
5757
go.sum
58+
model__match.go
5859
model_agg_composite.go
5960
model_agg_composite_source.go
6061
model_agg_composite_term.go
@@ -77,7 +78,6 @@ model_join.go
7778
model_join_cond.go
7879
model_join_on.go
7980
model_knn_query.go
80-
model_match.go
8181
model_match_all.go
8282
model_percolate_request.go
8383
model_percolate_request_query.go

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,19 @@
22

33
Сlient for Manticore Search.
44

5-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-go/tree/v1.7.0
6-
7-
## Compatibility Table
8-
9-
| **manticoresearch-go** | **Manticore Search** | **Go** | **Compatibility** |
10-
| --------------------------| ----------------------------------- | -----------------| ------------------------|
11-
| `dev` | `dev` (latest development version) | 1.17.0 or newer | ✅ Fully Compatible |
12-
| v1.7.0 or newer | 9.2.14 or newer | 1.17.0 or newer | ✅ Fully Compatible |
13-
| v1.6.0 to v1.7.0 | 9.2.14 or newer | 1.17.0 or newer | ⚠️ Partially Compatible |
14-
| v1.6.0 to v1.7.0 | 7.0.0 to 9.2.14 | 1.17.0 or newer | ✅ Fully Compatible |
15-
| v1.6.0 to v1.7.0 | 6.2.12 to 7.0.0 | 1.17.0 or newer | ⚠️ Partially Compatible |
16-
| v1.0.0 to v1.6.0 | 6.3.6 to 7.0.0 | 1.17.0 or newer | ✅ Fully Compatible |
17-
| v1.0.0 to v1.6.0 | 6.2.12 to 6.3.6 | 1.17.0 or newer | ⚠️ Partially Compatible |
18-
195

206
## Installation
217

228
```shell
239

24-
go get github.com/manticoresoftware/manticoresearch-go@dev
10+
go get github.com/manticoresoftware/manticoresearch-go@v1.8.0
2511

2612
```
2713

2814
## Getting Started
2915

3016
go mod init main
31-
go get github.com/manticoresoftware/manticoresearch-go@dev
17+
go get github.com/manticoresoftware/manticoresearch-go@v1.8.0
3218

3319
```go
3420

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ components:
10631063
required:
10641064
- field
10651065
- table
1066-
match:
1066+
_match:
10671067
description: Filter helper object defining a match keyword and match options
10681068
properties:
10691069
query:

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ module github.com/manticoresoftware/manticoresearch-go
33
go 1.18
44

55
require (
6-
github.com/davecgh/go-spew v1.1.1 // indirect
7-
github.com/pmezard/go-difflib v1.0.0 // indirect
8-
github.com/stretchr/testify v1.10.0 // indirect
9-
gopkg.in/validator.v2 v2.0.1 // indirect
10-
gopkg.in/yaml.v3 v3.0.1 // indirect
116
)

go.sum

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
2-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3-
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
42
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
53
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
6-
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
7-
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
8-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
9-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
104
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
115
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e h1:bRhVy7zSSasaqNksaRZiA5EEI+Ei4I1nO5Jh72wfHlg=
126
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -15,8 +9,3 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
159
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
1610
google.golang.org/appengine v1.4.0 h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=
1711
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
18-
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
19-
gopkg.in/validator.v2 v2.0.1 h1:xF0KWyGWXm/LM2G1TrEjqOu4pa6coO9AlWSf3msVfDY=
20-
gopkg.in/validator.v2 v2.0.1/go.mod h1:lIUZBlB3Im4s/eYp39Ry/wkR02yOPhZ9IwIRBjuPuG8=
21-
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
22-
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
File renamed without changes.

0 commit comments

Comments
 (0)