2021-04-02 11:05:33 +05:30
|
|
|
## 0.1.3
|
2021-04-09 23:20:14 +05:30
|
|
|
|
|
|
|
## Added
|
|
|
|
- `HashCache` was extended to store captcha responses
|
|
|
|
- `HashCache` was extended to cache site keys when caching `PoW` configurations
|
|
|
|
as a result:
|
|
|
|
- <strike>`Retrieve`</strike> `RetrievePoW` now returns `CachedPoWConfig`
|
2021-04-10 11:40:59 +05:30
|
|
|
- random token generation post `PoW` verification
|
2021-03-27 14:32:46 +05:30
|
|
|
|
2021-04-09 17:28:04 +05:30
|
|
|
## Changed
|
|
|
|
- `Cache` became `CachePoW` (`HashCache` extension)
|
|
|
|
- `Retrieve` became `RetrievePoW`(`HashCache` extension)
|
|
|
|
- `DeleteString` became `DeletePoW` (`HashCache` extension)
|
|
|
|
- `Save` trait now requires three new message impls (`HashCache` extension_
|
2021-04-10 11:40:59 +05:30
|
|
|
- `System.verify_pow` now returns a `String` instead of `bool`
|
2021-04-09 17:28:04 +05:30
|
|
|
|
2021-04-09 23:20:14 +05:30
|
|
|
## Removed
|
|
|
|
- `CachePoW` constructor was removed in favour of `CachwPoWBuilder`
|
2021-04-09 17:28:04 +05:30
|
|
|
|
2021-04-09 23:20:14 +05:30
|
|
|
## Fixed
|
|
|
|
- a bug in `mCaptcha/pow_sha256` was causing errors in PoW computation
|
2021-04-09 17:28:04 +05:30
|
|
|
|
2021-04-02 11:05:33 +05:30
|
|
|
## 0.1.2
|
|
|
|
## Changed
|
|
|
|
- actix upgraded to `0.11`
|
|
|
|
|
|
|
|
## 0.1.1
|
|
|
|
### Added
|
2021-03-27 14:32:46 +05:30
|
|
|
- `Master` packs a garbage collector to stop and get rid of inactive
|
|
|
|
`MCaptcha` actors
|
2021-03-12 13:52:49 +05:30
|
|
|
- `serde::{Serialize, Deserialize}` impls (shouldn't break anything)
|
2021-03-27 14:32:46 +05:30
|
|
|
|
2021-04-02 11:05:33 +05:30
|
|
|
### Changed
|
2021-03-27 14:32:46 +05:30
|
|
|
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
2021-03-15 19:30:46 +05:30
|
|
|
- `MCaptcha` throws error when duration is 0
|
|
|
|
- `Visitor` is changed to `AddVisitor`
|
2021-03-15 22:14:47 +05:30
|
|
|
- `Master` constructor accepts a parameter to configure GC(see previous
|
|
|
|
point) period
|