Proto commits in alpacahq/marketstore

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

Commit:2a0cc0d
Author:dakimura
Committer:GitHub

fix: re-generate proto and update go-grpc version (#600) * fix: update go-protobuf and go-grpc version * fix: update pymarketstore version for integration test

The documentation is generated from this commit.

Commit:1e30dfc
Author:dakimura
Committer:GitHub

feat: String16 type support (#414) * feat: add String type support

Commit:1a385b9
Author:dakimura
Committer:GitHub

Refactor/create api (#405) * add: Create rpc for grpc server

Commit:48fc2c7
Author:Brian Cappello
Committer:GitHub

add gRPC create endpoint (#401)

Commit:ba96d8f
Author:dakimura
Committer:GitHub

Feat/replication (#377) * feat: replication sender and receiver * feat: initialization, config, shutdown of replication module * add: integration test for replication feature * feat: config to enable TLS for communications between master and replica

Commit:f7fcd27
Author:dakimura
Committer:GitHub

feat: add a functionality to list symbols in "symbol/timeframe/attributeGroup" format (#359)

Commit:fa28f8c
Author:Daito AKIMURA

fix: reflect review comments - remove unnecessary request param - simplify grpc implementation

Commit:4d6974a
Author:Daito AKIMURA

feat: GRPC API support

Commit:78bbbe5
Author:dakimura
Committer:GitHub

stop vendoring (#309) * fix: stop vendoring * fix: stop vendoring of plugin build

This commit does not contain any .proto files.

Commit:d27f667
Author:Luke Lonergan
Committer:GitHub

Use go mod vendor to speed up builds, protect against dependency issues (#220)