Skip to content

Commit

Permalink
Publish package v3.6.3
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Mar 20, 2024
1 parent 8029759 commit 6e0889a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.

This file was deleted.

9 changes: 0 additions & 9 deletions .changesets/implement-cpu-count-configuration-option.md

This file was deleted.

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

## 3.6.3

_Published on 2024-03-20._

### Added

- [e50433fb](https://github.com/appsignal/appsignal-ruby/commit/e50433fbcb109ef741a889b0b7e78f16b884bd81) patch - Implement CPU count configuration option. Use it to override the auto-detected, cgroups-provided number of CPUs that is used to calculate CPU usage percentages.

To set it, use the the `cpu_count`
configuration option or the `APPSIGNAL_CPU_COUNT` environment variable.

### Fixed

- [c6dd9779](https://github.com/appsignal/appsignal-ruby/commit/c6dd9779bb50dd9385da8962ccf1057ca1a44c7a) patch - Add request parameters, path and method tags to errors reported in controllers via the Rails error reporter.

## 3.6.2

_Published on 2024-03-08._
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.6.2"
VERSION = "3.6.3"
end

0 comments on commit 6e0889a

Please sign in to comment.