This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch send_messages_confirmation
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 69ef1fe17 fix(js): sync Node protocol version with binary_protocol 0.11
omit 9eb36c4fa chore(repo): bump core crates, connectors, node and python
SDKs
omit 134d14a04 docs(sdk): state plainly that the legacy server sends no
confirmation
omit 98a44a85c ci(repo): lint foreign Rust crates and fix the
license-header scan
omit 894e45e30 test(integration): assert the legacy server reports no
confirmations
omit cbea561b7 fix(sdk): drop the fabricated send confirmation from foreign
clients
omit 0f2de12a6 fix(server-ng): stop confirming sends that never committed
omit f1699be1b feat(server-ng): confirm committed sends with partition and
offset
add 56b961285 feat(python): expose remaining Topic/TopicDetails fields and
partitions (#3623)
add cdde32909 feat(server-ng): confirm committed sends with partition and
offset
add de8ca0770 fix(server-ng): stop confirming sends that never committed
add 20bfd3d3d fix(sdk): drop the fabricated send confirmation from foreign
clients
add 55471f00b test(integration): assert the legacy server reports no
confirmations
add 36b24480c ci(repo): lint foreign Rust crates and fix the
license-header scan
add 6346a7be9 docs(sdk): state plainly that the legacy server sends no
confirmation
add f9ccffbb7 chore(repo): bump core crates, connectors, node and python
SDKs
add 8da25cd27 fix(js): sync Node protocol version with binary_protocol 0.11
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 (69ef1fe17)
\
N -- N -- N refs/heads/send_messages_confirmation (8da25cd27)
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.
No new revisions were added by this update.
Summary of changes:
bdd/python/uv.lock | 2 +-
core/common/src/types/partition/mod.rs | 2 +-
foreign/python/apache_iggy.pyi | 221 +++++++++++++++++++++++++-
foreign/python/src/client.rs | 109 ++++++++-----
foreign/python/src/consumer.rs | 32 ++--
foreign/python/src/lib.rs | 5 +-
foreign/python/src/topic.rs | 276 ++++++++++++++++++++++++++++++++-
foreign/python/tests/test_topic.py | 235 ++++++++++++++++++++++++----
foreign/python/uv.lock | 2 +-
9 files changed, 789 insertions(+), 95 deletions(-)