• v0.3.0 625da21941

    Redesigned Middleware With New Features and Improvements
    All checks were successful
    Rust CI / Rust CI (push) Successful in 1m43s
    Stable

    awiteb released this 2024-08-12 23:30:15 +02:00 | 2 commits to master since this release

    Signed by awiteb
    GPG key ID: 3F6B55640AA6682F

    Added

    • Add case insensitive option to the captcha (29b4b80)
    • Add new memory storage (27d9851)
    • Add query finder (110a872)
    • Function new_captcha for CaptchaStorage trait to create and store captcha (4240da2)
    • New CaptchaBuilder to build Captcha struct (28425d9)
    • New SimpleGenerator to generate the captcha (c6956ad)

    Changed

    • Refactor CaptchaStorage trait (e21ce0d)
    • Improve form finder tests with rstest (8d1e26c)
    • Improve header finder tests with rstest (d39f1e9)
    • Move the CacacheStorage to another module (4be7a66)
    • Refactor the CaptchaFinder and CaptchaStorage to work with token and answer as string (2bfa4de)
    • Split the finders into several modules (dfa35da)

    Fixed

    • Return None if the key not found and not Some(None) (d4c3558)
    Downloads