Skip to content

Commit

Permalink
Publish package v2.8.0
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Dec 1, 2023
1 parent ed55ba9 commit fd9527e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changesets/always-use-jason-to-encode-json.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changesets/probes-update.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changesets/skip-more-disk-mountpoints.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# AppSignal for Elixir changelog

## 2.8.0

### Changed

- [8e8911f0](https://github.com/appsignal/appsignal-elixir/commit/8e8911f0091d5a74633235a5e4371fe0369e405f) minor - Always use Jason to encode JSON. This removes the need to install either Jason or Poison alongside AppSignal, simplifying our installation instructions.
- [9dbf8d82](https://github.com/appsignal/appsignal-elixir/commit/9dbf8d829e5aa4cbb1c73a8c5594cb0b9ab9d31a) patch - Filter more disk mountpoints for disk usage and disk IO stats. This helps reduce noise in the host metrics by focussing on more important mountpoints.

The following mountpoint are ignored. Any mountpoint containing:

- `/etc/hostname`
- `/etc/hosts`
- `/etc/resolv.conf`
- `/snap/`
- `/proc/`

### Fixed

- [9dbf8d82](https://github.com/appsignal/appsignal-elixir/commit/9dbf8d829e5aa4cbb1c73a8c5594cb0b9ab9d31a) patch - - Support disk usage reporting (using `df`) on Alpine Linux. This host metric would report an error on Alpine Linux.
- When a disk mountpoint has no inodes usage percentage, skip the mountpoint, and report the inodes information successfully for the inodes that do have an inodes usage percentage.

## 2.7.13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -14,7 +14,7 @@ defmodule Appsignal.Mixfile do
use Mix.Project

@source_url "https://github.com/appsignal/appsignal-elixir"
@version "2.7.13"
@version "2.8.0"

def project do
[
Expand Down

0 comments on commit fd9527e

Please sign in to comment.