You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains some breaking changes, hence bumping the version number to 2!
💔 Breaking changes
API is now served on /v2 path. A new parameter (size) is required for /v2/captcha endpoint.
Config option throttle has been renamed to bufferCount for clarity
Config option maxAttempts has been replaced by maxAttemptsRatio to simplify management of server. The parameter is now expressed as a fraction of the bufferCount. This allows you to change bufferCount in response to server load, without worrying about changing maxAttempts to match it.
New config option allowedSizes lets you define the size of the captcha image, per captcha provider.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
💔 Breaking changes
/v2
path. A new parameter (size
) is required for/v2/captcha
endpoint.throttle
has been renamed tobufferCount
for claritymaxAttempts
has been replaced bymaxAttemptsRatio
to simplify management of server. The parameter is now expressed as a fraction of thebufferCount
. This allows you to changebufferCount
in response to server load, without worrying about changingmaxAttempts
to match it.allowedSizes
lets you define the size of the captcha image, per captcha provider.All the config options are described in the wiki
Fixes
See https://github.com/librecaptcha/lc-core/milestone/5?closed=1
Changes Behind the scenes
What's Changed
New Contributors
Full Changelog: v1.1.0...v2.0.0
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions