Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 901 Bytes

Changelog of ActiveHashcash

Unreleased

  • Added base_controller_class configuration option to allow specifying a custom base controller for the ActiveHashcash dashboard, enhancing flexibility in diverse application architectures.

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