|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## 8.1.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Bump min craft version to 1.4.2 (795bfd12) by @sl0thentr0py |
| 8 | +- Add github target to craft (ef563cc5) by @sl0thentr0py |
| 9 | +- Bump min craft version (56516be2) by @sl0thentr0py |
| 10 | +- Improve deprecation of Sentry.Config.root_source_code_path/0 (#558) by @whatyouhide |
| 11 | +- Wrap HTTP requests in try/catch (#515) by @ruslandoga |
| 12 | +- Remove extra config files (#556) by @yordis |
| 13 | +- Remove use of deprecated Mix.Config (#555) by @whatyouhide |
| 14 | +- Add release/** branches to ci for craft (dfaffb9f) by @sl0thentr0py |
| 15 | +- Fix typo in moduledoc (#534) by @louisvisser |
| 16 | +- Check :hackney application when starting (#554) by @whatyouhide |
| 17 | +- feat(event): filter more exceptions by default (#550) by @gpouilloux |
| 18 | +- Fix example configuration for Sentry.Sources (#543) by @scudelletti |
| 19 | +- Use module attribute for dictionary key consistently (#537) by @tmecklem |
| 20 | +- Fix send_event/2 typespec (#545) by @ruslandoga |
| 21 | +- Update badges in the README (#548) by @ruslandoga |
| 22 | +- Update ex_docs to 0.29+ (#549) by @ruslandoga |
| 23 | +- Fix Elixir 1.15 warnings (#553) by @dustinfarris |
| 24 | +- Add :remote_address_reader PlugContext option (#519) by @michallepicki |
| 25 | +- Traverse full domain list when checking for excluded domains (#508) by @martosaur |
| 26 | +- Add craft with target hex (#532) by @sl0thentr0py |
| 27 | +- Add Sentry to LICENSE (#530) by @sl0thentr0py |
| 28 | +- Update ci setup-beam action name (#531) by @sl0thentr0py |
| 29 | +- allow logging from tasks (#517) by @ruslandoga |
| 30 | +- Improve DSN parsing and Endpoint building (#507) by @AtjonTV |
| 31 | + |
| 32 | +_Plus 14 more_ |
4 | 33 |
|
5 | 34 | ## 8.0.6 (2021-09-28)
|
6 | 35 |
|
|
0 commit comments