Proto commits in aliyun/aliyun-tablestore-go-sdk

These 42 commits are when the Protocol Buffers files have changed:

Commit:8ade13b
Author:zhanghaochenFCB

feat(tablestore): update to v1.9.2 * Search matchPhrase supports slop * Search support text_similarity * SQLQuery support non txn table dml

The documentation is generated from this commit.

Commit:c689fa8
Author:zhanghaochenFCB

KNN supports weight

Commit:b3195ca
Author:zhanghaochenFCB

feat(tablestore): update to v1.9.0 * add global table api: CreateGlobalTable、BindGlobalTable、UnbindGlobalTable、 DescribeGlobalTable、UpdateGlobalTable * update TableMeta: TableId、GlobalTableId、GlobalTableSourceId * support DisMaxQuery * min_should_match in match_query supports percentage * support multi missingFields * add retry conditions for tunnel api * fix v4 signature thread-safety problem * refine retry initial interval and backoff policy * set `enableAnalyticalStore` to `false`

Commit:4eb2d35
Author:始末

update to v1.8.0 * Support search ip and json field * Support throttle search request by tag * Support read system columns and new row from stream * Support switchTunnel api * Translate Chinese comments into English * Support v4 signing key * Support ignore attribute flag for timeseries meta update * Support vector query on binary datatype field * Support search filter * Support KnnQuery minScore and numCandidates * Support not to return sync stat when describe index * Refine retry strategy

Commit:a0e8032
Author:zhanghaochenFCB
Committer:GitHub

add updateFullRow to TableOptions; update libprotoc to 3.21.12

Commit:988e105
Author:jingzhe.xjw

add header for trust proxy;support disable_append_pk_sorter parameter for query sort

Commit:09124f2
Author:Zhenghao Zhang

Bump version v1.7.15

Commit:bfb4170
Author:yunjin.lxp

search knn vector query; fix signature bug of empty userTraceID or tag; tablestore config add defaultRetryInterval and maxRetryInterval

Commit:a7b3ba7
Author:yunjin.lxp

make shouldRetryViaErrorAndAction public; go fmt; support nested field highlight; support search limt -1; 多元索引支持完整function score功能; Add GroupByGeoGrid; ots go sdk request add ExtraRequestInfo

Commit:aefad28
Author:yunjin.lxp

Support delete timeseries analytical store; Add KeepDefaultRetryStrategyWhileUsingCustomizedRetryFunc for retry.

Commit:93dbea2
Author:lutaoact

support IdleConnTimeout in config; add retry for error:"server closed idle connection"; Search GroupByDateHistogram

Commit:89ebc33
Author:wanttobeamaster
Committer:GitHub

bump version to v1.7.9 (#96) Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>

Commit:ef88543
Author:张政豪
Committer:GitHub

Bump version v1.7.8 (#95)

Commit:6b31137
Author:lutaoact

update dependencies

Commit:a4afe70
Author:lutaoact

fix tunnel concurrent map panic risk; stream support tablegroup; fieldSort support missingValue and missingField; support backward and fieldsToGet for getTimeseriesData api; fix batchwriterow return PK bug

Commit:8509cf6
Author:lutaoact

fix: add kms encryption

Commit:81b52bc
Author:lutaoact

add kms encryption; support origin column; search/parallel_scan timeout

Commit:dcfa011
Author:zikuang.lt

support update searchIndex schema

Commit:8267538
Author:zikuang.lt

[to #36499634] initial add sqlquery support; [to #40143814] create search index with ttl

Commit:a426e05
Author:WHY
Committer:GitHub

add timeseries api (#88)

Commit:2fd0948
Author:whybert
Committer:huaiyuan.why

add timeseries api

Commit:59bee45
Author:Actimermao
Committer:GitHub

support atomic batch write row (#79)

Commit:d0b74d3
Author:Actimermao
Committer:GitHub

add delivery sdk and modify ots header (#77) ship in

Commit:e316256
Author:Sam
Committer:GitHub

parallel scan (#74) Co-authored-by: yique.wc <yique.wc@alibaba-inc.com>

Commit:115a8af
Author:yique.wc
Committer:yique.wc

parallel scan

Commit:818d478
Author:zhoucan.zc

support simple matrix in getRange

Commit:236de45
Author:Sam
Committer:zhoucan1990

search index aggregation & group by (#66)

Commit:6e52cb7
Author:Sam
Committer:danielxiaoran

analysis (#52) * analysis * update * update

Commit:de789fd
Author:yique.wc

analysis

Commit:fcd0a0f
Author:zxr0916@aliyun.com

support add defined columns

Commit:232306f
Author:Sam
Committer:danielxiaoran

exists query (#40) * exists query * update proto

Commit:3aed6e2
Author:zxr0916@aliyun.com

support stream log locate with timestamp and token

Commit:cd1714b
Author:zxr0916@aliyun.com

support increment

Commit:76b9843
Author:zxr0916@aliyun.com

support transaction

Commit:2b2ee49
Author:huaiyuan.why

support index sort

Commit:934a88a
Author:zxr0916@aliyun.com
Committer:zxr0916@aliyun.com

support globalindex

Commit:f723d43
Author:yuheng.zxr
Committer:zxr0916@aliyun.com

support regex

Commit:60ff615
Author:WHY
Committer:GitHub

Support SearchIndex (#22)

Commit:d617dc8
Author:huaiyuan.why

Support SearchIndex

Commit:1934076
Author:yuheng.zxr

support get iterator by timestamp

Commit:580da25
Author:Yunfeng Tao
Committer:danielxiaoran

stream support (#8) * add stream-related protocol and rename tsprotocol to otsprotocol * UpdateTable with StreamSpecification and ListStream * CreateTable with StreamSpecification * rename members StreamSpecification to StreamSpec * response of UpdateTable with stream * DescribeTable with stream details * DescribeStream * GetShardIterator * GetStreamRecord with next iterator * GetStreamRecords ready * revert import of otsprotocol * remove useless imports

Commit:a51e327
Author:yuheng.zxr

beta version