This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch headers_encryption
in repository https://gitbox.apache.org/repos/asf/iggy.git
from da14ba925 Add more c# tests
add 10af6bf1e Add more c# and rust tests for encrypted headers
No new revisions were added by this update.
Summary of changes:
core/common/src/commands/messages/send_messages.rs | 75 +++++++----
core/common/src/types/message/iggy_message.rs | 65 ++++++---
.../src/harness/handle/client_builder.rs | 16 ++-
.../src/harness/orchestrator/harness.rs | 28 ++--
.../tests/server/scenarios/encryption_scenario.rs | 145 +++++++++++++++++++++
.../HeaderEncryptionIntegrationTests.cs | 18 +--
foreign/csharp/Iggy_SDK/Consumers/IggyConsumer.cs | 12 +-
.../csharp/Iggy_SDK/Contracts/MessageResponse.cs | 3 +-
foreign/csharp/Iggy_SDK/Headers/HeaderKey.cs | 9 --
.../Iggy_SDK/JsonConverters/MessageConverter.cs | 9 +-
.../JsonConverters/MessageResponseConverter.cs | 98 ++++++++++++++
.../csharp/Iggy_SDK/Publishers/IggyPublisher.cs | 8 +-
12 files changed, 385 insertions(+), 101 deletions(-)
create mode 100644
foreign/csharp/Iggy_SDK/JsonConverters/MessageResponseConverter.cs