diff --git a/.changesets/add--reported_by--tag-to-errors-reported-by-the-legacy-error-backend.md b/.changesets/add--reported_by--tag-to-errors-reported-by-the-legacy-error-backend.md deleted file mode 100644 index 411f830ef..000000000 --- a/.changesets/add--reported_by--tag-to-errors-reported-by-the-legacy-error-backend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: patch -type: add ---- - -Add `reported_by` tag to errors reported by the legacy error backend. This makes it easier to understand whether an error is being reported by the error backend. diff --git a/.changesets/change-primary-download-mirror.md b/.changesets/change-primary-download-mirror.md deleted file mode 100644 index 3fd51ff4a..000000000 --- a/.changesets/change-primary-download-mirror.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -bump: patch -type: change -integrations: -- elixir -- nodejs -- python -- ruby ---- - -Change the primary download mirror for integrations. diff --git a/.changesets/fix-check-ins-not-being-sent-after-some-time.md b/.changesets/fix-check-ins-not-being-sent-after-some-time.md deleted file mode 100644 index c35e762fa..000000000 --- a/.changesets/fix-check-ins-not-being-sent-after-some-time.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -bump: patch -type: fix ---- - -Fix an issue where, after a certain amount of time, check-ins would no longer be sent. - -This issue also caused the default Hackney connection pool to be saturated, affecting other code that uses the default Hackney connection pool. diff --git a/.changesets/fix-warning-for-tesla.md b/.changesets/fix-warning-for-tesla.md deleted file mode 100644 index 6513730d5..000000000 --- a/.changesets/fix-warning-for-tesla.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -bump: patch -type: fix ---- - -Fix parentheses warning for Tesla on Elixir 1.17.x. diff --git a/.changesets/set-app-revision-config-option-for-scalingo-deploys.md b/.changesets/set-app-revision-config-option-for-scalingo-deploys.md deleted file mode 100644 index 219f9617b..000000000 --- a/.changesets/set-app-revision-config-option-for-scalingo-deploys.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -bump: patch -type: add -integrations: -- ruby -- elixir -- nodejs -- python ---- - -Set the app revision config option for Scalingo deploys automatically. If the `CONTAINER_VERSION` system environment variable is present, it will use used to set the `revision` config option automatically. Overwrite it's value by configuring the `revision` config option for your application. diff --git a/CHANGELOG.md b/CHANGELOG.md index d40ea2a03..c947e92a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # AppSignal for Elixir changelog +## 2.13.1 + +_Published on 2024-11-06._ + +### Added + +- Add `reported_by` tag to errors reported by the legacy error backend. This makes it easier to understand whether an error is being reported by the error backend. (patch [440e53dd](https://github.com/appsignal/appsignal-elixir/commit/440e53ddc57ad2b6e974f7cda3701b9ca44cf0d1)) +- Set the app revision config option for Scalingo deploys automatically. If the `CONTAINER_VERSION` system environment variable is present, it will use used to set the `revision` config option automatically. Overwrite it's value by configuring the `revision` config option for your application. (patch [dc86ad85](https://github.com/appsignal/appsignal-elixir/commit/dc86ad85c96ddab01a44300d9ed2131a68f4cc77)) + +### Changed + +- Change the primary download mirror for integrations. (patch [f3d201c1](https://github.com/appsignal/appsignal-elixir/commit/f3d201c1b8e30fda35898780299509026d29a0af)) + +### Fixed + +- Fix parentheses warning for Tesla on Elixir 1.17.x. (patch [6a62ea1a](https://github.com/appsignal/appsignal-elixir/commit/6a62ea1a86e9b203f13df78e1d1315b8d61f463e)) +- Fix an issue where, after a certain amount of time, check-ins would no longer be sent. + + This issue also caused the default Hackney connection pool to be saturated, affecting other code that uses the default Hackney connection pool. + + (patch [7233adfa](https://github.com/appsignal/appsignal-elixir/commit/7233adfa3b7a5fc16e523f00bbd85a42e8cbc148)) + ## 2.13.0 _Published on 2024-09-26._ diff --git a/mix.exs b/mix.exs index 106113f73..e720dd500 100644 --- a/mix.exs +++ b/mix.exs @@ -16,7 +16,7 @@ defmodule Appsignal.Mixfile do use Mix.Project @source_url "https://github.com/appsignal/appsignal-elixir" - @version "2.13.0" + @version "2.13.1" def project do [