This is an automated email from the ASF dual-hosted git repository.
lukaszzborek pushed a change to branch fix/csharp-identifier-utf8-length
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 764df10d3 fix(csharp): update string length validation to use UTF-8
byte count
add 2d41eabf9 refactor(csharp): update identifier and partitioning classes
to use byte arrays for serialization
No new revisions were added by this update.
Summary of changes:
foreign/csharp/Iggy_SDK/Extensions/Extensions.cs | 8 +--
foreign/csharp/Iggy_SDK/Identifier.cs | 32 ++++++----
.../Implementations/HttpMessageStream.cs | 2 +-
foreign/csharp/Iggy_SDK/Kinds/Partitioning.cs | 20 ++++--
.../Iggy_SDK/Utils/TcpMessageStreamHelpers.cs | 2 +-
.../ContractsTests/WireNameLengthContractsTests.cs | 21 +++++++
.../IdentifiersByteSerializationTests.cs | 72 +++++++++++++++++++++-
7 files changed, 134 insertions(+), 23 deletions(-)