Skip to content

Commit

Permalink
Publish package v3.12.5
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Aug 1, 2024
1 parent 3472d64 commit 1f8b95c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 25 deletions.

This file was deleted.

This file was deleted.

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

## 3.12.5

_Published on 2024-08-01._

### Changed

- Improve sanitization of INSERT INTO ... VALUES with multiple groups by removing additional repeated groups.

This makes the query easier to read, and mitigates an issue where processing many events with slightly distinct queries would cause some event details to de discarded.

(patch [45a20433](https://github.com/appsignal/appsignal-ruby/commit/45a20433fc7ead962d998f4218d0904cfb501a7c))

### Fixed

- Fix issue sanitizing SQL queries containing TRUE and FALSE values in an INSERT INTO ... VALUES clause. (patch [45a20433](https://github.com/appsignal/appsignal-ruby/commit/45a20433fc7ead962d998f4218d0904cfb501a7c))

## 3.12.4

_Published on 2024-08-01._
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.12.4"
VERSION = "3.12.5"
end

0 comments on commit 1f8b95c

Please sign in to comment.