FgForrest / evitaDB-C-Sharp-client

evitaDB C# client allows connecting to a remote evitaDB server through gRPC API from .NET environment.
Apache License 2.0
2 stars 0 forks source link

Update gRPC implementation to evitaDB version `2024.4` #6

Open novoj opened 7 months ago

novoj commented 7 months ago

There were following changes in proto buffer definitions:

GrpcEnums.proto:

GrpcEvitaAPI.proto:

GrpcEvitaSessionAPI.proto:

From now on we will try to maintain backward compatibility where possible.

novoj commented 5 months ago

We've already have version 2024.7. Also please provide support for non-TLS client.