[0.10.0] - 2026-05-04
Breaking Changes
- Migrate AFS 1.0 to Captcha 2.0 (VerifyIntelligentCaptcha)
call_afs/2removed, usecall_captcha/2instead- Config key
:afsrenamed to:captcha - Old endpoint
afs.aliyuncs.com(version 2018-01-12) replaced bycaptcha.cn-shanghai.aliyuncs.com(version 2023-03-05) - Request params changed:
CaptchaVerifyParamreplacesToken/Sig/SessionId - Unified action
VerifyIntelligentCaptchareplacesAuthenticateSig/AnalyzeNvc - Added captcha request/response typespecs for better documentation
Features
- Upgrade dependencies, migrate to Tesla runtime configuration (
42310d7) - Add CI workflow with GitHub Actions (
42310d7) - Add dedicated test suite and improve test coverage to 100% (
516bc11)