All Versions
208
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v2.8.2 Changes
- ✂ Remove Bundler requirement from diagnose command. PR #451
- 🛠 Fix Delayed::Job action name reporting for structs. PR #463
-
v2.8.1 Changes
- 🛠 Fix installation on Ruby 2.6 for libc and musl library builds. PR #453
-
v2.8.0 Changes
- ✅ Group extension and agent tests in diagnose output. PR #437
- ➕ Add diagnose --[no-]send-report option. PR #438
- 🗄 Print deprecation warnings to STDOUT as well. PR #439
- 🚦 Diagnose command starts the AppSignal logger. PR #440
- 🚦 Send appsignal.log file contents with diagnose report. PR #442
- Track source of config option for diagnose report. PR #444
- 🔗 Link back to AppSignal diagnose report page. Claim you reports. PR #445
- 🖨 Print only last 10 lines of files in diagnose report output. PR #442 & #447
- 👌 Support container memory host metrics better. PR #448
- 🏗 Build dynamic musl extension library. Supports JRuby for musl builds. PR #448
- Change
files_world_accessiblepermissions to not make files executable. PR #448 - 🌲 Make agent debug logging for disk IO metrics more robust. PR #448
-
v2.7.3 Changes
- ➕ Add user and group context to diagnose report. PR #436
- ➕ Add user and group context to agent logs. PR #436
- 🛠 Fixes for running with multiple users
-
v2.7.2 Changes
- 🔄 Change the order of instructions in the install script for Rails. PR #433
- 🛠 Fix linking issues on multi-stage build setups. PR #434
-
v2.7.1 Changes
- 👌 Improve error log on unsupported architecture and build combination on install. PR #426
- 👌 Improve performance when garbage collection profiling is disabled. PR #429
-
v2.7.0 Changes
- Detect Kubernetes containers as containers for
running_in_containerconfig option. Commit 60822aac24ccc394df073091c64f05096455942d. - 🛠 Fix in memory logger initialization. PR #416
- Organize classes in their own files. PR #417
- 🚚 Move tag value limit handling to extension. PR #418
- Add working_directory_path config option. PR #421
- 👉 Use doubles values in custom metrics functions. PR #422
- ⬆️ Bump agent to e41c3c0. Commit 8056af037f82eda156c5946911012e5c742b5664
- Detect Kubernetes containers as containers for
-
v2.6.1 Changes
- ✂ Remove request_headers warning and use sane default. PR #410
- 🛠 Fix metrics format for internal agent metrics. PR #411
-
v2.6.0 Changes
- 0️⃣ Enable frozen strings by default. PR #384
- ➕ Add
revisionconfig option. PR #388 - Avoid generating unique action names for Padrino. PR #393
- ➕ Add
request_headersfilter configuration. PR #395 - 👌 Support tags for custom metrics. PR #398
- Add filter_session_data config option. PR #402 & #409
- 🚚 Move default hostname behavior to extension. PR #404
- ➕ Add
request_headersconfig to installation step. PR #406 - 📇 Rename ParamsSanitizer to HashSanitizer. PR #408
- 🛠 Fix empty action name issue. Commit b292c2c93c8935ab54fc4d16598fa534c9cc9c90
-
v2.5.3 Changes
- 🛠 Fix Sidekiq action names containing arguments. PR #401