-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
64 lines (39 loc) · 1.43 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
slogging (1.2.1)
- Fix parsing account and container requests if they also include a
query parameter with a slash in it.
- Future-proofed some Swift API version string parsing in case it
ever changes
slogging (1.2.0)
- Adapted to work with more recent version of Swift
- Now allows for json or csv output
- Now allows for outputting usage data in different timezones
slogging (1.1.8)
- added metadata to objects when they are uploaded by log-uploader
- updated internal_proxy to pass memcache through to the proxy server
- fixed import bug
slogging (1.1.7)
- fixed tests are config references
slogging (1.1.6)
- added log source filtering
- fixed possible hang in log_common.multiprocess_collate
- added functionality for common log processing functions
- moved to stdeb.cfg packaging instead of slogging-debian
slogging (1.1.5)
- better multiprocessing queue management
clossing (1.1.4)
- now can filter IPs on delivered logs
- better error checking on log uploader
slogging (1.1.3)
- bug fixes
slogging (1.1.1)
- bug fixes
slogging (1.1.2)
- big fix in access log delivery
slogging (1.1)
- added access log delivery feature
- made account stats log processing more robust and added tests
slogging (1.0.1)
- Fixed request copy in internal proxy to work with later versions of webob
slogging (1.0)
- initial release since separation from swift project
(http://swift.openstack.org)