appsignal 2.9.3-java → 2.9.4-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ba0e49544721acc5f8692b02ecdf67a0d02a41aa3585108c58177a3eb30b64a
4
- data.tar.gz: 8dab7044d0d0b307907bad6f13f87b68f55bfe36fa9725a8266edc2996aa318e
3
+ metadata.gz: 2303bfeb546ac1f1b6c03090be84755aec9ab6210fefbd5d165f16aa446db426
4
+ data.tar.gz: 90335983a5d7510dd60bc4c115c19fac30c2494aac990fff1a6f4e32b0cb8827
5
5
  SHA512:
6
- metadata.gz: f3e0e363b571778110f18cd09d8169a40c81aaeeaccba3f6feacbeac61fc81f166c258d382d040ac8e161c54e3da78bd8cf3d001928db05931932780b767a649
7
- data.tar.gz: bb0f8ce41025c5649422cd34da39c1a6a07ed6ef81f47061bd073b6f3bbd1e2f2906d142a0724bbe56ee5b8ac1e710701f5df32db0251dc4b971329ce90d46da
6
+ metadata.gz: 3aa227832976b5ab3aaca606273c9feb27568867914bd61ea8956d74963fbb16461db5f61c21e0e24c11d229802e4ba605235ecc902162389672a17c953b6c77
7
+ data.tar.gz: fb51d1964fd3e388324263efe3af0aa6fa7a90bb2c0b8f9a3bb149fb854b377d774b3cc84ffc5aade6fadd87619d83a5a682d836fa348e9a1ce5d6f0fe477e00
@@ -1,16 +1,24 @@
1
- # 2.9.3
1
+ # Changelog
2
+
3
+ ## 2.9.4
4
+ - Log error backtraces in minutely probes as debug messages. PR #495
5
+ - Don't add cluster behavior in Puma single mode. PR #504
6
+ - Only register ActionView event formatter in Rails. PR #503
7
+ - Convert Sidekiq latency from seconds to ms. PR #505
8
+
9
+ ## 2.9.3
2
10
  - Remove GCProbe. PR #501
3
11
 
4
- # 2.9.2
12
+ ## 2.9.2
5
13
  - Fix Puma.stats calls. PR #496
6
14
  - Only send Puma metrics if available. PR #497
7
15
  - Track memory metrics of the current process. PR #499
8
16
 
9
- # 2.9.1
17
+ ## 2.9.1
10
18
  - Fix memory leak in custom metrics key names.
11
19
  Commit 9064e2ccfd19ee05c333d0ecda4deafdd743629e
12
20
 
13
- # 2.9.0
21
+ ## 2.9.0
14
22
  - Fix installations using git source. PR #455
15
23
  - Track installation results in installation report. PR #450
16
24
  - Fix Rails 6 deprecation warnings. PR #460, PR #478, PR #483
@@ -26,23 +34,23 @@
26
34
  - Add Puma minutely probe. PR #488
27
35
  - Log invalid EventFormatter registrations as errors. PR #491
28
36
 
29
- # 2.8.4
37
+ ## 2.8.4
30
38
  - Log memory usage of agent if high.
31
39
  Commit 46cf3770e13eff9f5fccbf8a4525a8dbfd8eeaad
32
40
  - Fix `Appsignal::Transaction.pause!`. PR #482
33
41
 
34
- # 2.8.3
42
+ ## 2.8.3
35
43
  - Fix multi user permission issue for agent directories and files.
36
44
  Commit ab1b35f850777d5999b41627d75be0b3904bc0a1
37
45
 
38
- # 2.8.2
46
+ ## 2.8.2
39
47
  - Remove Bundler requirement from diagnose command. PR #451
40
48
  - Fix Delayed::Job action name reporting for structs. PR #463
41
49
 
42
- # 2.8.1
50
+ ## 2.8.1
43
51
  - Fix installation on Ruby 2.6 for libc and musl library builds. PR #453
44
52
 
45
- # 2.8.0
53
+ ## 2.8.0
46
54
  - Group extension and agent tests in diagnose output. PR #437
47
55
  - Add diagnose --[no-]send-report option. PR #438
48
56
  - Print deprecation warnings to STDOUT as well. PR #439
@@ -57,21 +65,21 @@
57
65
  PR #448
58
66
  - Make agent debug logging for disk IO metrics more robust. PR #448
59
67
 
60
- # 2.7.3 Beta
68
+ ## 2.7.3 Beta
61
69
  - Add user and group context to diagnose report. PR #436
62
70
  - Add user and group context to agent logs. PR #436
63
71
  - Fixes for running with multiple users
64
72
 
65
- # 2.7.2
73
+ ## 2.7.2
66
74
  - Change the order of instructions in the install script for Rails. PR #433
67
75
  - Fix linking issues on multi-stage build setups. PR #434
68
76
 
69
- # 2.7.1
77
+ ## 2.7.1
70
78
  - Improve error log on unsupported architecture and build combination on
71
79
  install. PR #426
72
80
  - Improve performance when garbage collection profiling is disabled. PR #429
73
81
 
74
- # 2.7.0
82
+ ## 2.7.0
75
83
  - Detect Kubernetes containers as containers for `running_in_container`
76
84
  config option. Commit 60822aac24ccc394df073091c64f05096455942d.
77
85
  - Fix in memory logger initialization. PR #416
@@ -81,11 +89,11 @@
81
89
  - Use doubles values in custom metrics functions. PR #422
82
90
  - Bump agent to e41c3c0. Commit 8056af037f82eda156c5946911012e5c742b5664
83
91
 
84
- # 2.6.1
92
+ ## 2.6.1
85
93
  - Remove request_headers warning and use sane default. PR #410
86
94
  - Fix metrics format for internal agent metrics. PR #411
87
95
 
88
- # 2.6.0
96
+ ## 2.6.0
89
97
  - Enable frozen strings by default. PR #384
90
98
  - Add `revision` config option. PR #388
91
99
  - Avoid generating unique action names for Padrino. PR #393
@@ -97,53 +105,53 @@
97
105
  - Rename ParamsSanitizer to HashSanitizer. PR #408
98
106
  - Fix empty action name issue. Commit b292c2c93c8935ab54fc4d16598fa534c9cc9c90
99
107
 
100
- # 2.5.3
108
+ ## 2.5.3
101
109
  - Fix Sidekiq action names containing arguments. PR #401
102
110
 
103
- # 2.5.2
111
+ ## 2.5.2
104
112
  - Support Sidekiq delay extension for ActiveRecord instances. If using this
105
113
  feature in your app, an update is strongly recommended! PR #387
106
114
  - Improve custom event formatter registration. An event formatter can now be
107
115
  registered in a Rails initializer after AppSignal has been loaded/started.
108
116
  PR #397
109
117
 
110
- # 2.5.1
118
+ ## 2.5.1
111
119
  - Improve internal sample storage in agent.
112
120
  Commit 2c8eae26685c7a1517cf2e57b44edd1557a502f2
113
121
  - No longer set _APPSIGNAL_AGENT_VERSION environment variable. PR #385
114
122
 
115
- # 2.5.0
116
- * Fix Capistrano config overrides. PR #375
117
- * Add JRuby beta support. PR #376
118
- * Fix locking issue on diagnose mode run.
123
+ ## 2.5.0
124
+ - Fix Capistrano config overrides. PR #375
125
+ - Add JRuby beta support. PR #376
126
+ - Fix locking issue on diagnose mode run.
119
127
  Commit e6c6de811f8115a73050fc865e89dd4945ddec57
120
- * Increase stored length of error messages.
128
+ - Increase stored length of error messages.
121
129
  Commit e6c6de811f8115a73050fc865e89dd4945ddec57
122
130
 
123
- # 2.4.3
124
- * Store more details for Redis events. PR #374
131
+ ## 2.4.3
132
+ - Store more details for Redis events. PR #374
125
133
 
126
- # 2.4.2
127
- * Store agent architecture rather than platform. PR #367
128
- * Improve documentation for `Appsignal.monitor_transaction` better.
134
+ ## 2.4.2
135
+ - Store agent architecture rather than platform. PR #367
136
+ - Improve documentation for `Appsignal.monitor_transaction` better.
129
137
  Commit e53987ba36a79fc8883f2e59322946297ddee773
130
- * Change log level from info to debug for value comparing failures.
138
+ - Change log level from info to debug for value comparing failures.
131
139
  Commit ecef28b28edaff46b95f53a916c93021dc763160
132
- * Collect free memory host metric.
140
+ - Collect free memory host metric.
133
141
  Commit ecef28b28edaff46b95f53a916c93021dc763160
134
- * Fix crashes when Set wasn't required before AppSignal, such as in the CLI.
142
+ - Fix crashes when Set wasn't required before AppSignal, such as in the CLI.
135
143
  PR #373
136
144
 
137
- # 2.4.1
138
- * Add Que integration. PR #361
139
- * Support Sidekiq delayed extension job action names better. Now action names
145
+ ## 2.4.1
146
+ - Add Que integration. PR #361
147
+ - Support Sidekiq delayed extension job action names better. Now action names
140
148
  are reported as their class and class method name (`MyClass.method`), rather
141
149
  than `Sidekiq::Extensions::DelayedClass#perform` for all jobs through that
142
150
  extension. PR #362
143
- * Support Sidekiq Enterprise encrypted values. PR #365
144
- * Use musl build for older libc systems. PR #366
151
+ - Support Sidekiq Enterprise encrypted values. PR #365
152
+ - Use musl build for older libc systems. PR #366
145
153
 
146
- # 2.4.0
154
+ ## 2.4.0
147
155
  - Add separate GNU linux build. PR #351 and
148
156
  Commit d1763f4dcb685608468a73f3192226f60f66b217
149
157
  - Add separate FreeBSD build
@@ -159,600 +167,600 @@
159
167
  - Revert Sidekiq delayed extension job action names fix.
160
168
  Commit 9b84a098604de5ef5e52645ba7fcb09d84f66eaa
161
169
 
162
- # 2.3.7
163
- * Support Sidekiq delayed extension job action names better. Now action names
170
+ ## 2.3.7
171
+ - Support Sidekiq delayed extension job action names better. Now action names
164
172
  are reported as their class and class method name (`MyClass.method`), rather
165
173
  than `Sidekiq::Extensions::DelayedClass#perform` for all jobs through that
166
174
  extension. PR #348
167
175
 
168
- # 2.3.6
169
- * Allow configuration of permissions of working directory. PR #336
170
- * Fix locking bug that delayed extension shutdown.
176
+ ## 2.3.6
177
+ - Allow configuration of permissions of working directory. PR #336
178
+ - Fix locking bug that delayed extension shutdown.
171
179
  Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
172
- * Log extension start with app revision if present
180
+ - Log extension start with app revision if present
173
181
  Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
174
182
 
175
- # 2.3.5
183
+ ## 2.3.5
176
184
 
177
185
  Yanked
178
186
 
179
- # 2.3.4
180
- * Fix naming for ActiveJob integration with DelayedJob. PR #345
187
+ ## 2.3.4
188
+ - Fix naming for ActiveJob integration with DelayedJob. PR #345
181
189
 
182
- # 2.3.3
183
- * Accept mixed case env variable values for the `true` value. PR #333
184
- * Don't record sensitive HTTP_X_AUTH_TOKEN header. PR #334
185
- * Support dry run option for Capistrano 3.5.0 and higher. PR #339
186
- * Agent and extension update. Improve agent connection handling. Commit
190
+ ## 2.3.3
191
+ - Accept mixed case env variable values for the `true` value. PR #333
192
+ - Don't record sensitive HTTP_X_AUTH_TOKEN header. PR #334
193
+ - Support dry run option for Capistrano 3.5.0 and higher. PR #339
194
+ - Agent and extension update. Improve agent connection handling. Commit
187
195
  e75d2f9b520d46f6cd0266b484b2c26c3bdc8882
188
196
 
189
- # 2.3.2
190
- * Improve Rake argument handling. Allow for more detailed view of which
197
+ ## 2.3.2
198
+ - Improve Rake argument handling. Allow for more detailed view of which
191
199
  arguments a tasks receives. PR #328
192
200
 
193
- # 2.3.1
194
- * Fix ActiveSupport::Notifications hook not supporting non-string names for
201
+ ## 2.3.1
202
+ - Fix ActiveSupport::Notifications hook not supporting non-string names for
195
203
  events. PR #324
196
204
 
197
- # 2.3.0
198
- * Fix Shoryuken instrumentation when body is a string. PR #266
199
- * Enable ActiveSupport instrumentation at all times. PR #274
200
- * Add parameter filtering for background jobs. Automatically uses the AppSignal
205
+ ## 2.3.0
206
+ - Fix Shoryuken instrumentation when body is a string. PR #266
207
+ - Enable ActiveSupport instrumentation at all times. PR #274
208
+ - Add parameter filtering for background jobs. Automatically uses the AppSignal
201
209
  parameter filtering. PR #280
202
- * Improve log messages for transactions. PR #293
203
- * Remove thread_safe dependency. PR #294
204
- * Add `Transaction#params` attribute for custom parameters. PR #295
205
- * Fix queue time on DelayedJob integration. PR #297
206
- * Add ActionCable support. PR #309
207
- * Finish ActiveSupport notifications events when they would encounter a `raise`
210
+ - Improve log messages for transactions. PR #293
211
+ - Remove thread_safe dependency. PR #294
212
+ - Add `Transaction#params` attribute for custom parameters. PR #295
213
+ - Fix queue time on DelayedJob integration. PR #297
214
+ - Add ActionCable support. PR #309
215
+ - Finish ActiveSupport notifications events when they would encounter a `raise`
208
216
  or a `throw`. PR #310
209
- * Add `ignore_namespaces` option. PR #312
210
- * Truncate lengthy parameter values to 2000 characters.
217
+ - Add `ignore_namespaces` option. PR #312
218
+ - Truncate lengthy parameter values to 2000 characters.
211
219
  Commit 65de1382f5f453b624781cde6e0544c89fdf89ef and
212
220
  d3ca2a545fb22949f3369692dd57d49b4936c739.
213
- * Disable gracefully on Microsoft Windows. PR #313
214
- * Add tags and namespace arguments to `Appsignal.set_error`. PR #317
221
+ - Disable gracefully on Microsoft Windows. PR #313
222
+ - Add tags and namespace arguments to `Appsignal.set_error`. PR #317
215
223
 
216
- # 2.2.1
217
- * Fix support for Rails 5.1. PR #286
218
- * Fix instrumentation that would report a duration of `0ms` for all DataMapper
224
+ ## 2.2.1
225
+ - Fix support for Rails 5.1. PR #286
226
+ - Fix instrumentation that would report a duration of `0ms` for all DataMapper
219
227
  queries. PR #290
220
- * Finish events when `Appsignal.instrument` encounters a `raise` or a `throw`.
228
+ - Finish events when `Appsignal.instrument` encounters a `raise` or a `throw`.
221
229
  PR #292
222
230
 
223
- # 2.2.0
224
- * Support Ruby 2.4 better. PR #234
225
- * Initial setup for documenting the Ruby gem's code. PR #243
226
- * Move `running_in_container` auto detection to extension for easy reuse.
231
+ ## 2.2.0
232
+ - Support Ruby 2.4 better. PR #234
233
+ - Initial setup for documenting the Ruby gem's code. PR #243
234
+ - Move `running_in_container` auto detection to extension for easy reuse.
227
235
  PR #249
228
- * Allow overriding of action and namespace for a transaction. PR #254
229
- * Prefix all agent configuration environment variables with an underscore to
236
+ - Allow overriding of action and namespace for a transaction. PR #254
237
+ - Prefix all agent configuration environment variables with an underscore to
230
238
  separate the two usages. PR #258
231
- * Force agent to run in diagnostic mode even when the user config is set to
239
+ - Force agent to run in diagnostic mode even when the user config is set to
232
240
  `active: false`. PR #260
233
- * Stub JS error catching endpoint when not active. PR #263
234
- * Use better event names for Padrino integration. PR #265
235
- * No longer gzip payloads send by the Ruby gem transmitter. PR #269
236
- * Send diagnostics data report to AppSignal on request. PR #270
237
- * When JS exception endpoint payload is empty return 400 code. PR #271
238
- * Remove hardcoded DNS servers from agent and add config option. PR #278
239
-
240
- # 2.1.2
241
- * Fix error with Grape request methods defined with symbols. PR #259
242
-
243
- # 2.1.1
244
- * Fix DNS issue related to the musl build.
241
+ - Stub JS error catching endpoint when not active. PR #263
242
+ - Use better event names for Padrino integration. PR #265
243
+ - No longer gzip payloads send by the Ruby gem transmitter. PR #269
244
+ - Send diagnostics data report to AppSignal on request. PR #270
245
+ - When JS exception endpoint payload is empty return 400 code. PR #271
246
+ - Remove hardcoded DNS servers from agent and add config option. PR #278
247
+
248
+ ## 2.1.2
249
+ - Fix error with Grape request methods defined with symbols. PR #259
250
+
251
+ ## 2.1.1
252
+ - Fix DNS issue related to the musl build.
245
253
  Commit 732c877de8faceabe8a977bf80a82a6a89065c4d and
246
254
  84e521d20d4438f7b1dda82d5e9f1f533ae27c4b
247
- * Update benchmark and add load test. PR #248
248
- * Fix configuring instrument Redis and Sequel from env. PR #257
255
+ - Update benchmark and add load test. PR #248
256
+ - Fix configuring instrument Redis and Sequel from env. PR #257
249
257
 
250
- # 2.1.0
251
- * Add support for musl based libc (Alpine Linux). PR #229
252
- * Implement `Appsignal.is_ignored_error?` and `Appsignal.is_ignored_action?`
258
+ ## 2.1.0
259
+ - Add support for musl based libc (Alpine Linux). PR #229
260
+ - Implement `Appsignal.is_ignored_error?` and `Appsignal.is_ignored_action?`
253
261
  logic in the AppSignal extension. PR #224
254
- * Deprecate `Appsignal.is_ignored_error?`. PR #224
255
- * Deprecate `Appsignal.is_ignored_action?`. PR #224
256
- * Enforce a coding styleguide with RuboCop. PR #226
257
- * Remove unused `Appsignal.agent` attribute. PR #244
258
- * Deprecate unused `Appsignal::AuthCheck` logger argument. PR #245
262
+ - Deprecate `Appsignal.is_ignored_error?`. PR #224
263
+ - Deprecate `Appsignal.is_ignored_action?`. PR #224
264
+ - Enforce a coding styleguide with RuboCop. PR #226
265
+ - Remove unused `Appsignal.agent` attribute. PR #244
266
+ - Deprecate unused `Appsignal::AuthCheck` logger argument. PR #245
259
267
 
260
- # 2.0.6
261
- * Fix `Appsignal::Transaction#record_event` method call. PR #240
268
+ ## 2.0.6
269
+ - Fix `Appsignal::Transaction#record_event` method call. PR #240
262
270
 
263
- # 2.0.5
264
- * Improved logging for agent connection issues.
271
+ ## 2.0.5
272
+ - Improved logging for agent connection issues.
265
273
  Commit cdf9d3286d704e22473eb901c839cab4fab45a6f
266
- * Handle nil request/environments in transactions. PR #231
274
+ - Handle nil request/environments in transactions. PR #231
267
275
 
268
- # 2.0.4
269
- * Use consistent log format for both file and STDOUT logs. PR #203
270
- * Fix log path in `appsignal diagnose` for Rails applications. PR #218, #222
271
- * Change default log path to `./log` rather than project root for all non-Rails
276
+ ## 2.0.4
277
+ - Use consistent log format for both file and STDOUT logs. PR #203
278
+ - Fix log path in `appsignal diagnose` for Rails applications. PR #218, #222
279
+ - Change default log path to `./log` rather than project root for all non-Rails
272
280
  applications. PR #222
273
- * Load the `APPSIGNAL_APP_ENV` environment configuration option consistently
281
+ - Load the `APPSIGNAL_APP_ENV` environment configuration option consistently
274
282
  for all integrations. PR #204
275
- * Support the `--environment` option on the `appsignal diagnose` command. PR
283
+ - Support the `--environment` option on the `appsignal diagnose` command. PR
276
284
  #214
277
- * Use the real system `/tmp` directory, not a symlink. PR #219
278
- * Run the AppSignal agent in diagnose mode in the `appsignal diagnose` command.
285
+ - Use the real system `/tmp` directory, not a symlink. PR #219
286
+ - Run the AppSignal agent in diagnose mode in the `appsignal diagnose` command.
279
287
  PR #221
280
- * Test for directory and file ownership and permissions in the
288
+ - Test for directory and file ownership and permissions in the
281
289
  `appsignal diagnose` command. PR #216
282
- * Test if current user is `root` in the `appsignal diagnose` command. PR #215
283
- * Output last couple of lines from `appsignal.log` on agent connection
290
+ - Test if current user is `root` in the `appsignal diagnose` command. PR #215
291
+ - Output last couple of lines from `appsignal.log` on agent connection
284
292
  failures.
285
- * Agent will no longer fail to start if no writable log path is found.
293
+ - Agent will no longer fail to start if no writable log path is found.
286
294
  Commit 8920865f6158229a46ed4bd1cc98d99a849884c0, change in agent.
287
- * Internal refactoring of the test suite and the `appsignal install` command.
295
+ - Internal refactoring of the test suite and the `appsignal install` command.
288
296
  PR #200, #205
289
297
 
290
- # 2.0.3
291
- * Fix JavaScript exception catcher throwing an error on finishing a
298
+ ## 2.0.3
299
+ - Fix JavaScript exception catcher throwing an error on finishing a
292
300
  transaction. PR #210
293
301
 
294
- # 2.0.2
295
- * Fix Sequel instrumentation overriding existing logic from extensions. PR #209
302
+ ## 2.0.2
303
+ - Fix Sequel instrumentation overriding existing logic from extensions. PR #209
296
304
 
297
- # 2.0.1
298
- * Fix configuration load order regression for the `APPSIGNAL_PUSH_API_KEY`
305
+ ## 2.0.1
306
+ - Fix configuration load order regression for the `APPSIGNAL_PUSH_API_KEY`
299
307
  environment variable's activation behavior. PR #208
300
308
 
301
- # 2.0.0
302
- * Add `Appsignal.instrument_sql` convenience methods. PR #136
303
- * Use `Appsignal.instrument` internally instead of ActiveSupport
309
+ ## 2.0.0
310
+ - Add `Appsignal.instrument_sql` convenience methods. PR #136
311
+ - Use `Appsignal.instrument` internally instead of ActiveSupport
304
312
  instrumentation. PR #142
305
- * Override ActiveSupport instrument instead of subscribing. PR #150
306
- * Remove required dependency on ActiveSupport. Recommended you use
313
+ - Override ActiveSupport instrument instead of subscribing. PR #150
314
+ - Remove required dependency on ActiveSupport. Recommended you use
307
315
  `Appsignal.instrument` if you don't need `ActiveSupport`. PR #150 #142
308
- * Use have_library to link the AppSignal extension `libappsignal`. PR #148
309
- * Rename `appsignal_extension.h` to `appsignal.h`.
316
+ - Use have_library to link the AppSignal extension `libappsignal`. PR #148
317
+ - Rename `appsignal_extension.h` to `appsignal.h`.
310
318
  Commit 9ed7c8d83f622d5a79c5c21d352b3360fd7e8113
311
- * Refactor rescuing of Exception. PR #173
312
- * Use GC::Profiler to track garbage collection time. PR #134
313
- * Detect if AppSignal is running in a container or Heroku. PR #177 #178
314
- * Change configuration load order to load environment settings after
319
+ - Refactor rescuing of Exception. PR #173
320
+ - Use GC::Profiler to track garbage collection time. PR #134
321
+ - Detect if AppSignal is running in a container or Heroku. PR #177 #178
322
+ - Change configuration load order to load environment settings after
315
323
  `appsignal.yml`. PR #178
316
- * Speed up payload generation by letting the extension handle it. PR #175
317
- * Improve `appsignal diagnose` formatting and output more data. PR #187
318
- * Remove outdated `appsignal:diagnose` rake tasks. Use `appsignal diagnose`
324
+ - Speed up payload generation by letting the extension handle it. PR #175
325
+ - Improve `appsignal diagnose` formatting and output more data. PR #187
326
+ - Remove outdated `appsignal:diagnose` rake tasks. Use `appsignal diagnose`
319
327
  instead. PR #193
320
- * Fix JavaScript exception without names resulting in errors themselves. PR #188
321
- * Support namespaces in Grape routes. PR #189
322
- * Change STDOUT output to always mention "AppSignal", not "Appsignal". PR #192
323
- * `appsignal notify_of_deploy` refactor. `--name` will override any
328
+ - Fix JavaScript exception without names resulting in errors themselves. PR #188
329
+ - Support namespaces in Grape routes. PR #189
330
+ - Change STDOUT output to always mention "AppSignal", not "Appsignal". PR #192
331
+ - `appsignal notify_of_deploy` refactor. `--name` will override any
324
332
  other `name` config. `--environment` is only required if it's not set in the
325
333
  environment. PR #194
326
- * Allow logging to STDOUT. Available for the Ruby gem and C extension. The
334
+ - Allow logging to STDOUT. Available for the Ruby gem and C extension. The
327
335
  `appsignal-agent` process will continue log to file. PR #190
328
- * Remove deprecated methods. PR #191
329
- * Send "ruby" implementation name with version number for better identifying
336
+ - Remove deprecated methods. PR #191
337
+ - Send "ruby" implementation name with version number for better identifying
330
338
  different language implementations. PR #198
331
- * Send demonstration samples to AppSignal using the `appsignal install`
339
+ - Send demonstration samples to AppSignal using the `appsignal install`
332
340
  command instead of asking the user to start their app. PR #196
333
- * Add `appsignal demo` command to test the AppSignal demonstration samples
341
+ - Add `appsignal demo` command to test the AppSignal demonstration samples
334
342
  instrumentation manually and not just during the installation. PR #199
335
343
 
336
- # 1.3.6
337
- * Support blocks arguments on method instrumentation. PR #163
338
- * Support `APPSIGNAL_APP_ENV` for Sinatra. PR #164
339
- * Remove Sinatra install step from "appsignal install". PR #165
340
- * Install Capistrano integration in `Capfile` instead of `deploy.rb`. #166
341
- * More robust handing of non-writable log files. PR #160 #158
342
- * Cleaner internal exception handling. PR #169 #170 #171 #172 #173
343
- * Support for mixed case keywords in sql lexing. appsignal/sql_lexer#8
344
- * Support for inserting multiple rows in sql lexing. appsignal/sql_lexer#9
345
- * Add session_overview to JS transaction data.
344
+ ## 1.3.6
345
+ - Support blocks arguments on method instrumentation. PR #163
346
+ - Support `APPSIGNAL_APP_ENV` for Sinatra. PR #164
347
+ - Remove Sinatra install step from "appsignal install". PR #165
348
+ - Install Capistrano integration in `Capfile` instead of `deploy.rb`. #166
349
+ - More robust handing of non-writable log files. PR #160 #158
350
+ - Cleaner internal exception handling. PR #169 #170 #171 #172 #173
351
+ - Support for mixed case keywords in sql lexing. appsignal/sql_lexer#8
352
+ - Support for inserting multiple rows in sql lexing. appsignal/sql_lexer#9
353
+ - Add session_overview to JS transaction data.
346
354
  Commit af2d365bc124c01d7e9363e8d825404027835765
347
355
 
348
- # 1.3.5
356
+ ## 1.3.5
349
357
 
350
- * Fix SSL certificate config in appsignal-agent. PR #151
351
- * Remove mounted_at Sinatra middleware option. Now detected by default. PR #146
352
- * Sinatra applications with middleware loading before AppSignal's middleware
358
+ - Fix SSL certificate config in appsignal-agent. PR #151
359
+ - Remove mounted_at Sinatra middleware option. Now detected by default. PR #146
360
+ - Sinatra applications with middleware loading before AppSignal's middleware
353
361
  would crash a request. Fixed in PR #156
354
362
 
355
- # 1.3.4
356
-
357
- * Fix argument order for `record_event` in the AppSignal extension
358
-
359
- # 1.3.3
360
-
361
- * Output AppSignal environment on `appsignal diagnose`
362
- * Prevent transaction crashes on Sinatra routes with optional parameters
363
- * Listen to `stage` option to Capistrano 2 for automatic environment detection
364
- * Add `appsignal_env` option to Capistrano 2 to set a custom environment
365
-
366
- # 1.3.2
367
- * Add method to discard a transaction
368
- * Run spec suite with warnings, fixes for warnings
369
-
370
- # 1.3.1
371
- * Bugfix for problem when requiring config from installer
372
-
373
- # 1.3.0
374
- * Host metrics is now enabled by default
375
- * Beta of minutely probes including GC metrics
376
- * Refactor of param sanitization
377
- * Param filtering for non-Rails frameworks
378
- * Support for modular Sinatra applications
379
- * Add Sinatra middleware to `Sinatra::Base` by default
380
- * Allow a new transaction to be forced by sinatra instrumentation
381
- * Allow hostname to be set with environment variable
382
- * Helpers for easy method instrumentation
383
- * `Appsignal.instrument` helper to easily instrument blocks of code
384
- * `record_event` method to instrument events without a start hook
385
- * `send_params` is now configurable via the environment
386
- * Add DataMapper integration
387
- * Add webmachine integration
388
- * Allow overriding Padrino environment with APPSIGNAL_APP_ENV
389
- * Add mkmf.log to diagnose command
390
- * Allow for local install with bundler `bundle exec rake install`
391
- * Listen to `stage` option to Capistrano 3 for automatic environment detection
392
- * Add `appsignal_env` option to Capistrano 3 to set a custom environment
393
-
394
- # 1.2.5
395
- * Bugfix in CPU utilization calculation for host metrics
396
-
397
- # 1.2.4
398
- * Support for adding a namespace when mounting Sinatra apps in Rails
399
- * Support for negative numbers and ILIKE in the sql lexer
400
-
401
- # 1.2.3
402
- * Catch nil config for installer and diag
403
- * Minor performance improvements
404
- * Support for arrays, literal value types and function arguments in sql lexer
405
-
406
- # 1.2.2
407
- * Handle out of range numbers in queue lenght and metrics api
408
-
409
- # 1.2.1
410
- * Use Dir.pwd in CLI install wizard
411
- * Support bignums when setting queue length
412
- * Support for Sequel 4.35
413
- * Add env option to skip errors in Sinatra
414
- * Fix for queue time calculation in Sidekiq (by lucasmazza)
415
-
416
- # 1.2.0
417
- * Restart background thread when FD's are closed
418
- * Beta version of collecting host metrics (disabled by default)
419
- * Hooks for Shuryoken
420
- * Don't add errors from env if raise_errors is off for Sinatra
421
-
422
- # 1.1.9
423
- * Fix for race condition when creating working dir exactly at the same time
424
- * Make diag Rake task resilient to missing config
425
-
426
- # 1.1.8
427
- * Require json to fix problem with using from Capistrano
428
-
429
- # 1.1.7
430
- * Make logging resilient for closing FD's (daemons gem does this)
431
- * Add support for using Resque through ActiveJob
432
- * Rescue more expections in json generation
433
-
434
- # 1.1.6
435
- * Generic Rack instrumentation middleware
436
- * Event formatter for Faraday
437
- * Rescue and log errors in transaction complete and fetching params
438
-
439
- # 1.1.5
440
- * Support for null in sql sanitization
441
- * Add require to deploy.rb if present on installation
442
- * Warn when overwriting already existing transaction
443
- * Support for x86-linux
444
- * Some improvements in debug logging
445
- * Check of log file path is writable
446
- * Use bundled CA certs when installing agent
447
-
448
- # 1.1.4
449
- * Better debug logging for agent issues
450
- * Fix for exception with nil messages
451
- * Fix for using structs as job params in Delayed Job
452
-
453
- # 1.1.3
454
- * Fix for issue where Appsignal.send_exception clears the current
363
+ ## 1.3.4
364
+
365
+ - Fix argument order for `record_event` in the AppSignal extension
366
+
367
+ ## 1.3.3
368
+
369
+ - Output AppSignal environment on `appsignal diagnose`
370
+ - Prevent transaction crashes on Sinatra routes with optional parameters
371
+ - Listen to `stage` option to Capistrano 2 for automatic environment detection
372
+ - Add `appsignal_env` option to Capistrano 2 to set a custom environment
373
+
374
+ ## 1.3.2
375
+ - Add method to discard a transaction
376
+ - Run spec suite with warnings, fixes for warnings
377
+
378
+ ## 1.3.1
379
+ - Bugfix for problem when requiring config from installer
380
+
381
+ ## 1.3.0
382
+ - Host metrics is now enabled by default
383
+ - Beta of minutely probes including GC metrics
384
+ - Refactor of param sanitization
385
+ - Param filtering for non-Rails frameworks
386
+ - Support for modular Sinatra applications
387
+ - Add Sinatra middleware to `Sinatra::Base` by default
388
+ - Allow a new transaction to be forced by sinatra instrumentation
389
+ - Allow hostname to be set with environment variable
390
+ - Helpers for easy method instrumentation
391
+ - `Appsignal.instrument` helper to easily instrument blocks of code
392
+ - `record_event` method to instrument events without a start hook
393
+ - `send_params` is now configurable via the environment
394
+ - Add DataMapper integration
395
+ - Add webmachine integration
396
+ - Allow overriding Padrino environment with APPSIGNAL_APP_ENV
397
+ - Add mkmf.log to diagnose command
398
+ - Allow for local install with bundler `bundle exec rake install`
399
+ - Listen to `stage` option to Capistrano 3 for automatic environment detection
400
+ - Add `appsignal_env` option to Capistrano 3 to set a custom environment
401
+
402
+ ## 1.2.5
403
+ - Bugfix in CPU utilization calculation for host metrics
404
+
405
+ ## 1.2.4
406
+ - Support for adding a namespace when mounting Sinatra apps in Rails
407
+ - Support for negative numbers and ILIKE in the sql lexer
408
+
409
+ ## 1.2.3
410
+ - Catch nil config for installer and diag
411
+ - Minor performance improvements
412
+ - Support for arrays, literal value types and function arguments in sql lexer
413
+
414
+ ## 1.2.2
415
+ - Handle out of range numbers in queue lenght and metrics api
416
+
417
+ ## 1.2.1
418
+ - Use Dir.pwd in CLI install wizard
419
+ - Support bignums when setting queue length
420
+ - Support for Sequel 4.35
421
+ - Add env option to skip errors in Sinatra
422
+ - Fix for queue time calculation in Sidekiq (by lucasmazza)
423
+
424
+ ## 1.2.0
425
+ - Restart background thread when FD's are closed
426
+ - Beta version of collecting host metrics (disabled by default)
427
+ - Hooks for Shuryoken
428
+ - Don't add errors from env if raise_errors is off for Sinatra
429
+
430
+ ## 1.1.9
431
+ - Fix for race condition when creating working dir exactly at the same time
432
+ - Make diag Rake task resilient to missing config
433
+
434
+ ## 1.1.8
435
+ - Require json to fix problem with using from Capistrano
436
+
437
+ ## 1.1.7
438
+ - Make logging resilient for closing FD's (daemons gem does this)
439
+ - Add support for using Resque through ActiveJob
440
+ - Rescue more expections in json generation
441
+
442
+ ## 1.1.6
443
+ - Generic Rack instrumentation middleware
444
+ - Event formatter for Faraday
445
+ - Rescue and log errors in transaction complete and fetching params
446
+
447
+ ## 1.1.5
448
+ - Support for null in sql sanitization
449
+ - Add require to deploy.rb if present on installation
450
+ - Warn when overwriting already existing transaction
451
+ - Support for x86-linux
452
+ - Some improvements in debug logging
453
+ - Check of log file path is writable
454
+ - Use bundled CA certs when installing agent
455
+
456
+ ## 1.1.4
457
+ - Better debug logging for agent issues
458
+ - Fix for exception with nil messages
459
+ - Fix for using structs as job params in Delayed Job
460
+
461
+ ## 1.1.3
462
+ - Fix for issue where Appsignal.send_exception clears the current
455
463
  transaction if it is present
456
- * Rails 3.0 compatibility fix
464
+ - Rails 3.0 compatibility fix
457
465
 
458
- # 1.1.2
459
- * Bug fix in notify of deploy cli
460
- * Better support for nil, true and false in sanitization
466
+ ## 1.1.2
467
+ - Bug fix in notify of deploy cli
468
+ - Better support for nil, true and false in sanitization
461
469
 
462
- # 1.1.1
463
- * Collect global metrics for GC durations (in beta, disabled by default)
464
- * Collect params from Delayed Job in a reliable way
465
- * Collect perams for Delayed Job and Sidekiq when using ActiveJob
466
- * Official Grape support
467
- * Easier installation using `bundle exec appsignal install`
470
+ ## 1.1.1
471
+ - Collect global metrics for GC durations (in beta, disabled by default)
472
+ - Collect params from Delayed Job in a reliable way
473
+ - Collect perams for Delayed Job and Sidekiq when using ActiveJob
474
+ - Official Grape support
475
+ - Easier installation using `bundle exec appsignal install`
468
476
 
469
- # 1.1.0
477
+ ## 1.1.0
470
478
  Yanked
471
479
 
472
- # 1.0.7
473
- * Another multibyte bugfix in sql sanizitation
474
-
475
- # 1.0.6
476
- * Bugfix in sql sanitization when using multibyte utf-8 characters
477
-
478
- # 1.0.5
479
- * Improved sql sanitization
480
- * Improved mongoid/mongodb sanitization
481
- * Minor performance improvements
482
- * Better handling for non-utf8 convertable strings
483
- * Make gem installable (but not functional) on JRuby
484
-
485
- # 1.0.4
486
- * Make working dir configurable using `APPSIGNAL_WORKING_DIR_PATH` or `:working_dir_path`
487
-
488
- # 1.0.3
489
- * Fix bug in completing JS transactions
490
- * Make Resque integration robust for bigger payloads
491
- * Message in logs if agent logging cannot initialize
492
- * Call `to_s` on DJ id to see the id when using MongoDB
493
-
494
- # 1.0.2
495
- * Bug fix in format of process memory measurements
496
- * Event formatter for `instantiation.active_record`
497
- * Rake integration file for backwards compatibility
498
- * Don't instrument mongo-ruby-driver when transaction is not present
499
- * Accept method calls on extension if it's not loaded
500
- * Fix for duplicate notifications subscriptions when forking
501
-
502
- # 1.0.1
503
- * Fix for bug in gem initialization when using `safe_yaml` gem
504
-
505
- # 1.0.0
506
- * New version of event formatting and collection
507
- * Use native library and agent
508
- * Use API V2
509
- * Support for Mongoid 5
510
- * Integration into other gems with a hooks system
511
- * Lots of minor bug fixes and improvements
512
-
513
- # 0.11.15
514
- * Improve Sinatra support
515
-
516
- # 0.11.14
517
- * Support ActiveJob wrapped jobs
518
- * Improve proxy support
519
- * Improve rake support
520
-
521
- # 0.11.13
522
- * Add Padrino support
523
- * Add Rake task monitoring
524
- * Add http proxy support
525
- * Configure Net::HTTP to only use TLS
526
- * Don't send queue if there is no content
527
- * Don't retry transmission when response code is 400 (no content)
528
- * Don't start Resque IPC server when AppSignal is not active
529
- * Display warning message when attempting to send a non-exception to `send_exception`
530
- * Fix capistrano 2 detection
531
- * Fix issue with Sinatra integration attempting to attach an exception to a transaction that doesn't exist.
532
-
533
- # 0.11.12
534
- * Sanitizer will no longer inspect unknown objects, since implementations of inspect sometimes trigger unexpected behavior.
535
-
536
- # 0.11.11
537
- * Reliably get errors in production for Sinatra
538
-
539
- # 0.11.10
540
- * Fix for binding bug in exceptions in Resque
541
- * Handle invalidly encoded characters in payload
542
-
543
- # 0.11.9
544
- * Fix for infinite attempts to transmit if there is no valid api key
545
-
546
- # 0.11.8
547
- * Add frontend error catcher
548
- * Add background job metadata (queue, priority etc.) to transaction overview
549
- * Add APPSIGNAL_APP_ENV variable to Rails config, so you can override the environment
550
- * Handle http queue times in microseconds too
551
-
552
- # 0.11.7
553
- * Add option to override Job name in Delayed Job
554
-
555
- # 0.11.6
556
- * Use `APPSIGNAL_APP_NAME` and `APPSIGNAL_ACTIVE` env vars in config
557
- * Better Sinatra support: Use route as action and set session data for Sinatra
558
-
559
- # 0.11.5
560
- * Add Sequel gem support (https://github.com/jeremyevans/sequel)
561
-
562
- # 0.11.4
563
- * Make `without_instrumentation` thread safe
564
-
565
- # 0.11.3
566
- * Support Ruby 1.9 and up instead of 1.9.3 and up
567
-
568
- # 0.11.2
569
- * If APP_REVISION environment variable is set, send it with the log entry.
570
-
571
- # 0.11.1
572
- * Allow a custom request_class and params_method on Rack instrumentation
573
- * Loop through env methods instead of env
574
- * Add HTTP_CLIENT_IP to env methods
575
-
576
- # 0.11.0
577
- * Improved inter process communication
578
- * Retry sending data when the push api is not reachable
579
- * Our own event handling to allow for more flexibility and reliability
480
+ ## 1.0.7
481
+ - Another multibyte bugfix in sql sanizitation
482
+
483
+ ## 1.0.6
484
+ - Bugfix in sql sanitization when using multibyte utf-8 characters
485
+
486
+ ## 1.0.5
487
+ - Improved sql sanitization
488
+ - Improved mongoid/mongodb sanitization
489
+ - Minor performance improvements
490
+ - Better handling for non-utf8 convertable strings
491
+ - Make gem installable (but not functional) on JRuby
492
+
493
+ ## 1.0.4
494
+ - Make working dir configurable using `APPSIGNAL_WORKING_DIR_PATH` or `:working_dir_path`
495
+
496
+ ## 1.0.3
497
+ - Fix bug in completing JS transactions
498
+ - Make Resque integration robust for bigger payloads
499
+ - Message in logs if agent logging cannot initialize
500
+ - Call `to_s` on DJ id to see the id when using MongoDB
501
+
502
+ ## 1.0.2
503
+ - Bug fix in format of process memory measurements
504
+ - Event formatter for `instantiation.active_record`
505
+ - Rake integration file for backwards compatibility
506
+ - Don't instrument mongo-ruby-driver when transaction is not present
507
+ - Accept method calls on extension if it's not loaded
508
+ - Fix for duplicate notifications subscriptions when forking
509
+
510
+ ## 1.0.1
511
+ - Fix for bug in gem initialization when using `safe_yaml` gem
512
+
513
+ ## 1.0.0
514
+ - New version of event formatting and collection
515
+ - Use native library and agent
516
+ - Use API V2
517
+ - Support for Mongoid 5
518
+ - Integration into other gems with a hooks system
519
+ - Lots of minor bug fixes and improvements
520
+
521
+ ## 0.11.15
522
+ - Improve Sinatra support
523
+
524
+ ## 0.11.14
525
+ - Support ActiveJob wrapped jobs
526
+ - Improve proxy support
527
+ - Improve rake support
528
+
529
+ ## 0.11.13
530
+ - Add Padrino support
531
+ - Add Rake task monitoring
532
+ - Add http proxy support
533
+ - Configure Net::HTTP to only use TLS
534
+ - Don't send queue if there is no content
535
+ - Don't retry transmission when response code is 400 (no content)
536
+ - Don't start Resque IPC server when AppSignal is not active
537
+ - Display warning message when attempting to send a non-exception to `send_exception`
538
+ - Fix capistrano 2 detection
539
+ - Fix issue with Sinatra integration attempting to attach an exception to a transaction that doesn't exist.
540
+
541
+ ## 0.11.12
542
+ - Sanitizer will no longer inspect unknown objects, since implementations of inspect sometimes trigger unexpected behavior.
543
+
544
+ ## 0.11.11
545
+ - Reliably get errors in production for Sinatra
546
+
547
+ ## 0.11.10
548
+ - Fix for binding bug in exceptions in Resque
549
+ - Handle invalidly encoded characters in payload
550
+
551
+ ## 0.11.9
552
+ - Fix for infinite attempts to transmit if there is no valid api key
553
+
554
+ ## 0.11.8
555
+ - Add frontend error catcher
556
+ - Add background job metadata (queue, priority etc.) to transaction overview
557
+ - Add APPSIGNAL_APP_ENV variable to Rails config, so you can override the environment
558
+ - Handle http queue times in microseconds too
559
+
560
+ ## 0.11.7
561
+ - Add option to override Job name in Delayed Job
562
+
563
+ ## 0.11.6
564
+ - Use `APPSIGNAL_APP_NAME` and `APPSIGNAL_ACTIVE` env vars in config
565
+ - Better Sinatra support: Use route as action and set session data for Sinatra
566
+
567
+ ## 0.11.5
568
+ - Add Sequel gem support (https://github.com/jeremyevans/sequel)
569
+
570
+ ## 0.11.4
571
+ - Make `without_instrumentation` thread safe
572
+
573
+ ## 0.11.3
574
+ - Support Ruby 1.9 and up instead of 1.9.3 and up
575
+
576
+ ## 0.11.2
577
+ - If APP_REVISION environment variable is set, send it with the log entry.
578
+
579
+ ## 0.11.1
580
+ - Allow a custom request_class and params_method on Rack instrumentation
581
+ - Loop through env methods instead of env
582
+ - Add HTTP_CLIENT_IP to env methods
583
+
584
+ ## 0.11.0
585
+ - Improved inter process communication
586
+ - Retry sending data when the push api is not reachable
587
+ - Our own event handling to allow for more flexibility and reliability
580
588
  when using a threaded environment
581
- * Resque officially supported!
589
+ - Resque officially supported!
582
590
 
583
- # 0.10.6
584
- * Add config option to skip session data
591
+ ## 0.10.6
592
+ - Add config option to skip session data
585
593
 
586
- # 0.10.5
587
- * Don't shutdown in `at_exit`
588
- * Debug log about missing name in config
594
+ ## 0.10.5
595
+ - Don't shutdown in `at_exit`
596
+ - Debug log about missing name in config
589
597
 
590
- # 0.10.4
591
- * Add REQUEST_URI and PATH_INFO to env params allowlist
598
+ ## 0.10.4
599
+ - Add REQUEST_URI and PATH_INFO to env params allowlist
592
600
 
593
- # 0.10.3
594
- * Shut down all operations when agent is not active
595
- * Separately rescue OpenSSL::SSL::SSLError
601
+ ## 0.10.3
602
+ - Shut down all operations when agent is not active
603
+ - Separately rescue OpenSSL::SSL::SSLError
596
604
 
597
- # 0.10.2
598
- * Bugfix in event payload sanitization
605
+ ## 0.10.2
606
+ - Bugfix in event payload sanitization
599
607
 
600
- # 0.10.1
601
- * Bugfix in event payload sanitization
608
+ ## 0.10.1
609
+ - Bugfix in event payload sanitization
602
610
 
603
- # 0.10.0
604
- * Remove ActiveSupport dependency
605
- * Use vendored notifications if ActiveSupport is not present
606
- * Update bundled CA certificates
607
- * Fix issue where backtrace can be nil
608
- * Use Appsignal.monitor_transaction to instrument and log errors for
611
+ ## 0.10.0
612
+ - Remove ActiveSupport dependency
613
+ - Use vendored notifications if ActiveSupport is not present
614
+ - Update bundled CA certificates
615
+ - Fix issue where backtrace can be nil
616
+ - Use Appsignal.monitor_transaction to instrument and log errors for
609
617
  custom actions
610
- * Add option to ignore a specific action
618
+ - Add option to ignore a specific action
611
619
 
612
- # 0.9.6
613
- * Convert to primitives before sending through pipe
620
+ ## 0.9.6
621
+ - Convert to primitives before sending through pipe
614
622
 
615
- # 0.9.5
623
+ ## 0.9.5
616
624
  Yanked
617
625
 
618
- # 0.9.4
619
- * Log Rails and Sinatra version
620
- * Resubscribe to notifications after fork
626
+ ## 0.9.4
627
+ - Log Rails and Sinatra version
628
+ - Resubscribe to notifications after fork
621
629
 
622
- # 0.9.3
623
- * Log if appsignal is not active for an environment
630
+ ## 0.9.3
631
+ - Log if appsignal is not active for an environment
624
632
 
625
- # 0.9.2
626
- * Log Ruby version and platform on startup
627
- * Log reason of shutting down agent
633
+ ## 0.9.2
634
+ - Log Ruby version and platform on startup
635
+ - Log reason of shutting down agent
628
636
 
629
- # 0.9.1
630
- * Some debug logging tweaks
637
+ ## 0.9.1
638
+ - Some debug logging tweaks
631
639
 
632
- # 0.9.0
633
- * Add option to override Capistrano revision
634
- * Expanded deploy message in Capistrano
635
- * Refactor of usage of Thread.local
636
- * Net::HTTP instrumentation
637
- * Capistrano 3 support
640
+ ## 0.9.0
641
+ - Add option to override Capistrano revision
642
+ - Expanded deploy message in Capistrano
643
+ - Refactor of usage of Thread.local
644
+ - Net::HTTP instrumentation
645
+ - Capistrano 3 support
638
646
 
639
- # 0.8.15
640
- * Exception logging in agent thread
647
+ ## 0.8.15
648
+ - Exception logging in agent thread
641
649
 
642
- # 0.8.14
643
- * Few tweaks in logging
644
- * Clarify Appsignal::Transaction.complete! code
650
+ ## 0.8.14
651
+ - Few tweaks in logging
652
+ - Clarify Appsignal::Transaction.complete! code
645
653
 
646
- # 0.8.13
647
- * Random sleep time before first transmission of queue
654
+ ## 0.8.13
655
+ - Random sleep time before first transmission of queue
648
656
 
649
- # 0.8.12
650
- * Workaround for frozen string in Notification events
651
- * Require ActiveSupport::Notifications to be sure it's available
657
+ ## 0.8.12
658
+ - Workaround for frozen string in Notification events
659
+ - Require ActiveSupport::Notifications to be sure it's available
652
660
 
653
- # 0.8.11
654
- * Skip enqueue, send_exception and add_exception if not active
661
+ ## 0.8.11
662
+ - Skip enqueue, send_exception and add_exception if not active
655
663
 
656
- # 0.8.10
657
- * Bugfix: Don't pause agent when it's not active
664
+ ## 0.8.10
665
+ - Bugfix: Don't pause agent when it's not active
658
666
 
659
- # 0.8.9
667
+ ## 0.8.9
660
668
  Yanked
661
669
 
662
- # 0.8.8
663
- * Explicitely require securerandom
664
-
665
- # 0.8.7
666
- * Dup process action event to avoid threading issue
667
- * Rescue failing inspects in param sanitizer
668
- * Add option to pause instrumentation
669
-
670
- # 0.8.6
671
- * Resque support (beta)
672
- * Support tags in Appsignal.send_exception
673
- * Alias tag_request to tag_job, for background jobs
674
- * Skip sanitization of env if env is nil
675
- * Small bugfix in forking logic
676
- * Don't send params if send_params is off in config
677
- * Remove --repository option in CLI
678
- * Name option in appsignal notify_of_deploy CLI
679
- * Don't call to_hash on ENV
680
- * Get error message in CLI when config is not active
681
-
682
- # 0.8.5
683
- * Don't require revision in CLI notify_of_deploy
684
-
685
- # 0.8.4
686
- * Skip session sanitize if not a http request
687
- * Use appsignal_config in Capistrano as initial config
688
-
689
- # 0.8.3
690
- * Restart thread when we've been forked
691
- * Only notify of deploy when active in capistrano
692
- * Make sure env is a string in config
693
-
694
- # 0.8.2
695
- * Bugfix in Delayed Job integration
696
- * appsignal prefix when logging to stdout
697
- * Log to stdout on Shelly Cloud
698
-
699
- # 0.8.1
700
- * Fix in monitoring of queue times
701
-
702
- # 0.8.0
703
- * Support for background processors (Delayed Job and Sidekiq)
704
-
705
- # 0.7.1
706
- * Better support for forking webservers
707
-
708
- # 0.7.0
709
- * Mayor refactor and cleanup
710
- * New easier onboarding process
711
- * Support for Rack apps, including experimental Sinatra integration
712
- * Monitor HTTP queue times
713
- * Always log to stdout on Heroku
714
-
715
- # 0.6.7
716
- * Send HTTP_X_FORWARDED_FOR env var
717
-
718
- # 0.6.6
719
- * Add Appsignal.add_exception
720
-
721
- # 0.6.5
722
- * Fix bug where fast requests are tracked with wrong action
723
-
724
- # 0.6.4
725
- * More comprehensive debug logging
726
-
727
- # 0.6.3
728
- * Use a mutex around access to the aggregator
729
- * Bugfix for accessing connection config in Rails 3.0
730
- * Add Appsignal.tag_request
731
- * Only warn if there are duplicate push keys
732
-
733
- # 0.6.2
734
- * Bugfix in backtrace cleaner usage for Rails 4
735
-
736
- # 0.6.1
737
- * Bugfix in Capistrano integration
738
-
739
- # 0.6.0
740
- * Support for Rails 4
741
- * Data that's posted to AppSignal is now gzipped
742
- * Add Appsignal.send_exception and Appsignal.listen_for_exception
743
- * We now us the Rails backtrace cleaner
744
-
745
- # 0.5.5
746
- * Fix minor bug
747
-
748
- # 0.5.4
749
- * Debug option in config to get detailed logging
750
-
751
- # 0.5.3
752
- * Fix minor bug
753
-
754
- # 0.5.2
755
- * General improvements to the Rails generator
756
- * Log to STDOUT if writing to log/appsignal.log is not possible (Heroku)
757
- * Handle the last transactions before the rails process shuts down
758
- * Require 'erb' to enable dynamic config
670
+ ## 0.8.8
671
+ - Explicitely require securerandom
672
+
673
+ ## 0.8.7
674
+ - Dup process action event to avoid threading issue
675
+ - Rescue failing inspects in param sanitizer
676
+ - Add option to pause instrumentation
677
+
678
+ ## 0.8.6
679
+ - Resque support (beta)
680
+ - Support tags in Appsignal.send_exception
681
+ - Alias tag_request to tag_job, for background jobs
682
+ - Skip sanitization of env if env is nil
683
+ - Small bugfix in forking logic
684
+ - Don't send params if send_params is off in config
685
+ - Remove --repository option in CLI
686
+ - Name option in appsignal notify_of_deploy CLI
687
+ - Don't call to_hash on ENV
688
+ - Get error message in CLI when config is not active
689
+
690
+ ## 0.8.5
691
+ - Don't require revision in CLI notify_of_deploy
692
+
693
+ ## 0.8.4
694
+ - Skip session sanitize if not a http request
695
+ - Use appsignal_config in Capistrano as initial config
696
+
697
+ ## 0.8.3
698
+ - Restart thread when we've been forked
699
+ - Only notify of deploy when active in capistrano
700
+ - Make sure env is a string in config
701
+
702
+ ## 0.8.2
703
+ - Bugfix in Delayed Job integration
704
+ - appsignal prefix when logging to stdout
705
+ - Log to stdout on Shelly Cloud
706
+
707
+ ## 0.8.1
708
+ - Fix in monitoring of queue times
709
+
710
+ ## 0.8.0
711
+ - Support for background processors (Delayed Job and Sidekiq)
712
+
713
+ ## 0.7.1
714
+ - Better support for forking webservers
715
+
716
+ ## 0.7.0
717
+ - Mayor refactor and cleanup
718
+ - New easier onboarding process
719
+ - Support for Rack apps, including experimental Sinatra integration
720
+ - Monitor HTTP queue times
721
+ - Always log to stdout on Heroku
722
+
723
+ ## 0.6.7
724
+ - Send HTTP_X_FORWARDED_FOR env var
725
+
726
+ ## 0.6.6
727
+ - Add Appsignal.add_exception
728
+
729
+ ## 0.6.5
730
+ - Fix bug where fast requests are tracked with wrong action
731
+
732
+ ## 0.6.4
733
+ - More comprehensive debug logging
734
+
735
+ ## 0.6.3
736
+ - Use a mutex around access to the aggregator
737
+ - Bugfix for accessing connection config in Rails 3.0
738
+ - Add Appsignal.tag_request
739
+ - Only warn if there are duplicate push keys
740
+
741
+ ## 0.6.2
742
+ - Bugfix in backtrace cleaner usage for Rails 4
743
+
744
+ ## 0.6.1
745
+ - Bugfix in Capistrano integration
746
+
747
+ ## 0.6.0
748
+ - Support for Rails 4
749
+ - Data that's posted to AppSignal is now gzipped
750
+ - Add Appsignal.send_exception and Appsignal.listen_for_exception
751
+ - We now us the Rails backtrace cleaner
752
+
753
+ ## 0.5.5
754
+ - Fix minor bug
755
+
756
+ ## 0.5.4
757
+ - Debug option in config to get detailed logging
758
+
759
+ ## 0.5.3
760
+ - Fix minor bug
761
+
762
+ ## 0.5.2
763
+ - General improvements to the Rails generator
764
+ - Log to STDOUT if writing to log/appsignal.log is not possible (Heroku)
765
+ - Handle the last transactions before the rails process shuts down
766
+ - Require 'erb' to enable dynamic config