- Detect Heroku's
SOURCE_VERSIONenvironment variable (#613) - Allow extensions with dots for sourcemap uploads (#605)
- Fix validation of
releases set-commitsoptions in JS (#618) - Add an optional column for project slugs in
releases list(#612) - Add an optional
--waitflag for upload-dif (#619)
NOTE: This release changes the default behavior of upload-dif. Previously,
the command waited until Sentry had fully processed uploaded files. Now, the
command terminates after a successful upload but does not wait for server-side
processing. This will speed up uploads for the common case. Specify --wait for
the old behavior if you want to make sure that debug files are available before
sending native events.