Skip to content

Commit 77a04d3

Browse files
committed
Publish package v2.17.1
Update version number and CHANGELOG.md.
1 parent ac482e5 commit 77a04d3

5 files changed

Lines changed: 14 additions & 20 deletions

File tree

.changesets/decimal-version-bump.md

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

.changesets/handle-frozen-mounts.md

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

.changesets/move-ssl-config-to-finch-pool-config.md

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

CHANGELOG.md

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

3+
## 2.17.1
4+
5+
_Published on 2026-05-14._
6+
7+
### Fixed
8+
9+
- Continue reporting non-disk host metrics when a mount is frozen. (patch [433b4ac9](https://github.com/appsignal/appsignal-elixir/commit/433b4ac912953b61ea977c70ba4bdbd6df3bc87a))
10+
- Fix compatibility with Finch 0.22+. This change moves SSL and proxy options to pool-level `conn_opts` in `Finch.start_link`. (patch [c0d6c23d](https://github.com/appsignal/appsignal-elixir/commit/c0d6c23d9460f084e037df402f860970aa501700))
11+
12+
### Security
13+
14+
- [CVE-2026-32686](https://cna.erlef.org/cves/CVE-2026-32686.html) describes an unauthenticated remote Denial of Service vulnerability in `decmimal` before `3.0.0`. Loosen `decimal` requirement to allow `~> 3.0` and fix compatibility with `ecto`. (patch [c0d6c23d](https://github.com/appsignal/appsignal-elixir/commit/c0d6c23d9460f084e037df402f860970aa501700))
15+
316
## 2.17.0
417

518
_Published on 2026-03-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.0"
33+
@version "2.17.1"
3434

3535
def project do
3636
[

0 commit comments

Comments
 (0)