-
Notifications
You must be signed in to change notification settings - Fork 6
/
History.txt
85 lines (63 loc) · 2.62 KB
/
History.txt
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
0.0.1 - 0.1.0
* Initial drop and bug fixes. Not that interesting...
0.1.1
* Updated mongo store strategy
* Tossed out mongo mapper. Trying to stay closer to the metal
* Shortened col names for saving space. Unfortunately lame but necessary
* Moved user info into separate collection.
0.2.0
* YAML options - You can now load the rack component from a yaml file. This is
very handy in framework where Rackamole options varies depending on the environment.
Please refer to spec/test_configs/rackamole_test.yml for an example
0.2.2
* NOTICE: Wrong docs and wrong configuration for mongo store initialization
* Corrected docs and validation for mongo store init - changed :database to :db_name
0.2.3
* Bug fixes
* Fixed issue where session or param key falls under the format a.b.c which causes
validation problems in mongoDB. Thanks Rafael!
0.2.4
* Breaking off action_mailer dependencies. Now leveraging Pony for sending out email alerts.
0.2.5
* Added support for excluding certain params from request or session.
See the params_excludes and session_excludes options.
0.2.6
* Added logging for response information such as status, headers and body. Body is excluded by default
* Added options for excluding certain mole information for being logged see mole_excludes option.
* Eliminated unwise defaults. From now, the option :app_name must be specified when initializing.
The option :db_name must also be present if the mongo store is used.
Keep in mind for rackamole to work with wackamole your db name must follow: mole_{app_name}_{environment}_mdb.
0.2.7
* Bug fixes and cleanup
* Added user_agent parsing. now extracting os/platform/version as well as browser type and version.
0.2.8
* Formatted email alerts so they are a little more readable
0.2.9
* Fixed perf email headline
0.3.0
* Fixed issue with rails and params not being correctly recorded
0.3.1
* Bugs and cleanups
0.3.2
* Fix issue with excluded_path being nil.
* Changed default excluded_path
* Added perf_excludes option to exempt alerts from being sent for known slower requests
0.3.3
* Added support for rackamole store authentication
* Fixed issue to enforce regexp when excluded path are specified as strings.
0.3.4
* Bugs and clean up
0.3.5
* Bugs and clean up
0.3.6
* Added growl notification alerts
0.3.7 Updates to use the latest mongo ruby gem
NOTE: Some api changed in this version of the mongo ruby driver and hosed OrderedHash refs.
0.3.8 Updates for ruby 1.9 compatibility
0.3.9 Merged Tatsuya - nested filter parameters
0.4.0
* Updated bones version
* Added bundler Gemfile
* Fixed bug parsing agent
0.4.1
* Updates for rails 3.0.8