appsignal 2.9.2.alpha.1 → 2.9.18.beta.2

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