@sentry/craft 0.25.2 → 0.26.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 +51 -0
- package/dist/craft +240 -242
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.26.2
|
|
4
|
+
|
|
5
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
6
|
+
|
|
7
|
+
We recently had an [incident](https://github.com/getsentry/craft/pull/302) where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
|
|
8
|
+
|
|
9
|
+
PRs: #317
|
|
10
|
+
|
|
11
|
+
### Various fixes & improvements
|
|
12
|
+
|
|
13
|
+
- meta: Bump new development version (721b750f)
|
|
14
|
+
|
|
15
|
+
## 0.26.1
|
|
16
|
+
|
|
17
|
+
### Automated Changelog Fixups
|
|
18
|
+
|
|
19
|
+
We have fixed some edge cases and a major issue affecting GitHub release logs in our automated changelog generation. These are mostly about how we generated Markdown.
|
|
20
|
+
|
|
21
|
+
PRs: #316
|
|
22
|
+
|
|
23
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
24
|
+
|
|
25
|
+
We recently had an [incident](https://github.com/getsentry/craft/pull/302) where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
|
|
26
|
+
|
|
27
|
+
PRs: #315
|
|
28
|
+
|
|
29
|
+
### Various fixes & improvements
|
|
30
|
+
|
|
31
|
+
- fix(release): Fix post release script to commit the new version (#312)
|
|
32
|
+
- meta: Bump new development version (896ea585)
|
|
33
|
+
|
|
34
|
+
## 0.26.0
|
|
35
|
+
|
|
36
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
37
|
+
|
|
38
|
+
We recently had an [incident](https://github.com/getsentry/craft/pull/302) where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
|
|
39
|
+
|
|
40
|
+
PRs: #308, #304
|
|
41
|
+
|
|
42
|
+
### Various fixes & improvements
|
|
43
|
+
|
|
44
|
+
- fix(registry): Add missing await to manifest update (#311)
|
|
45
|
+
- fix: Only log error on tempdir rm when ther is an error (#309)
|
|
46
|
+
- fix: UPM no longer expects exactly 1 artifact (#307)
|
|
47
|
+
|
|
48
|
+
## 0.25.3
|
|
49
|
+
|
|
50
|
+
### Various fixes & improvements
|
|
51
|
+
|
|
52
|
+
- fix: github release uploads (#302)
|
|
53
|
+
|
|
3
54
|
## 0.25.2
|
|
4
55
|
|
|
5
56
|
### Automated Changelog Fixups
|