Skip to content

Releases: getsentry/craft

0.27.1

11 Nov 15:25
Compare
Choose a tag to compare

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

22 Oct 16:02
Compare
Choose a tag to compare

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

15 Oct 18:27
Compare
Choose a tag to compare

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: #317

Various fixes & improvements

  • meta: Bump new development version (721b750)

0.26.1

15 Oct 18:08
Compare
Choose a tag to compare

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

  • fix(release): Fix post release script to commit the new version (#312)
  • meta: Bump new development version (896ea58)

0.26.0

08 Oct 14:29
Compare
Choose a tag to compare

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: #308, #304

Various fixes & improvements

  • fix(registry): Add missing await to manifest update (#311)
  • fix: Only log error on tempdir rm when ther is an error (#309)
  • fix: UPM no longer expects exactly 1 artifact (#307)

0.25.3

01 Oct 10:38
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: github release uploads (#302)

0.25.2

29 Sep 13:33
Compare
Choose a tag to compare

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: #301

Various fixes & improvements

  • docs(changelog): Fix subsections for 0.25.1 (bd1bc97)

0.25.1

28 Sep 13:37
Compare
Choose a tag to compare

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: #299, #298, #297, #296, #295

Various fixes & improvements

  • ci(release): Fetch all commits for prev version determination (eabce5e)
  • upgrade(ansi-regex): Upgrade ansi-regex to 5.0.1 (#300)

0.25.0

23 Sep 20:09
Compare
Choose a tag to compare

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! πŸ₯³

PRs: #281, #282

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)

0.24.4

16 Jun 21:29
Compare
Choose a tag to compare
  • fix(registry): Fix error w/ simple registry config (#262)