rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Add Exchange version #277

Closed Gsantomaggio closed 1 year ago

Gsantomaggio commented 1 year ago

Implements https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/153

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 88.40% and project coverage change: -0.04 :warning:

Comparison is base (a9ee96a) 93.05% compared to head (47f32bc) 93.01%.

:exclamation: Current head 47f32bc differs from pull request most recent head 8637c9b. Consider uploading reports for the commit 8637c9b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #277 +/- ## ========================================== - Coverage 93.05% 93.01% -0.04% ========================================== Files 104 107 +3 Lines 9139 9204 +65 Branches 722 724 +2 ========================================== + Hits 8504 8561 +57 - Misses 489 496 +7 - Partials 146 147 +1 ``` | [Impacted Files](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq) | Coverage Δ | | |---|---|---| | [RabbitMQ.Stream.Client/CommandVersionsRequest.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9Db21tYW5kVmVyc2lvbnNSZXF1ZXN0LmNz) | `73.91% <73.91%> (ø)` | | | [RabbitMQ.Stream.Client/CommandVersionsResponse.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9Db21tYW5kVmVyc2lvbnNSZXNwb25zZS5jcw==) | `91.66% <91.66%> (ø)` | | | [RabbitMQ.Stream.Client/Client.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9DbGllbnQuY3M=) | `92.30% <100.00%> (+0.12%)` | :arrow_up: | | [RabbitMQ.Stream.Client/ICommandVersions.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9JQ29tbWFuZFZlcnNpb25zLmNz) | `100.00% <100.00%> (ø)` | | | [Tests/ClientTests.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-VGVzdHMvQ2xpZW50VGVzdHMuY3M=) | `97.42% <100.00%> (+0.04%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Gsantomaggio commented 1 year ago

@Zerpet yes, This PR is only the first step. Then I will implement the publish ( see #276 ) and the deliver v2