Releases: getsentry/craft
0.27.1
Various fixes & improvements
- Relax checksum requirement (#323) by @chadwhitacre
- docs: Remove Github Artifact Provider entry in the README (#321) by @kamilogorek
- ci(release): Omit meta version bumps from changelog (#320) by @BYK
- meta: Bump new development version (d002853)
0.27.0
Increase Release Safety and Reliability (ongoing)
We recently had an incident where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
PRs: #318
Contributors in Automated Changelogs (ongoing)
GitHub automatically generates a "Contributors" section when you mention the contributors on release notes so why not Craft?
PRs: #319
Various fixes & improvements
- meta: Bump new development version (6f2538e)
0.26.2
0.26.1
Automated Changelog Fixups
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.
PRs: #316
Increase Release Safety and Reliability (ongoing)
We recently had an incident where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
PRs: #315
Various fixes & improvements
0.26.0
Increase Release Safety and Reliability (ongoing)
We recently had an incident where we were uploading broken assets to GitHub releases page. We now verify the uploads to GitHub releases and GCS via hash comparison.
Various fixes & improvements
0.25.3
0.25.2
0.25.1
0.25.0
Automated Changelog Generation
We now automatically generate changelog entries for the auto
changelog policy where none provided, instead of saying "No documented changes". The commits/PRs are grouped by their associated GitHub milestones and the milestone title and description are used in the changelog along with a list of related commits/PRs. Any unaccounted changes are grouped under the "Various improvements and fixes" section.
PRs: #291, #290, #289, #287, #285
Added Maven Target (ongoing)
Added the long-awaited Maven target, full with Android support.
PRs: #271, #275, #276, #270, #258
Added symbol-collector Target
Added target for our very own symbol-collector to collect and upload all native system symbols with Craft.
PRs: #284, #277, #269, #268, #267, #266
Fixed Cocoapods Support
Turns out our Cocoapods target was a bit outdated and broken. We have fixed it in this release! π₯³
Various fixes & improvements
- build: Drop Node 12 support, target Node 14 (#293)
- build(deps): Bump tmpl from 1.0.4 to 1.0.5 (#292)
- ref: Fix TypeScript type warning regarding catch (#288)
- build(deps): Bump set-value from 3.0.2 to 4.1.0 (#286)
- ci: Drop Node 10 support, use Node 14 by default (#283)
- build(deps-dev): Bump tar from 4.4.15 to 4.4.18 (#280)
- build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#274)
- build(deps-dev): Bump tar from 4.4.8 to 4.4.15 (#273)
- docs: Consistent code samples for shell (e84f693)
- docs: Mention release/** branches on README (#263)