Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1021 Bytes

File metadata and controls

31 lines (24 loc) · 1021 Bytes

Changelog

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.

[2.0.7] - 2026-02-17

Added

  • 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

Changed

  • IsBlocked and IsFlagged are now properties (not methods)
  • PolicyDecision.DecisionValue replaces .Decision

[0.2.0] - 2026-02-14

Added

  • Initial public release
  • Basic moderation API
  • ASP.NET Core middleware