- Faster discovery of debug symbols in `upload-dsyms` - Fix a bug in sourcemap uploading via JS, courtesy of roelvanhintum - Security update to OpenSSL 1.0.2n for Linux builds - Fix a SSL verification command line flag
1.26.0
- The npm package has moved to [`sentry/cli`](https://www.npmjs.com/package/sentry/cli) - Installing with npm on Windows now downloads the 64-bit version - Exit with a proper error code when `send-event` fails, courtesy of kirkins - More informative errors on failed API requests - No more annoying update reminders in the Docker images
1.25.0
- Do not run update nagger if the command is not connected to a terminal - Source map uploading now correctly determines sourcemap references even if the rewrite flag is not passed. - There is an offical Docker image with `sentry-cli` preinstalled: `docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help` - Added support for automatically determining corvoda releases.
1.24.1
- Fix an issue with bash hooking not working if sentry-cli was installed on a path containing whitespace
1.24.0
- Improved sending events from bash. See [Sending Events](https://docs.sentry.io/learn/cli/send-event) for more information - Hook into bash and send events for failed commands automatically. See [Bash Hooks](https://docs.sentry.io/learn/cli/send-event/#bash-hook) for more information - Set `SENTRY_LOAD_DOTENV=0` to disable automatic loading of `.env` files - Fix an issue where `info.plist` files were not resolved in XCode projects - Fix an issue where the `PROJECT_DIR` environment was not used correctly
1.23.0
- Fix a bug that prevented uploads of ProGuard mapping files on Windows - Improve command and parameter descriptions (`--help`) - Updated dependencies