This repository has been archived by the owner on Aug 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ChangeLog
70 lines (42 loc) · 2.03 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2016-12-18 Aaron Bedra <[email protected]>
* 6.2.1: FreeBSD support fixes
2015-10-05 Aaron Bedra <[email protected]>
* 6.2.0: Interface fixes (ABI current and age bump)
2015-09-09 Aaron Bedra <[email protected]>
* 6.1.0: Cache CIDR block conversions
2015-06-16 Aaron Bedra <[email protected]>
* 6.0.0: Remove the KEYS command
2015-04-22 Aaron Bedra <[email protected]>
* 5.0.0: Adds request timeouts and embeds hiredis
2015-04-08 Aaron Bedra <[email protected]>
* 4.1.0: Remove pcre dependency for remote_address
2015-04-07 Aaron Bedra <[email protected]>
* 4.0.0: Unifies keyspace (Breaking changes)
2014-12-08 Aaron Bedra <[email protected]>
* 3.2.0: Fixes to CIDR support
2014-10-09 Aaron Bedra <[email protected]>
* 3.1.0: Added CIDR support
2014-09-08 Aaron Bedra <[email protected]>
* 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
2014-08-04 Aaron Bedra <[email protected]>
* 2.2.0: Rename OK to LIBREPSHEET_OK
2014-08-03 Aaron Bedra <[email protected]>
* 2.1.0: Small fix and new functionality
- Added blacklist_reason() for reason code lookup
- Fixed clause order in record() to remove dangling free()
2014-07-25 Aaron Bedra <[email protected]>
* 2.0.0: A number of changes to the library including API breaking changes.
- Added support for looking up a user
- Added actor_status() which returns the state of an actor in Repsheet
- Added several integer codes for signaling status
- Added check_connect() which ensures the connection to Redis is stil alive
- Added error handling to all Redis functions to ensure that requests
with no Reply don't cause segfaults.
2014-05-19 Aaron Bedra <[email protected]>
* 1.0.0: First publicly consumable release