Changelog
This document records all notable changes made to AI Sentinel.
Latest Version
To install the latest version:
pip install ai-sentinel
For a specific version:
pip install ai-sentinel==0.0.10
Version 0.0.10 (2025-08-29)
Added
Added company branding with Domyn website link in PyPI package metadata
Enhanced project URLs in package metadata for better discoverability
Changed
Updated README changelog to include latest version information
Improved package metadata structure for professional presentation
Version 0.0.9 (2025-08-29)
Added
Added Read the Docs configuration (.readthedocs.yaml) for automated documentation publishing
Enhanced documentation build system with proper dependency management
Improved documentation setup with separate requirements for lightweight package installation
Changed
Updated documentation dependencies in docs/requirements.txt
Optimized documentation build process for Read the Docs platform
Enhanced project structure for better documentation publishing workflow
Version 0.0.8 (2025-08-26)
Changed
Updated documentation to include open-source LLM integration
Added example notebook for OpenAI compatibility server usage
Version 0.0.7 (2025-08-21)
Changed
Implemented integration with open-source LLMs via OpenAI compatibility server
Revised documentation to include new LLM integration details
Version 0.0.6 (2025-08-21)
Changed
Updated package authorship information
Revised maintainer list
Version 0.0.2 (2025-07-15)
Changed
Adjusted package authorship metadata
Updated maintainer information in package configuration
Refined documentation structure
Version 0.0.1 (2025-07-01)
Added
Initial release of AI Sentinel
Core toxicity detection functionality
Basic LLM client implementations
Support for multiple AI providers
Basic documentation structure
Notes
First public release on PyPI
Foundation for future development