Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 913 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 913 Bytes

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

  • Initial project setup with Rust
  • Basic podcast crawler infrastructure
  • Database integration with PostgreSQL
  • Error handling system with custom macros
  • Logging system with configurable levels
  • Health check functionality
  • Repository pattern implementation

Changed

  • Optimized logging configuration to reduce noise
  • Improved error handling macros documentation
  • Enhanced database connection management

Fixed

  • Reduced unnecessary log output in main.rs
  • Adjusted external library log levels to warn

[0.1.0] - 2024-12-07

Added

  • Project initialization
  • Basic project structure
  • Core dependencies setup