Releases: ezzarghili/recaptcha-go
v4.3.0 Release
v4.2.0 Release
Pass errors codes to user #30
Fix some typos
v4.1.0 Release
Fix #24 threshold bug where threshold was not compared strictly to score.
v4.0.0 Release
Cleaned README, changed to major version due to change in Threshold typo.
v3.0.1 Release
Cleaned API docs and used time.Duration wherever is relevant instead of numbers
Pinned API for V3, no further incompatible change to this major version
v3.0.0 Recaptcha v2 and v3
added recaptcha v3 API verification
added more options for challenge verification for both v2 and v3 recaptcha APIs
more test cases
API is no longer compatible with version v2.x hence changing major version to v3
security fix
This release contains a security fix addressing a potential case where a malicious user may bypass the recaptcha by injecting his own secret if the package user has not sanitized the recaptcha Response from the client.
Thanks to @dsamarin for reporting this
v2.0.1
Added new golang versions to test matrix
no change to package code
v2.0
- Refactored to support mocking google ReCaptcha API
- Possibility to use multiple instances with different secrets...
- Cleaner API
Thanks to @cbarraford for the contributions
v1.1
Fixes issues with verification data send as json instead of form data.
Final v1.x release