Releases: getsentry/sentry-powershell
Releases · getsentry/sentry-powershell
0.3.0
Breaking changes
- Drop support for PowerShell 7.2 and 7.3 (#71)
Fixes
- Attachments support regression introduced in v0.2.0 (#80)
- Diagnostic logs: exceptions didn't have full context (#81)
Features
- Add support for PowerShell 7.5 (#76)
Dependencies
- Bump Dotnet SDK from v4.13.0 to v5.4.0 (#71, #78, #79)
0.2.1
Fixes
- Capture doesn't work if
-Debug
wasn't set (#74)
- Don't log debug messages if
-Debug
wasn't set (#75)
Dependencies
- Bump Dotnet SDK from v4.12.1 to v4.13.0 (#69)
0.2.0
Features
- Send events to Sentry fully synchronously (#59, #62)
- Add StackTrace context to frames coming from inline script/command (#65)
Fixes
- StackTrace parsing on Windows PowerShell 5.1 (#50)
- Fix out of bounds context for short scripts (#58)
- Windows PowerShell needs both unsafe 4.5.3 and 6.0.0 dll (#61)
Dependencies
0.1.0
Features
- Send events synchronously so they're not lost when the script exits (#39)
Fixes
- Transaction sampling (#38)
Dependencies
- Bump Dotnet SDK from v4.1.2 to v4.4.0 (#44, #45)
0.0.2
Various fixes & improvements