Skip to content

Latest commit

 

History

History
153 lines (87 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

153 lines (87 loc) · 7.03 KB

Changelog

TBD

Fixes

  • Ensure that the node package is configured correctly so that you can run npx @bugsnag/cli and yarn bugsnag-cli. 144
  • Replace the axios dependency with fetch to reduce the size of the package. 145

2.6.1 (2024-09-18)

Fixes

  • Ensure that we only pass either --code-bundle-id or --version-code/--version-name/--bundle-version to the upload API. 140

2.6.0 (2024-09-09)

Enhancements

  • Add React Native super command 127

Fixes

  • Allow spaces when processing and uploading dSYM files 135

2.5.0 (2024-07-31)

Enhancements

  • Add support for JavaScript source maps 121

2.4.1 (2024-07-17)

Fixes

  • Ensure that extracted .aab files can be processed by the Android AAB upload function 114
  • Dont show --upload-api-root-url and --build-api-root-url flags in the general help output 115

2.4.0 (2024-07-08)

Enhancements

  • Restrict input for the --provider option for create-build 102

Fixes

  • Ensure that the binary is correctly installed when installing via PNPM and Yarn 109

2.3.0 (2024-06-04)

Enhancements

  • Add the ability to set the log leveL via the --log-level flag 103
  • Allow more flexible path searching when uploading NDK symbol files 98

Fixes

  • Fix the error message when --version-name is missing 103

2.2.0 (2024-04-17)

Enhancements

  • upload android-proguard will now attempt to automatically locate the classes.dex files if no build-uuid or dex-files are found or specified 92
  • Added the --no-build-uuid option to the upload android-* options 92
  • Added Windows_NT to supported-platforms.yml 95

2.1.1 (2023-03-22)

Fixes

  • Ensure that the --retries flag is correctly passed to the Unity Android upload API. 91

2.1.0 (2023-03-18)

Deprecations

  • The --fail-on-upload-error option now has no affect: upload commands will now all return a non-zero exit code if the upload is unsuccessful. All 4xx and 5xx status codes from the upload API are treated as errors apart from duplicate files (409), which the command will not treat as an error case to allow re-run commands to succeed. 95

Enhancements

  • Add support for React Native source maps for iOS online docs
  • Add support for dSYM uploads for iOS online docs
  • Allow create build to extract relevant information from a given Android manifest or AAB file.65

Fixes

  • Ensure that --ios-app-path exists when passed as an option via the upload dart CLI. 67
  • Ensure that uploads are retried when passing the --retries=x argument to the CLI. 70

2.0.0 (2023-10-17)

Breaking Changes

  • Remove deprecated (renamed) CLI options - --version, --app-version, --app-version-code and --app-bundle-version. 52

See Upgrading Guide for full details.

Enhancements

  • Add support for Unity Android symbol files. 56
  • Add --version flag to the command to retrieve the version of the installed CLI. 51
  • Add --dry-run flag to all upload commands to validate but not upload source maps. 54
  • Automatically generate a unique value for the buildUUID parameter from .aab files when not specified in the AndroidManifest or --build-uuid option. 54
  • Add --dex-files flag to upload android-proguard to generate a unique value for the buildUUID from classes.dex files when uploading a mapping.txt 61

1.2.2 (2023-07-11)

Enhancements

  • Do not modify the projects package.json when installing the CLI via NPM. 50

  • Adjust index.android.bundle path checking for React Native Android to ensure that paths are tested correctly. 49

1.2.1 (2023-07-03)

Enhancements

  • Allow non-standard variants when not providing the bundle path as a flag to the CLI. 44

  • Add bundle path support for React Native 0.72. 46

1.2.0 (2023-06-29)

Enhancements

  • Add support for installing the CLI via NPM - 39

  • Move global appVersion, appVersionCode and appBundleVersion flags to sub commands for dart and create-build - 41

  • Get values from Android AAB manifest via resource ID - 41

Fixes

  • Correct buildUUID name in server requests for Android Proguard - 41

1.1.1 (2023-05-25)

Fixes

  • Fix how we check for the AndroidManifest.xml file for Android AAB - 37

1.1.0 (2023-05-10)

Enhancements

Add support for:

Add the create-build command to provide extra information whenever you build, release, or deploy your application. - see our online docs

1.0.0 (2022-11-29)

  • Initial release with support for Dart symbol files – see our online docs.