Skip to content

Releases: dheid/friendlycaptcha

v3.0.0 🌈

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:11
Immutable release. Only release title and notes can be modified.
  • Requires Java 17 ? dropped support for Java 8
  • Upgraded to Jackson 3 (tools.jackson.core:jackson-databind:3.x) ? Jackson 2 is no longer
    a transitive dependency
  • Replaced HttpURLConnection with the built-in Java HttpClient (java.net.http) ? no
    third-party HTTP library required
  • socketTimeout now covers the entire request duration (connect + send + receive) instead of
    the per-read socket timeout
  • Single FriendlyCaptchaVerifier.builder() entry point ? select the API version via
    .version(FriendlyCaptchaVersion.V1) (default) or .version(FriendlyCaptchaVersion.V2)
  • Added support for Friendly Captcha API v2: sends the API key as the X-API-Key header, uses
    the response body parameter, and parses the v2 response format
  • Fixed sitekey not being URL-encoded in the POST body
  • New .userAgent(...) builder parameter to override the default User-Agent header
  • Added verifyAsync(solution) returning CompletableFuture<Boolean> for non-blocking verification

Changes

📦 Dependency updates

82 changes
Read more

v2.0.10-SNAPSHOT 🌈

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:55

Changes

📦 Dependency updates

68 changes
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#149) @dependabot
  • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#148) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (#147) @dependabot
  • Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#145) @dependabot
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#146) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 (#143) @dependabot
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#144) @dependabot
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (#141) @dependabot
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (#142) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 (#139) @dependabot
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 (#140) @dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 (#138) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#137) @dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#136) @dependabot
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#135) @dependabot
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#134) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 (#133) @dependabot
  • Bump slf4j.version from 2.0.12 to 2.0.13 (#127) @dependabot
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 (#131) @dependabot
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 (#132) @dependabot
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 (#130) @dependabot
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 (#129) @dependabot
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 (#128) @dependabot
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#125) @dependabot
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 (#124) @dependabot
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 (#123) @dependabot
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#122) @dependabot
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 (#121) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 (#120) @dependabot
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#118) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 (#119) @dependabot
  • Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 (#117) @dependabot
  • Bump slf4j.version from 2.0.11 to 2.0.12 (#116) @dependabot
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#114) @dependabot
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#115) @dependabot
  • Bump release-drafter/release-drafter from 5 to 6 (#113) @dependabot
  • Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#112) @dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#111) @dependabot
  • Bump slf4j.version from 2.0.10 to 2.0.11 (#110) @dependabot
  • Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (#109) @dependabot
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 (#108) @dependabot
  • Bump slf4j.version from 2.0.9 to 2.0.10 (#107) @dependabot
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#105) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#106) @dependabot
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#104) @dependabot
  • Bump github/codeql-action from 2 to 3 (#103) @dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#102) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#101) @dependabot
  • Bump actions/setup-java from 3 to 4 (#100) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 (#99) @dependabot
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#98) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0 (#97) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#95) @dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#96) @dependabot
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 (#94) @dependabot
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 (#93) @dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#92) @dependabot
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 (#91) @dependabot
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 (#89) @dependabot
  • Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 (#90) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#88) @dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#87) @dependabot
  • Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 (#86) @dependabot
  • Bump actions/checkout from 3 to 4 (#84) @dependabot
  • Bump slf4j.version from 2.0.7 to 2.0.9 (#85) @dependabot
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 (#83) @dependabot
  • Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 (#82) @dependabot
  • Bump maven-clean-plugin from 3.2.0 to 3.3.1 (#81) @dependabot

v2.0.9 🌈

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:04

Changes

📦 Dependency updates

v2.0.8 🌈

Choose a tag to compare

@github-actions github-actions released this 19 May 07:50

Changes

📦 Dependency updates

v2.0.7 🌈

Choose a tag to compare

@github-actions github-actions released this 31 Mar 08:17

Changes

📦 Dependency updates

22 changes

v2.0.6 🌈

Choose a tag to compare

@github-actions github-actions released this 14 Dec 13:30

Changes

📦 Dependency updates

v2.0.5 🌈

Choose a tag to compare

@github-actions github-actions released this 08 Nov 17:10

Changes

📦 Dependency updates

v2.0.4 🌈

Choose a tag to compare

@github-actions github-actions released this 14 Oct 09:56

Changes

📦 Dependency updates

v2.0.3 🌈

Choose a tag to compare

@github-actions github-actions released this 21 Sep 10:31

Changes

📦 Dependency updates

v2.0.2 🌈

Choose a tag to compare

@github-actions github-actions released this 06 Sep 09:38

Changes

📦 Dependency updates