From e40f3590192e5fac6782e1d4fba704690754fd5d Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Tue, 11 Jun 2024 16:44:14 +0200 Subject: [PATCH] Publish package v3.7.6 Update version number and CHANGELOG.md. --- .changesets/internal-agent-changes-for-ruby-gem.md | 7 ------- .changesets/log-slow-probes-error.md | 6 ------ CHANGELOG.md | 9 +++++++++ lib/appsignal/version.rb | 2 +- 4 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 .changesets/internal-agent-changes-for-ruby-gem.md delete mode 100644 .changesets/log-slow-probes-error.md diff --git a/.changesets/internal-agent-changes-for-ruby-gem.md b/.changesets/internal-agent-changes-for-ruby-gem.md deleted file mode 100644 index 9dcc8b064..000000000 --- a/.changesets/internal-agent-changes-for-ruby-gem.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -bump: patch -type: change -integrations: ruby ---- - -Internal agent changes for the Ruby gem. diff --git a/.changesets/log-slow-probes-error.md b/.changesets/log-slow-probes-error.md deleted file mode 100644 index 11972a13d..000000000 --- a/.changesets/log-slow-probes-error.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: patch -type: change ---- - -When the minutely probes thread takes more than 60 seconds to run all the registered probes, log an error. This helps find issues with the metrics reported by the probes not being accurately reported for every minute. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b399b730..49f389aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # AppSignal for Ruby gem Changelog +## 3.7.6 + +_Published on 2024-06-11._ + +### Changed + +- [704a7d29](https://github.com/appsignal/appsignal-ruby/commit/704a7d29ae428f93549000a2c606bff948040c96) patch - When the minutely probes thread takes more than 60 seconds to run all the registered probes, log an error. This helps find issues with the metrics reported by the probes not being accurately reported for every minute. +- [5f4cc8be](https://github.com/appsignal/appsignal-ruby/commit/5f4cc8beb0ad88a0a58265d990626a7ee39fddd3) patch - Internal agent changes for the Ruby gem. + ## 3.7.5 _Published on 2024-05-14._ diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index 2deb116ef..d2b3ffdbf 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Appsignal - VERSION = "3.7.5" + VERSION = "3.7.6" end