This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch dependabot/uv/bdd/python/pytest-9.0.3
in repository https://gitbox.apache.org/repos/asf/iggy.git
from ca6b8ba54 chore(deps): bump pytest from 9.0.2 to 9.0.3 in /bdd/python
add 4f9d9ce77 fix(ci): fix DAG-scoped builds for connector plugins and
multi-crate PRs (#3120)
add 56a40445a chore(go): update sdk dependencies (#3115)
add 5fef170dc fix(go): update stats field and its deserialization logic to
align with rust SDK (#3032)
add 81f8cab69 Merge branch 'master' into
dependabot/uv/bdd/python/pytest-9.0.3
No new revisions were added by this update.
Summary of changes:
.github/actions/rust/pre-merge/action.yml | 21 +-
bdd/go/go.mod | 4 +-
bdd/go/go.sum | 12 +-
examples/go/go.mod | 2 +-
examples/go/go.sum | 6 +-
.../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 | 38 ++--
foreign/go/go.sum | 115 +++++------
12 files changed, 416 insertions(+), 358 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