Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
- v3.3.8

[ci skip]
  • Loading branch information
unflxw committed Mar 30, 2023
1 parent c04f778 commit 3de84b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changesets/add-global-vm-lock-metrics.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/support-warning-log_level.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# AppSignal for Ruby gem Changelog

## 3.3.8

### Added

- [2fc6ba85](https://github.com/appsignal/appsignal-ruby/commit/2fc6ba85be1e0cabc2bb8fb26469ad47d1c60243) patch - Support "warning" value for `log_level` config option. This option was documented, but wasn't accepted and fell back on the "info" log level if used. Now it works to configure it to the "warn"/"warning" log level.
- [c04f7783](https://github.com/appsignal/appsignal-ruby/commit/c04f778332048aeaad9f75c131247caa29e504fa) patch - Add global VM lock metrics. If the `gvltools` library is installed, AppSignal for Ruby will report metrics on the global VM lock and the number of waiting threads in your application.

## 3.3.7

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/appsignal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Appsignal
VERSION = "3.3.7".freeze
VERSION = "3.3.8".freeze
end

0 comments on commit 3de84b9

Please sign in to comment.