Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 693 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 693 Bytes

Changelog of ActiveHashcash

0.3.2 (2024-08-29)

  • Fix methods conflitc by not including ActionView::Helpers::FormTagHelper
  • Sanitize params by forcing as a String

0.3.1 - 2024-04-04

  • Fix gem spec list files

0.3.0 - 2024-03-14

  • Increase complexity automatically to slowdown brute force attacks
  • Add mountable dashboard to list latest stamps and most frequent IP addresses
  • Store stamps into the database instead of Redis
  • Fix ActiveHashcash::Store#add? by converting stamp to a string

0.2.0 - 2022-08-02

  • Add ActiveHashcash::Store#clean to removed expired stamps

[0.1.1] - 2022-07-08

  • Fix when hashcash param is nil

[0.1.0] - 2022-07-01

  • Initial release