@sentry/craft 0.33.1 → 0.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.33.2
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: re-open asset when retrying asset upload (#398) by @asottile-sentry
8
+ - ref: Rework how GH artifacts upload retrying works (#397) by @kamilogorek
9
+ - ref: Disable Octokit debug logging as its not useful (#397) by @kamilogorek
10
+ - ref: Upload GitHub artifacts in parallel (#397) by @kamilogorek
11
+
3
12
  ## 0.33.1
4
13
 
5
14
  ### Various fixes & improvements