This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch harden-crates-release
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 2934b1a6c Merge branch 'master' into harden-crates-release
     add 5fef170dc fix(go): update stats field and its deserialization logic to 
align with rust SDK (#3032)
     add c03964a31 Merge branch 'master' into harden-crates-release

No new revisions were added by this update.

Summary of changes:
 examples/go/go.sum                                 |   2 +
 .../go/binary_serialization/stats_serializer.go    |  90 ---------
 .../binary_serialization/stats_serializer_test.go  | 127 -------------
 foreign/go/client/tcp/tcp_utilities.go             |   7 +-
 foreign/go/contracts/stats.go                      | 141 +++++++++++---
 foreign/go/contracts/stats_test.go                 | 211 +++++++++++++++++++++
 foreign/go/go.mod                                  |   1 +
 7 files changed, 336 insertions(+), 243 deletions(-)
 delete mode 100644 foreign/go/binary_serialization/stats_serializer.go
 delete mode 100644 foreign/go/binary_serialization/stats_serializer_test.go
 create mode 100644 foreign/go/contracts/stats_test.go

Reply via email to