Skip to content

Commit a761d6b

Browse files
committed
Publish package v2.17.5
Update version number and CHANGELOG.md.
1 parent 9c8049c commit a761d6b

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.changesets/fix-sql-query-sanitization.md

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

.changesets/handle-high-traffic-apps.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# AppSignal for Elixir changelog
22

3+
## 2.17.5
4+
5+
_Published on 2026-09-10._
6+
7+
### Changed
8+
9+
- Update the agent to handle high traffic apps. On high-traffic apps that would exceed the maximum accepted internal payload size, send data to the Push API more frequently. (patch [dac002ad](https://github.com/appsignal/appsignal-elixir/commit/dac002add54dfa51a83b4ee95cdd5fadea2feea8))
10+
11+
### Fixed
12+
13+
- Fix the sanitization of function arguments in SQL statements.
14+
15+
Before this release, SQL sanitization of function arguments stripped out parts of the SQL statement after the function argument list.
16+
17+
(patch [c2b487b6](https://github.com/appsignal/appsignal-elixir/commit/c2b487b667a3d58b729fee0aba8589505eeb2ada))
18+
319
## 2.17.4
420

521
_Published on 2026-07-09._

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Appsignal.Mixfile do
3030
use Mix.Project
3131

3232
@source_url "https://github.com/appsignal/appsignal-elixir"
33-
@version "2.17.4"
33+
@version "2.17.5"
3434

3535
def project do
3636
[

0 commit comments

Comments
 (0)