Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.3 - 2025-12-02
Added
- Improved formatting of long metadata (#70, #72)
0.6.2 - 2025-09-26
Added
- New
mix tower_slack.installtask.
0.6.1 - 2025-05-03
Dependencies
- Don't force dependency on
jasonpackage if Elixir's nativeJSONmodule is available
0.6.0 - 2025-02-19
Added
- Includes
Tower.Event.metadatavalue in the message report.
Changed
- Slack message format updates to better resemble logger errors and messages format.
- Updates
towerdependency from{:tower, "~> 0.7.1"}to{:tower, "~> 0.7.1 or ~> 0.8.0"}.
0.5.3 - 2024-11-19
Fixed
- Properly format reported throw value
Changed
- Updates
towerdependency from{:tower, "~> 0.6.0"}to{:tower, "~> 0.7.1"}.
0.5.2 - 2024-10-24
Fixed
- Properly report common
:gen_serverabnormal exits
0.5.1 - 2024-10-17
Added
- [EXPERIMENTAL] Prevent high volume events to spam Slack
0.5.0 - 2024-10-07
Added
- Can include less verbose
TowerSlackas reporter instead ofTowerSlack.Reporter.
Changed
No longer necessary to call
Tower.attach()in your applicationstart. It is done automatically.Updates
towerdependency from{:tower, "~> 0.5.0"}to{:tower, "~> 0.6.0"}.
0.4.0 - 2024-08-22
Changed
- Updated namespace to avoid clashing with
Tower:- Changed reporter name from
Tower.Slack.ReportertoTowerSlack.Reporter.
- Changed reporter name from
0.3.0 - 2024-08-20
Added
- Bandit support via
towerupdate - Oban support via
towerupdate
Changed
- Updates dependency to
{:tower, "~> 0.5.0"}.
0.2.0 - 2024-08-16
Changed
- Updates dependency to
{:tower, "~> 0.4.0"}.