Skip to content

Commit 6abe9ba

Browse files
committed
Publish package v2.15.3
Update version number and CHANGELOG.md.
1 parent bab913f commit 6abe9ba

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.changesets/add-mix-task-to-check-the-extension-install.md

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

.changesets/fix-crashes-when-failing-to-send-check-ins.md

Lines changed: 0 additions & 6 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.15.3
4+
5+
_Published on 2025-03-20._
6+
7+
### Added
8+
9+
- Add a mix task to check the extension install.
10+
11+
Run `mix appsignal.check_install` to see if the NIF and agent were successfully installed. If not, it will return with exit code 1. Use this in your CI or build step to check if AppSignal was installed correctly before deploying or starting your application.
12+
13+
(patch [bab913f7](https://github.com/appsignal/appsignal-elixir/commit/bab913f7dbfb0b93f8f49671e8d432192ece59f8))
14+
15+
### Fixed
16+
17+
- Fix an issue where the check-in scheduler would crash when failing to send a check-in due to a network error. (patch [fc55fb00](https://github.com/appsignal/appsignal-elixir/commit/fc55fb00eb352444d73c9443c53eca4543633f27))
18+
319
## 2.15.2
420

521
_Published on 2025-03-17._

mix.exs

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

1818
@source_url "https://github.com/appsignal/appsignal-elixir"
19-
@version "2.15.2"
19+
@version "2.15.3"
2020

2121
def project do
2222
[

0 commit comments

Comments
 (0)