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

  • Config module for standardized and abstract pydantic settings (kyotsu.config)
  • Reusable BaseSettings class, preconfigured for standardized nested models
  • Generic Abstract DBConnection model for Database Connections
  • Standardized nested models for Database Connections: RedisConnection, PostgresConnection, OpenSearchNoCertConnection
  • Generic Abstract HttpService and GrpcService models for service routing