New
v2.0.0
This release contains some breaking changes, hence bumping the version number to 2!
π Breaking changes
- API is now served on
/v2path. A new parameter (size) is required for/v2/captchaendpoint. - Config option
throttlehas been renamed tobufferCountfor clarity - Config option
maxAttemptshas been replaced bymaxAttemptsRatioto simplify management of server. The parameter is now expressed as a fraction of thebufferCount. This allows you to changebufferCountin response to server load, without worrying about changingmaxAttemptsto match it. - New config option
allowedSizeslets you define the size of the captcha image, per captcha provider.
All the config options are described in the wiki