Skip to content

Releases: ezzarghili/recaptcha-go

v4.3.0 Release

18 Sep 17:00
2d23e91
Compare
Choose a tag to compare

Differentiated between errors type (Request vs Server issues).(#32)
Changed testing priority and fixed invalid response hostname issue (#33)

v4.2.0 Release

18 Jul 15:47
30047cb
Compare
Choose a tag to compare

Pass errors codes to user #30
Fix some typos

v4.1.0 Release

19 Apr 22:56
1620ca8
Compare
Choose a tag to compare

Fix #24 threshold bug where threshold was not compared strictly to score.

v4.0.0 Release

21 Dec 14:28
8759a62
Compare
Choose a tag to compare

Cleaned README, changed to major version due to change in Threshold typo.

v3.0.1 Release

26 Dec 11:37
851b0b5
Compare
Choose a tag to compare

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

26 Dec 01:36
980c1d9
Compare
Choose a tag to compare
Pre-release

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

24 Dec 13:29
6b2824b
Compare
Choose a tag to compare

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

03 Nov 16:57
fcf7f6a
Compare
Choose a tag to compare

Added new golang versions to test matrix
no change to package code

v2.0

06 Mar 14:36
Compare
Choose a tag to compare
  • 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

06 Mar 14:32
Compare
Choose a tag to compare

Fixes issues with verification data send as json instead of form data.
Final v1.x release