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
BaseSettingsclass, preconfigured for standardized nested models - Generic Abstract
DBConnectionmodel for Database Connections - Standardized nested models for Database Connections:
RedisConnection,PostgresConnection,OpenSearchNoCertConnection - Generic Abstract
HttpServiceandGrpcServicemodels for service routing