Releases: DePayFi/dhc
Releases · DePayFi/dhc
v3.0.0
v2.2.0
Adds proper logger instead of just calling puts
v2.1.1
fix allows to track multiple providers for throttling
v2.1.0
Refactors throttling storage (use Rails.cache) and allows for manual quota tracking
v2.0.1
fix: prevent headers and params and options to be leaked to error tracking systems (e.g. api keys)
v2.0.0
Renames interceptor hook before_raw_request
to before_init
.
Migration guide:
Rename all your usages of before_raw_request
to before_init
.
v1.0.0
Inheriting from https://github.com/local-ch/lhc