This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch refactor-binary-7-http
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 2d257dd9a fix(server,sdk): harden wire type migration from review
findings
add a44e11845 fix(server,sdk): harden wire type migration
No new revisions were added by this update.
Summary of changes:
core/common/src/traits/binary_impls/streams.rs | 4 +-
core/common/src/traits/binary_impls/topics.rs | 6 +-
core/common/src/wire_conversions.rs | 104 +++++++--------------
.../partitions/delete_partitions_handler.rs | 4 +
.../create_personal_access_token_handler.rs | 10 ++
.../handlers/users/change_password_handler.rs | 10 ++
.../binary/handlers/users/create_user_handler.rs | 12 +++
.../binary/handlers/users/login_user_handler.rs | 12 +++
.../binary/handlers/users/update_user_handler.rs | 8 ++
core/server/src/state/models.rs | 93 ++++++++++++++++--
10 files changed, 179 insertions(+), 84 deletions(-)