All notable changes to the Moderyo .NET SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Full async/await API (
ModerateAsync,ModerateBatchAsync) - ASP.NET Core middleware integration (
UseModeryo) - Dependency injection support (
AddModeryo) - Automatic retry with exponential backoff
- Rate limiting handling with
RateLimitException.RetryAfter - Batch moderation with
ModerateBatchAsync - Policy engine support (
PolicyDecision) - 27 safety categories with category scores
- .NET 7.0, 8.0, 9.0 multi-target support
- Symbol packages (
.snupkg) for debugging
IsBlockedandIsFlaggedare now properties (not methods)PolicyDecision.DecisionValuereplaces.Decision
- Initial public release
- Basic moderation API
- ASP.NET Core middleware