Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

105 lines (73 loc) · 6.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.8.0 - 2025-02-11

Other

  • Deserialize ClientOption with serde (#271)
  • Update tokio-rustls & rustls-pemfile (#269)

0.7.1 - 2025-02-06

Other

  • Expose SuperStreamProducer struct (#267)
  • Bump codecov/codecov-action from 5.0.2 to 5.3.1 (#264)
  • Moving producers/consumers client connection creation to Environment (#259)

0.7.0 - 2024-11-21

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)

0.6.1 - 2024-11-05

Fixed

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

Other

  • Update readme. A wrong license was written
  • 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)

0.5.1 - 2024-10-31

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)

0.5.0 - 2024-08-23

Other

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

0.4.4 - 2024-08-11

Fixed

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

0.4.3 - 2024-07-30

Other

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

0.4.2 - 2024-02-16

Other

  • fix release-plz third attempt
  • fix release-plz second attempt
  • fix release-plz
  • raw client example: set handler before subscribtion (#211)
  • Add ClientOptionsBuilder (#210)

0.4.1 - 2023-10-25

Added

  • add workflow for release-plz (#200)

Other

  • expose store_offset and query_offset in consumer (#203)
  • release-plz config
  • Update ordered-float requirement from 3.0.0 to 4.1.0 (#199)
  • Bump docker/build-push-action from 4 to 5 (#198)
  • Bump actions/checkout from 3 to 4 (#196)
  • Bump docker/setup-buildx-action from 2 to 3 (#197)