Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

56 lines (32 loc) · 1.12 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.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[Unreleased]

[0.2.4] - 2024-01-28

Changed

  • Upgraded fluvio crate to 0.21.4 and related upstream dependencies

[0.2.3] - 2023-10-07

Changed

  • Upgraded fluvio crate to 0.21.0 and related upstream dependencies

[0.2.2] - 2023-03-31

Changed

  • Updated fluvio crate to 0.18.0, minor types and imports refactoring

[0.2.1] - 2022-10-28

Added

  • Minor documentation updates
  • Added examples/ping_pong.exs

[0.2.0] - 2022-10-27

Added

  • First version supporting Fluvio.Consumer, Fluvio.Producer and Fluvio.Admin
  • Documentation

[0.1.0] - 2022-10-16

Added

  • Initial prototype