- Add ability to associate a commit with a release [#62]
- Make it obvious where to get the keys for hosted accounts [#59]
- Update mock-fs to use more recent versions of Node.js [#55]
- Upload on didPrepare hook to fix gzip issues [#52]
- Remove jQuery usages [#45]
- Remove sentryApiKey from required config params [#43]
- Add strictSSL option for request [#43]
- Remove to prevent IE10 from breaking [#40]
- Fix deprecation warning for ember-cli/lib/ext/promise [#35]
- Add config documentation [#33]
- Remove documentation for
didDeployMessage
config option as its gone
Thanks to @kmiyashiro, @Turbo87 and especially @duizendnegen for making this release happen!
- Add bearer token authentication [#21]
- Support ember-cli-deploy-plugin 0.2.9 [#27]
- Gracefully handle reuploading sourcemaps for releases with assigned issues
- Several logging improvements
- Fix releaseMetaName not being respected by raven service
- Several Documentation fixes
- Fix possibly broken tarball
- Rate limit uploaded sourcemaps
- Update mock-fs dependency to support newer versions of node
- Use prepare hook instead of didBuild hook to catch revision data
- Fix windows issues by using form-data library directly
- Fix logging
- Add service for usage with ember-cli-sentry
- Initial release.