@sentry/craft 0.26.2 → 0.27.3
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 +47 -0
- package/README.md +0 -1
- package/dist/craft +205 -198
- package/dist/craft.map +7 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.27.3
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- fix: Remove GitHub asset checksum (#333) by @rhcarvalho
|
|
8
|
+
- misc: Update error message to clarify what size refers to what (#332) by @rhcarvalho
|
|
9
|
+
- build: Use source map to produce debuggable stack traces (#326) by @rhcarvalho
|
|
10
|
+
|
|
11
|
+
## 0.27.2
|
|
12
|
+
|
|
13
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
14
|
+
|
|
15
|
+
Work on increasing the release safety and reliability.
|
|
16
|
+
|
|
17
|
+
By: @iker-barriocanal (#328)
|
|
18
|
+
|
|
19
|
+
### Various fixes & improvements
|
|
20
|
+
|
|
21
|
+
- docs: Fix typos and cleanup some documentation (#325) by @rhcarvalho
|
|
22
|
+
|
|
23
|
+
## 0.27.1
|
|
24
|
+
|
|
25
|
+
### Various fixes & improvements
|
|
26
|
+
|
|
27
|
+
- Relax checksum requirement (#323) by @chadwhitacre
|
|
28
|
+
- docs: Remove Github Artifact Provider entry in the README (#321) by @kamilogorek
|
|
29
|
+
- ci(release): Omit meta version bumps from changelog (#320) by @BYK
|
|
30
|
+
- meta: Bump new development version (d0028539)
|
|
31
|
+
|
|
32
|
+
## 0.27.0
|
|
33
|
+
|
|
34
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
35
|
+
|
|
36
|
+
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.
|
|
37
|
+
|
|
38
|
+
PRs: #318
|
|
39
|
+
|
|
40
|
+
### Contributors in Automated Changelogs (ongoing)
|
|
41
|
+
|
|
42
|
+
GitHub automatically generates a "Contributors" section when you mention the contributors on release notes so why not Craft?
|
|
43
|
+
|
|
44
|
+
PRs: #319
|
|
45
|
+
|
|
46
|
+
### Various fixes & improvements
|
|
47
|
+
|
|
48
|
+
- meta: Bump new development version (6f2538ea)
|
|
49
|
+
|
|
3
50
|
## 0.26.2
|
|
4
51
|
|
|
5
52
|
### Increase Release Safety and Reliability (ongoing)
|
package/README.md
CHANGED
|
@@ -34,7 +34,6 @@ then enforces a specific workflow for managing release branches, changelogs, art
|
|
|
34
34
|
- [Required Files](#required-files)
|
|
35
35
|
- [Status Provider](#status-provider)
|
|
36
36
|
- [Artifact Provider](#artifact-provider)
|
|
37
|
-
- [Using Github Actions with Github Artifact Provider](#using-github-actions-with-github-artifact-provider)
|
|
38
37
|
- [Target Configurations](#target-configurations)
|
|
39
38
|
- [Per-target options](#per-target-options)
|
|
40
39
|
- [GitHub (`github`)](#github-github)
|