You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start by refactoring a couple tests that use `ManualResetEvent` for coordination.
* Correctly set stream filter AMQP types in the filters map.
* Comment-out extra logging
* Replace `ManualResetEvent` with `AsyncManualResetEvent`
* Add `IStreamFilterOptions`
* Port code documentation from Java client
* Add more docs from Java client.
* Add `IStreamFilterOptions` member functions.
* Begin porting `filterExpressionApplicationProperties` test from the Java client.
* Use `pivotalrabbitmq/rabbitmq:main` because it supports AMQP 1.0 filters
* Add overloads for specific types for MessageId and CorrelationId
* Just settle on `object` for Message ID and Correlation ID
* Implement the rest of the message properties in `IMessage`.
* Rename `ApplicationProperties` to `Properties` to match Java client.
* `StreamConsumerFilterExpressionApplicationProperties` test runs successfully.
* Finish `StreamConsumerFilterExpressionApplicationProperties` test.
* Port `streamFiltering` test from Java client.
* Bump testing Windows versions
* Add `Semver` package to Tests project to allow parsing broker version.
* Skip stream filtering tests (on properties) if not at least RabbitMQ 4.1.0
* Change `IConnection` API to use `IEnumerable` instead of `ReadOnlyCollection`
* Add some messaging for when the StreamFilter test comparison fails.
* Fix the `StreamFilter` test.
* Validate message annotation key to ensure they start with `x-`
* Validate the string overload for specifying a stream offset.
* Port `StreamConsumerOptionsOffsetInterval` test from Java client.
* Port `StreamConsumerOptionsOffsetNext` from Java client.
* Port `StreamConsumerOptionsOffsetLong` from Java client.
* Working on `FilterExpressionProperties`
* Finish port of `FilterExpressionProperties` test.
* Link operations Accept, Requeue, Discard can't be async
* Continue working on `FilterExpressionPropertiesAndApplicationProperties` test
* Remove `Thread.Sleep`
* Finish `FilterExpressionPropertiesAndApplicationProperties` test.
* Remove dupicated code around validating message annotation key
* Move code out of `Utils` that is only used for tests
* Finish porting last two tests from `SourceFiltersTest.java`
* Remove `AmqpConnection` from `ConsumerConfiguration`.
* Add TODO to detect RMQ version when stream filters are used.
* Add TLS callback fot the tests
* Add arm build for the docker image
* Parse broker version and set filter capabilities based on it.
Signed-off-by: Gabriele Santomaggio <[email protected]>
0 commit comments