Skip to content

v1.2.0

Compare
Choose a tag to compare
@Zephyrkul Zephyrkul released this 04 Jun 22:57
· 21 commits to master since this release
3bcc8c7
  • sans.Client and sans.AsyncClient are now actual types.
    • sans.ClientType and sans.AsyncClientType remain as aliases for backwards compatibility.
  • full trio support
  • internal ratelimiting lock now uses a FIFO queue
  • full Telegrams API support
    • Use by passing an instance of sans.TelegramLimiter (example on README)
    • Using sans.TelegramLimiter is optional but can preserve API requests
  • Fix issues with POST coercion for private commands
  • Added --verbose / -v flag to sans CLI tool, and refactored for logging
  • Mark lock module as private

Full Changelog: 1.1.4...1.2.0