This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmp2/CHANGELOG.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

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`
- random token generation post `PoW` verification
2021-04-10 13:14:48 +05:30
- token validation
2021-03-27 14:32:46 +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_
- `System.verify_pow` now returns a `String` instead of `bool`
2021-04-09 23:20:14 +05:30
## Removed
- `CachePoW` constructor was removed in favour of `CachwPoWBuilder`
2021-04-09 23:20:14 +05:30
## Fixed
- a bug in `mCaptcha/pow_sha256` was causing errors in PoW computation
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`
- `Master` constructor accepts a parameter to configure GC(see previous
point) period