Skip to content

Commit 84b6285

Browse files
committed
Publish package v4.5.14
Update version number and CHANGELOG.md.
1 parent 0d114b4 commit 84b6285

4 files changed

Lines changed: 10 additions & 13 deletions

File tree

.changesets/fix-config-error-log-when-config-is-not-active-.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changesets/fix-fiber-transaction-reuse.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# AppSignal for Ruby gem Changelog
22

3+
## 4.5.14
4+
5+
_Published on 2025-05-27._
6+
7+
### Fixed
8+
9+
- Resolve problems with transactions not being properly closed when using libraries that change Fibers during the transactions. Previously, completed transactions would be attempted to be reused when creating a transaction, when the Fiber would be switched during a transaction. (patch [32733b25](https://github.com/appsignal/appsignal-ruby/commit/32733b25ced393cc7ed4bd6f15f3b6b293b133c5))
10+
- Fix a config error log message when the config is not active and should not validate the config. (patch [0d114b43](https://github.com/appsignal/appsignal-ruby/commit/0d114b435f63fe11bebce26efe282f90e2eb57aa))
11+
312
## 4.5.13
413

514
_Published on 2025-05-12._

lib/appsignal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Appsignal
4-
VERSION = "4.5.13"
4+
VERSION = "4.5.14"
55
end

0 commit comments

Comments
 (0)