Skip to content

Releases: rabbitmq/rabbitmq-stream-rust-client

rabbitmq-stream-protocol-v0.7.0

21 Nov 14:03
6e46906
Compare
Choose a tag to compare

Other

  • Update fake requirement from 2.5 to 3.0 (#251)
  • Single active consumer implementation (#248)

rabbitmq-stream-client-v0.7.0

21 Nov 14:03
6e46906
Compare
Choose a tag to compare

Other

  • reviewing sac example (#258)
  • Update thiserror requirement from 1.0 to 2.0 (#247)
  • Single active consumer implementation (#248)
  • Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#256)
  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#254)
  • Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#255)
  • Bump docker/build-push-action from 5 to 6 (#253)
  • add ability to include properties to the consumers during subscriptions (#249)

rabbitmq-stream-client-v0.6.1

05 Nov 14:46
028f7e9
Compare
Choose a tag to compare

Fixed

  • fix a bug happening during sending of super_stream with routing_key (#243)

Other

  • Update dependencies (#244)
  • Bump actions/checkout from 3 to 4 (#202)
  • Update README.md
  • improving filtering examples + others (#242)
  • Add client properties (#237)
  • adding producer examples (#240)

rabbitmq-stream-protocol-v0.6.0

31 Oct 10:14
30df99f
Compare
Choose a tag to compare

Other

  • Create/Delete superstream and Partition and route commands (#230)

rabbitmq-stream-client-v0.6.0

31 Oct 10:15
30df99f
Compare
Choose a tag to compare

Fixed

  • fixes #233 by incrementing the publisher sequence (#234)

Other

  • cleanup unused connections when load balancing mode is active (#239)
  • Update README.md (#238)
  • Implement super_stream (#232)
  • close client connection in client consumer (#235)
  • Create/Delete superstream and Partition and route commands (#230)

rabbitmq-stream-protocol-v0.5.0

26 Aug 07:42
04e184b
Compare
Choose a tag to compare

Other

  • Filtering supported (#225)

rabbitmq-stream-client-v0.5.0

26 Aug 07:42
04e184b
Compare
Choose a tag to compare

Other

  • Change codecov upload (#227)
  • Filtering supported (#225)

rabbitmq-stream-protocol-v0.4.3

11 Aug 12:06
fe54e8d
Compare
Choose a tag to compare

Fixed

  • fixing bug when consuming from OffsetSpecification:Offset (#223)

rabbitmq-stream-client-v0.4.4

11 Aug 12:07
fe54e8d
Compare
Choose a tag to compare

Fixed

  • fixing bug when consuming from OffsetSpecification:Offset (#223)

rabbitmq-stream-client-v0.4.3

30 Jul 13:36
b960884
Compare
Choose a tag to compare

Other

  • Add Client Workaround With a Load Balancer (#220)
  • Update README.md
  • udpate producer and consumer (#217)