Releases: repsheet/librepsheet
6.2.1
6.2.0
This release addresses some interface issues with the previous release. It exposes the blacklist, whitelist, and mark functions directly, and allows the size of the CIDR cache to be set. This is not a breaking ABI change but it does require a recompile/relink, so current and age were bumped appropriately.
6.1.0
6.0.0
5.0.0
4.1.0
4.0.0
This release is another breaking change release. It unifies the Redis keyspace that librepsheet uses after enough pain with too much of a difference. The new keyspace is as follows:
<user or ip>:repsheet:<user or ip or cidr>:blacklisted
<user or ip>:repsheet:<user or ip or cidr>:whitelisted
<user or ip>:repsheet:<user or ip or cidr>:marked
3.2.0
3.1.0
This release adds CIDR notation support for blacklists and whitelists. Asking if an actor is blacklisted or whitelisted will now search for a collection of CIDRs using the :repsheet:cidr:[white|black]list keys. It will then ask each block if the IP falls within the block.
3.0.0
3.0.0: Performance improvements and breaking API changes
- Performance improvements (@yippibrian)
- blacklist/whitelist key now stores reason code
- Lookup functions now populate reason if it is set
- Added ability to disable any of the lookup functions in actor
or country status calls - Added country lookup