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
omit 194f2a12f Merge branch 'master' into refactor-binary-7-http
omit 202601607 Merge branch 'master' into refactor-binary-7-http
omit c87e2293d refactor(server,sdk): add wire validation for user headers
and fix encoding defects
omit a2d3eacb4 fix(server,sdk): fix O(n^2) memory in HTTP SendMessages and
missing transport codes
omit e4b3de33d fix(server,sdk): harden wire type migration
omit 8d1738b01 fix(server,sdk): harden wire type migration from review
findings
omit 9f5ff700a fix(server): restore partition count validation in binary
handlers
omit e68fb8963 refactor(sdk): delete BytesSerializable trait entirely
omit abe89ecb6 refactor(server): migrate WAL to WireEncode/WireDecode traits
omit ff436485f refactor(server): remove dead BytesSerializable impls from
10 types
omit f77e7b138 refactor(server): extract shared HTTP DTOs to iggy_common
omit 4e753f08b refactor(server): switch WAL to wire types and move domain
commands to http DTOs
omit 199f2cbc3 refactor(server): delete dead command structs and simplify
SDK traits
omit 57bbc014f refactor(server): route wire types through
ShardRequestPayload and SDK
new 708a8cd1b refactor(server): route wire types through
ShardRequestPayload and SDK
new 2d456ea9b refactor(server): delete dead command structs and simplify
SDK traits
new 019f4aba6 refactor(server): switch WAL to wire types and move domain
commands to http DTOs
new 2ffc373b5 refactor(server): extract shared HTTP DTOs to iggy_common
new 1600e588a refactor(server): remove dead BytesSerializable impls from
10 types
new 5ee559225 refactor(server): migrate WAL to WireEncode/WireDecode traits
new d508059ee refactor(sdk): delete BytesSerializable trait entirely
new a86930f80 fix(server): restore partition count validation in binary
handlers
new 71a23e170 fix(server,sdk): harden wire type migration from review
findings
new 9a603e12d fix(server,sdk): harden wire type migration
new 6d16e4d32 fix(server,sdk): fix O(n^2) memory in HTTP SendMessages and
missing transport codes
new e409be00a refactor(server,sdk): add wire validation for user headers
and fix encoding defects
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (194f2a12f)
\
N -- N -- N refs/heads/refactor-binary-7-http (e409be00a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/common/src/types/message/iggy_message.rs | 16 ++++++++++++----
core/common/src/types/message/message_view.rs | 14 ++++++++++----
core/common/src/types/message/messages_batch.rs | 9 ---------
core/common/src/types/message/messages_batch_mut.rs | 9 ---------
4 files changed, 22 insertions(+), 26 deletions(-)