Skip to content

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

Added

  • Support for Pydantic v2
  • New stream processing capabilities
  • Improved error handling and monitoring

Changed

  • Updated configuration classes to use ConfigDict
  • Refactored test classes into fixtures
  • Simplified Makefile by removing hardcoded paths

Fixed

  • Documentation warnings and missing references
  • Pytest collection warnings

0.1.0 - 2023-12-01

Added

  • Initial release of Rivusio
  • Core pipeline functionality
  • Basic pipe types (Filter, Transform, etc.)
  • Integration with Kafka and SQS
  • Basic documentation and examples