Changelog
View Sourcev1.0.0-alpha.0
v0.25.0-alpha.0
- Breaking: Requires Elixir 1.18.
- Breaking: Replace
jasonwith Elixir's built-inJSONmodule. - Replace
httpoisonwithreqas the HTTP client. - Replace
websocket_clientwithmint_web_socket. - Rewrite update slack api mix task to generate docs by scraping
docs.slack.devdirectly. - Add
excoverallsfor test coverage reporting. - Add
junit_formatterfor Codecov flake/failure-rate tracking. - Internal cleanups: codebase modernization to Elixir 1.19.
- Add weekly cron workflow to regenerate Slack Web API docs.
- Regenerate Slack Web API docs on 2026-05-25.
- Update documentation.
v0.24.0
- Update dependencies to latest versions.