Skip to content

Releases: cploutarchou/tiny_kafka

v1.0.4

21 Oct 21:04
Compare
Choose a tag to compare

Release: tiny_kafka v1.0.4

Enhancements:

  • Comprehensive README Update: The README.md has been significantly enhanced to better guide users and developers interacting with tiny_kafka. Key additions include:
    • A full main function example detailing the usage of both Kafka producer and consumer with Tokio in an asynchronous context.
    • A more structured and step-by-step guide for setup and usage, making it easier for newcomers to get started.

Notes:
The aim of this release is to ensure users have a clear understanding of the capabilities and usage patterns of tiny_kafka. We believe the enhanced documentation will lead to a smoother developer experience and fewer integration issues.

We thank our community for the continued feedback which has led to this improvement. Your input has been invaluable, and we encourage you to keep it coming.

Looking Forward:
As we move forward, we will be focusing on further refining the library, addressing any identified issues, and expanding its features. Please stay tuned for updates and, as always, contributions are most welcome!

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Oct 20:47
Compare
Choose a tag to compare

We are excited to announce the release of tiny_kafka v1.0.3! 🎉

Highlights:

🚀 Robust Kafka Integration: Leverage the power of Kafka with a lightweight Rust client.
📬 Producer & Consumer Functionalities: Whether you're publishing or consuming messages, tiny_kafka has got you covered.
🚄 Performance Enhancements: Built with top-tier dependencies like rdkafka, tokio, and serde ensuring high throughput and efficient serialization/deserialization.

Key Updates in v1.0.3:
Added MIT license for more open usage and contributions.
Codebase improvements and optimizations.
Updated key dependencies to ensure compatibility and performance.

Full Changelog: https://github.com/cploutarchou/tiny_kafka/commits/v1.0.3