v1.0.9.1

kaifcodec/user-scannerv1.0.9.1Dec 19, 2025by kaifcodec

AI Summary

This release adds new platform validation modules for Bitbucket, SourceForge, Twitch, and LeetCode, along with critical fixes for HTTP methods and SSL verification.

Key Highlights

  • Added Bitbucket and SourceForge modules for platform availability checks.
  • Fixed dynamic HTTP methods support in the orchestrator.
  • Added Twitch username validation support.
  • Added LeetCode module in the dev category with regex validation.

New Features

  • Bitbucket module
  • SourceForge module
  • Twitch support
  • LeetCode module
  • SSL verification fix

Full Release Notes

- Added Bitbucket and SourceForge modules for platform availability checks  #101
  by @VamatoHD and @kaifcodec 
- Fix: Supported dynamic HTTP methods in make_request via kwargs in orchestrator for consistent module structure #103 by @kaifcodec
- Add: Twitch username validation support #104 by @kaifcodec
- Add: New module LeetCode in dev category with regex validation #105 
  by @kaifcodec
- Fix: Resolved SSL verification failures and implemented regex validation and Result class in itch_io module #106 by @kaifcodec