This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch connectors_fix
in repository https://gitbox.apache.org/repos/asf/iggy.git
from ac2aba7a1 Merge branch 'master' into connectors_fix
add bdf0b2e3f feat(csharp): implement get_snapshot method in C# SDK (#2698)
add 54e8d1e0f Merge branch 'master' into connectors_fix
No new revisions were added by this update.
Summary of changes:
.../Iggy_SDK.Tests.Integration/SystemTests.cs | 17 +++++++++++++++
.../csharp/Iggy_SDK/Contracts/Tcp/TcpContracts.cs | 15 +++++++++++++
.../csharp/Iggy_SDK/Enums/SnapshotCompression.cs | 12 +++++------
.../csharp/Iggy_SDK/Enums/SystemSnapshotType.cs | 14 ++++++------
foreign/csharp/Iggy_SDK/IggyClient/IIggySystem.cs | 16 ++++++++++++++
.../Implementations/HttpMessageStream.cs | 25 ++++++++++++++++++++++
.../IggyClient/Implementations/TcpMessageStream.cs | 11 ++++++++++
7 files changed, 97 insertions(+), 13 deletions(-)