Skip to content

v2.0.0

Compare
Choose a tag to compare
@hrj hrj released this 06 Apr 14:57
· 215 commits to master since this release
e35d569

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.

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

  • Updated to Scala 3
  • Updated H2 to 2.0.206

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0