Skip to content

Releases: jerus-org/hcaptcha-rs

hcaptcha-v3.0.4

18 Jan 04:10
hcaptcha-v3.0.4
afdc834
Compare
Choose a tag to compare

What's Changed

Fixed

  • deps: update rust crate async-trait to 0.1.85(pr [#1241])
  • deps: update rust crate clap to 4.5.26(pr [#1242])
  • deps: update rust crate syn to 2.0.96(pr [#1243])
  • deps: update rust crate thiserror to 2.0.10(pr [#1244])

hcaptcha-v3.0.3

11 Jan 04:11
hcaptcha-v3.0.3
742f886
Compare
Choose a tag to compare

What's Changed

Changed

  • chore(circleci)-update toolkit orb to version 2.0.0 and add new jobs to workflows(pr [#1240])

Fixed

  • deps: update rust crate reqwest to 0.12.12(pr [#1236])
  • deps: update rust crate syn to 2.0.94(pr [#1237])
  • deps: update rust crate thiserror to 2.0.9(pr [#1238])
  • deps: update rust crate tokio to 1.42.0(pr [#1239])

hcaptcha-v3.0.2

04 Jan 04:07
hcaptcha-v3.0.2
0660a03
Compare
Choose a tag to compare

What's Changed

Changed

  • chore(circleci)-update toolkit orb version and add make_release job to workflows(pr [#1229])
  • chore(circleci)-update parameter name from cargo_package to package in config file(pr [#1234])
  • ci(circleci)-update job naming in release workflow config(pr [#1235])

Fixed

  • deps: update rust crate quote to 1.0.38(pr [#1231])
  • deps: update rust crate env_logger to 0.11.6(pr [#1230])
  • deps: update rust crate mockd to 0.4.33(pr [#1232])
  • deps: update rust crate reqwest to 0.12.10(pr [#1233])

hcaptcha_derive-v3.0.1

21 Dec 10:24
hcaptcha_derive-v3.0.1
3ea4a15
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update github/codeql-action action to v3.27.9 by @renovate in #1221
  • fix(deps): update dependency toolkit to v1.20.2 by @renovate in #1220
  • fix(deps): update rust crate chrono to 0.4.39 by @renovate in #1222
  • fix(deps): update rust crate mockd to 0.4.31 by @renovate in #1223
  • chore(circleci): simplify release workflow by removing redundant job configuration by @gortavoher in #1224
  • fix(deps): update rust crate clap-verbosity-flag to 3.0.2 by @renovate in #1225
  • fix(deps): update rust crate serde to 1.0.216 by @renovate in #1226
  • fix(deps): update rust crate mockd to 0.4.32 by @renovate in #1227
  • fix(deps): update rust crate thiserror to 2.0.8 by @renovate in #1228

Full Changelog: hcaptcha-v3.0.0...hcaptcha_derive-v3.0.1

hcaptcha-v3.0.1

21 Dec 10:22
hcaptcha-v3.0.1
3ea4a15
Compare
Choose a tag to compare

What's Changed

  • refactor: rename HcaptchaError to Error across the codebase by @gortavoher in #1197
  • refactor: rename and deprecate verify_client_response method in favour of verify by @gortavoher in #1200
  • Ver3/1199 update documentation by @jerusdp in #1201
  • feat(hcaptcha): change default feature from nativetls-backend to rustls-backend by @gortavoher in #1203
  • test: additional tests to improve code coverage by @gortavoher in #1204
  • docs!: update README with breaking changes for version 3.0.0 by @gortavoher in #1207
  • fix(circleci): update test command in audit step by @gortavoher in #1212
  • Merge github.com:jerus-org/hcaptcha-rs into 1191-version-30 by @gortavoher in #1213
  • 1191 version 30 by @jerusdp in #1198
  • chore: update CircleCI config and Cargo.lock dependencies by @gortavoher in #1214
  • ci(circleci): update config to use matrix parameters for package selection by @gortavoher in #1215
  • ci(circleci): update job names for release workflow by @gortavoher in #1216
  • ci(circleci): separate release jobs for hcaptcha and hcaptcha_derive by @gortavoher in #1217
  • chore(ci): consolidate release steps for hcaptcha packages by @gortavoher in #1218
  • Prepare-for-v3.0.0 by @gortavoher in #1219
  • fix(deps): update github/codeql-action action to v3.27.9 by @renovate in #1221
  • fix(deps): update dependency toolkit to v1.20.2 by @renovate in #1220
  • fix(deps): update rust crate chrono to 0.4.39 by @renovate in #1222
  • fix(deps): update rust crate mockd to 0.4.31 by @renovate in #1223
  • chore(circleci): simplify release workflow by removing redundant job configuration by @gortavoher in #1224
  • fix(deps): update rust crate clap-verbosity-flag to 3.0.2 by @renovate in #1225
  • fix(deps): update rust crate serde to 1.0.216 by @renovate in #1226
  • fix(deps): update rust crate mockd to 0.4.32 by @renovate in #1227
  • fix(deps): update rust crate thiserror to 2.0.8 by @renovate in #1228

Full Changelog: hcaptcha-v2.8.10...hcaptcha-v3.0.1

hcaptcha_derive-v3.0.0

09 Dec 12:23
hcaptcha_derive-v3.0.0
1984c76
Compare
Choose a tag to compare

What's Changed

What's Changed

  • refactor: rename HcaptchaError to Error across the codebase by @gortavoher in #1197
  • refactor: rename and deprecate verify_client_response method in favour of verify by @gortavoher in #1200
  • Ver3/1199 update documentation by @jerusdp in #1201
  • feat(hcaptcha): change default feature from nativetls-backend to rustls-backend by @gortavoher in #1203
  • test: additional tests to improve code coverage by @gortavoher in #1204
  • docs!: update README with breaking changes for version 3.0.0 by @gortavoher in #1207
  • fix(circleci): update test command in audit step by @gortavoher in #1212
  • Merge github.com:jerus-org/hcaptcha-rs into 1191-version-30 by @gortavoher in #1213
  • 1191 version 30 by @jerusdp in #1198
  • chore: update CircleCI config and Cargo.lock dependencies by @gortavoher in #1214
  • ci(circleci): update config to use matrix parameters for package selection by @gortavoher in #1215
  • ci(circleci): update job names for release workflow by @gortavoher in #1216
  • ci(circleci): separate release jobs for hcaptcha and hcaptcha_derive by @gortavoher in #1217

Full Changelog: hcaptcha-v2.8.10...hcaptcha_derive-v3.0.0

hcaptcha-v3.0.0

21 Dec 10:23
hcaptcha-v3.0.0
b033d05
Compare
Choose a tag to compare

What's Changed

  • refactor: rename HcaptchaError to Error across the codebase by @gortavoher in #1197
  • refactor: rename and deprecate verify_client_response method in favour of verify by @gortavoher in #1200
  • Ver3/1199 update documentation by @jerusdp in #1201
  • feat(hcaptcha): change default feature from nativetls-backend to rustls-backend by @gortavoher in #1203
  • test: additional tests to improve code coverage by @gortavoher in #1204
  • docs!: update README with breaking changes for version 3.0.0 by @gortavoher in #1207
  • fix(circleci): update test command in audit step by @gortavoher in #1212
  • Merge github.com:jerus-org/hcaptcha-rs into 1191-version-30 by @gortavoher in #1213
  • 1191 version 30 by @jerusdp in #1198
  • chore: update CircleCI config and Cargo.lock dependencies by @gortavoher in #1214
  • ci(circleci): update config to use matrix parameters for package selection by @gortavoher in #1215
  • ci(circleci): update job names for release workflow by @gortavoher in #1216
  • ci(circleci): separate release jobs for hcaptcha and hcaptcha_derive by @gortavoher in #1217
  • chore(ci): consolidate release steps for hcaptcha packages by @gortavoher in #1218
  • Prepare-for-v3.0.0 by @gortavoher in #1219

Full Changelog: hcaptcha-v2.8.10...hcaptcha-v3.0.0

hcaptcha-v2.8.10

07 Dec 04:13
hcaptcha-v2.8.10
3e823cd
Compare
Choose a tag to compare

What's Changed

Fixed

  • deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#1205])
  • deps: update tracing packages(pr [#1206])
  • deps: update github/codeql-action action to v3.27.6(pr [#1208])
  • deps: update rust crate clap to 4.5.23(pr [#1209])
  • deps: update rust crate syn to 2.0.90(pr [#1210])
  • deps: update rust crate thiserror to 2.0.4(pr [#1211])

hcaptcha-v2.8.9

23 Nov 04:08
hcaptcha-v2.8.9
f81f5bc
Compare
Choose a tag to compare

What's Changed

Changed

  • chore-update renovate configuration to include prConcurrentLimit setting(pr [#1189])
  • chore-update renovate schedule to run before 11:00am on Friday(pr [#1190])

Fixed

  • deps: update github/codeql-action action to v3.27.5(pr [#1185])
  • deps: update rust crate clap-verbosity-flag to 2.2.3(pr [#1186])
  • deps: update rust crate mockd to 0.4.29(pr [#1187])
  • deps: update rust crate proc-macro2 to 1.0.92(pr [#1188])
  • deps: update rust crate serde_json to 1.0.133(pr [#1192])
  • deps: update rust crate syn to 2.0.89(pr [#1193])
  • deps: update rust crate claims to 0.8.0(pr [#1194])
  • deps: update rust crate clap-verbosity-flag to v3(pr [#1195])

hcaptcha-v2.8.8

16 Nov 04:07
hcaptcha-v2.8.8
cf79408
Compare
Choose a tag to compare

What's Changed

Fixed

  • deps: update rust crate thiserror to 2.0.2(pr [#1179])
  • deps: update rust crate thiserror to 2.0.3(pr [#1180])
  • deps: update rust crate serde to 1.0.215(pr [#1181])
  • deps: update github/codeql-action action to v3.27.2(pr [#1182])
  • deps: update github/codeql-action action to v3.27.4(pr [#1183])
  • deps: update rust crate clap to 4.5.21(pr [#1184])