-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
48 lines (28 loc) · 1.24 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
2015-12-30 Aaron Bedra <[email protected]>
* 4.2.0: Add alternate proxy header fallback
2015-12-09 Aaron Bedra <[email protected]>
* 4.1.0: Add reason code to X-Repsheet header
2015-10-28 Aaron Bedra <[email protected]>
* 4.0.1: Revert back to static headers
2015-10-05 Aaron Bedra <[email protected]>
* 4.0.0: CIDR lookup caching
2015-05-06 Aaron Bedra <[email protected]>
* 3.0.0: Read timeouts
- read_timeout is now an option
- XFF processing moved to librepsheet
- Keyspace in tests updated to match librepsheet
2014-11-25 Aaron Bedra <[email protected]>
* 2.1.0: Bug fixes
- Defer processing if enabled is unset
- Allow enabled flag to be set in a location
- Make log messages consistent
- Fix header processing
2014-09-12 Aaron Bedra <[email protected]>
* 2.0.0: Performance improvements. Now relies on librepsheet >= 3.0.0
2014-08-05 Aaron Bedra <[email protected]>
* 1.2.0: Updates from librepsheet to use LIBREPSHEET_OK instead
of the removed OK variable.
2014-08-03 Aaron Bedra <[email protected]>
* 1.1.0: Adds blacklist reason to logs
2014-07-24 Aaron Bedra <[email protected]>
* 1.0.0: This is the first stable and production worthy release.