@sentry/cli 1.74.3 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,1106 +0,0 @@
1
- # Changelog
2
-
3
- "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
4
-
5
- ## 1.74.3
6
-
7
- ### Various fixes & improvements
8
-
9
- - deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
10
- - ref: Filter non-error goblin logs (#1169) by @kamilogorek
11
- - ref: Use provided version in release log messages (#1162) by @kamilogorek
12
-
13
- ## 1.74.2
14
-
15
- ### Various fixes & improvements
16
-
17
- - revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
18
-
19
- ## 1.74.1
20
-
21
- ### Various fixes & improvements
22
-
23
- - ref: Make org and project flags position independent (#1153) by @kamilogorek
24
-
25
- ## 1.74.0
26
-
27
- ### Various fixes & improvements
28
-
29
- - ref: Dont run install script using node binary (#1151) by @kamilogorek
30
- - feat: Add show-projects and show-commits flags to 'releases info' command (#1144) by @kamilogorek
31
- - ref: Rework find_id function of difutil find (#1149) by @kamilogorek
32
- - ref: Rework find_matching_rev tests to not use our real repo history (#1147) by @kamilogorek
33
- - deps: Update git2 crate to 0.14.1 to support custom git extensions (#1140) by @kamilogorek
34
- - ci: Change stale GitHub workflow to run once a day (#1141) by @kamilogorek
35
-
36
- ## 1.73.2
37
-
38
- ### Various fixes & improvements
39
-
40
- - install: Rename SENTRY_NO_PROGRESS_BAR flag to SENTRYCLI_NO_PROGRESS_BAR (#1132) by @kamilogorek
41
-
42
- ## 1.73.1
43
-
44
- ### Various fixes & improvements
45
-
46
- - feat: Allow for using local binary through SENTRYCLI_USE_LOCAL env (#1129) by @kamilogorek
47
- - ref: Dont panic on malformed xcodeproj directories (#1127) by @kamilogorek
48
-
49
- ## 1.73.0
50
-
51
- * feat: Add checksum validation for installed binaries (set `SENTRYCLI_SKIP_CHECKSUM_VALIDATION` to opt-out) (#1123)
52
- * fix: Detect unwind and debug information in files linked with `gold` (#1124)
53
- * ref: Silence progress bar in CI environments by default (#1122)
54
-
55
- ## 1.72.2
56
-
57
- * feat: Use default xcode values for plist struct (#1111)
58
- * fix: Fixes a panic when inspecting debug files larger than 4GB (#1117)
59
- * ref: Update log message when bundle ID is missing (#1113)
60
-
61
- ## 1.72.1
62
-
63
- * fix: Dont include `debug_id` during assemble when not PDBs are not supported (#1110)
64
- * ref: Remove all release files instantaneously with `--all` flag (#1108)
65
-
66
- ## 1.72.0
67
-
68
- * feat: Add `CUSTOM_HEADER` support to JS wrapper (#1077)
69
- * feat: Add `SENTRYCLI_SKIP_DOWNLOAD` flag for preventing download (#1074)
70
- * feat: Allow for configuring max item size for dif bundles (#1099)
71
- * fix: Prevent daemonize mode from crashing upload process (#1104)
72
- * fix: Restore logger initialization (#1102)
73
- * ref: Box `ParseDif::Object` value to prevent large enum variant (#1094)
74
- * ref: Rename ini group from `dsym` to `dif` with a fallback (#1103)
75
- * ref: Show `project` flag for releases command (#1065)
76
-
77
- ## 1.71.0
78
-
79
- * feat: Add optional positional argument to `send-event` that allows to specify a path to JSON serialized events (#1058)
80
- * fix: Handle `SENTRY_CLI_NO_EXIT_TRAP` unbound variable (#1059)
81
-
82
- ## 1.70.1
83
-
84
- * feat: Add `SENTRY_CLI_NO_EXIT_TRAP` flag to control EXIT trap in `bash-hook` command (#1050)
85
- * fix: Remove warning about relative urls for chunk uploads (#1054)
86
- * fix: Typo in `vscRemote` TS type (#1052)
87
- * fix: Use internal timer for ProgressBar duration (#1055)
88
- * ref: Update dockerfile alpine image (#1057)
89
-
90
- ## 1.70.0
91
-
92
- * feat: Add `no-upload` flag for `upload-dif` command (#1044)
93
- * feat: Add support for glob patterns in `upload-sourcemaps` command (#1048)
94
- * feat: Allow to load dotenv from non-standard path through `SENTRY_DOTENV_PATH` (#1046)
95
- * fix: Follow symlinks when traversing during sourcemaps upload (#1043)
96
- * ref: Use `SOURCE_VERSION` first prior to `HEROKU_SLUG_COMMIT` in Heroku (#1045)
97
-
98
- ## 1.69.1
99
-
100
- * misc: Re-release of `1.69.0` due to malformed artifacts
101
-
102
- ## 1.69.0
103
-
104
- * feat: Print upload context details (#1016)
105
- * feat: Allow for changing log stream through `SENTRYCLI_LOG_STREAM` variable (#1010)
106
- * fix: Set archString to `armv7` when`arch="arm"` (#1024)
107
- * fix: Dont render progress bar when content length is missing (#1011)
108
- * fix: Do not supply `debug_id` for object files (#981)
109
- * ref: Update `symbolic` to `8.3.1` (#1033)
110
- * ref: Hide `upload-symbol-maps` flag for `upload-dif` command (#1017)
111
-
112
- ## sentry-cli 1.68.0
113
-
114
- * feat: Add ability for `include` in JS sourcemap upload options to be an object (#1001)
115
-
116
- ## sentry-cli 1.67.2
117
-
118
- * fix: Correctly resolve paths with hashes in `url_to_bundle_path` (#1000)
119
- * ref: Provide JSDocs for TS typings, change `started/finished` to `number|string`, add `ignoreEmpty` to JS API (#999)
120
- * ref: Add `npm_config_cache_folder` to function of getting cache (#998)
121
-
122
- ## sentry-cli 1.67.1
123
-
124
- * feat: Print sourcemaps/files operations timings information (#995)
125
-
126
- ## sentry-cli 1.67.0
127
-
128
- * feat: Add `--ignore-empty` flag to `releases set-commit` command, that will not bail command when no patchset is created (#993)
129
- * feat: Add `--raw` and `--delimiter` flags to `releases list` command (#994)
130
-
131
- ## sentry-cli 1.66.0
132
-
133
- * feat: Allow to define a custom `release` and `dist` for XCode SourceMaps upload (#967)
134
- * feat: Support custom request header through `CUSTOM_HEADER` env variable and `http.custom_header` config (#970)
135
- * fix: Add missing `ignoreMissing` flag for `setCommit` command to JS API (#974)
136
- * fix: Change ignore-missing to flag with 'long' modifier (#965)
137
-
138
- ## sentry-cli 1.65.0
139
-
140
- * feat: Allow for ignoring missing commits in set-commit with `--ignore-missing` flag (#963)
141
- * feat: Support BCSymbolMap uploading (#952)
142
-
143
- ## sentry-cli 1.64.2
144
-
145
- * ref: Rely on spawn process error for detecting command presence (#958)
146
-
147
- ## sentry-cli 1.64.1
148
-
149
- * fix: Redirect spawned JS process outputs to `/dev/null` instead of filling up pipe buffers (#949)
150
- * ref: Allow `upload-dif` to follow symlinks to make it inline with `difutil` behavior (#948)
151
-
152
- ## sentry-cli 1.64.0
153
-
154
- * feat: Add TypeScript `SentryCli` types (#934)
155
- * ref: Provide a helpful error messages for xcode/codepush/appcenter binary calls (#937)
156
-
157
- ## sentry-cli 1.63.2
158
-
159
- * feat: List logging levels on CLI output (#926)
160
- * fix: Update proguard version (#927)
161
- * fix: Run update nagger only for versions lower than current one (#925)
162
- * fix: Add some npm logging to aid in troubleshooting (#921)
163
-
164
- ## sentry-cli 1.63.1
165
-
166
- * fix: Correctly detect hidden Swift symbols (#918)
167
- * fix: Rename `arm64` as `aarch64` in install script (#917)
168
- * fix: Verify CLI installation before launching (#916)
169
-
170
- ## sentry-cli 1.63.0
171
-
172
- * build: ARM for Linux (#890)
173
- * ref: `is_outdated` should not report when release contains version older than latest (#899)
174
-
175
- ## sentry-cli 1.62.0
176
-
177
- * fix: Detect debug information in MIPS binaries (#897)
178
- * fix: Use `http_proxy` config value in the handler directly (#893)
179
- * fix: Limit chunk upload waiting to 5 minutes (#896)
180
- * ref: Prefer universal binaries in homebrew (#879)
181
- * ref: Prefer universal binaries on macOS (#878)
182
- * build: macOS arm64 on stable Rust (#884)
183
- * build: Build universal macOS binary on macos-latest (#877)
184
-
185
- ## sentry-cli 1.61.0
186
-
187
- * fix: Add missing underscores for template in bash hook (#872)
188
- * feat: macOS builds for `arm64` and universal binaries (#873)
189
-
190
- Sentry-cli will not upgrade to the `arm64` build automatically, if you're currently running on Rosetta 2. To install the `arm64` version:
191
-
192
- - Please ensure that your terminal and shell both run natively without emulation. You can check this by running `uname -m` in your terminal.
193
- - Remove your existing installation of `sentry-cli`.
194
- - Follow the [Installation Instructions](https://github.com/getsentry/sentry-cli#installation) for a fresh installation.
195
-
196
- ## sentry-cli 1.60.1
197
-
198
- * fix: Restore release modification calls to use put request, while preserving restore/archive capability (#870)
199
-
200
- ## sentry-cli 1.60.0
201
-
202
- * feat: Added support for WASM debug info files (#863)
203
-
204
- ## sentry-cli 1.59.0
205
-
206
- * feat: Allows the user to specify multiple projects for a release (#842)
207
- * feat: Add cli arg to override sentry-cli command in bash-hook (#852)
208
- * ref: Remove --rewrite flag and make it a default (#853)
209
-
210
- ## sentry-cli 1.58.0
211
-
212
- * feat: Expose environment configuration in javascript (#830)
213
- * ref: Use better error messages for install script (#833)
214
-
215
- ## sentry-cli 1.57.0
216
-
217
- * feat: Allow for passing custom timestamp with `send-event` (#826)
218
- * fix: OS arch detection for `IA32` (#824)
219
-
220
- ## sentry-cli 1.56.1
221
-
222
- * fix: Use updated release name format during upload process (#818)
223
-
224
- ## sentry-cli 1.56.0
225
-
226
- * feat: Add support for architectures other than x86/x64 when running installation script (#811)
227
- * feat: Add `--confirm` flag to skip confirmation prompt during uninstall command (#812)
228
- * misc: Upgrade symbolic to `7.5.0` (#813)
229
-
230
- ## sentry-cli 1.55.2
231
-
232
- * fix: Path handling edgecases for `upload-dif` (#795)
233
- * fix: Dont limit commits count for release updates (#808)
234
- * ref: Update Android/iOS releases format (#805)
235
-
236
- ## sentry-cli 1.55.1
237
-
238
- * feat: add support for CicleCI (#784)
239
- * fix: Default to sending local commits if no repos linked (#791)
240
- * ref: Make Update Nagger less aggressive (#793)
241
-
242
- ## sentry-cli 1.55.0
243
-
244
- * feat: Release files batch upload (#715)
245
- * feat: Add pipeline env variable option and include it in UA string (#774)
246
- * feat: Upload formatted commit metadata from local git tree to Sentry for a release (#776)
247
- * feat: Provide flag for allowing failures in monitor command (#780)
248
- * fix: Do not error when offsetting too far on enumeration (#746)
249
- * fix: Update base "alpine" image in Dockerfile (#757)
250
- * fix: Allow for release names with leading hyphen (#770)
251
- * fix: Handle teamless projects correctly (#773)
252
- * fix: Parse BitBucket Server integration repo url correctly (#775)
253
- * ref: Switch from symbolic::proguard to proguard crate (#756)
254
-
255
- ## sentry-cli 1.54.0
256
-
257
- * feat: Add `--no-environ` parameter to `bash-hook` (#745)
258
- * feat: Allow for disabling install progress-bar without silencing npm using `SENTRY_NO_PROGRESS_BAR` env var (#754)
259
- * fix: Use correct required option to `newDeploy` JS api (#755)
260
-
261
- ## sentry-cli 1.53.0
262
-
263
- * feat: `releases deploys` JavaScript API (#741)
264
- * fix: `--log-level` should be case insensitive (#740)
265
-
266
- ## sentry-cli 1.52.4
267
-
268
- * fix: Dont panic on unknown log level (#733)
269
- * ref: Use temp dir to store jsbundle maps (#737)
270
-
271
- ## sentry-cli 1.52.3
272
-
273
- * fix: Correctly store child process before attaching handlers (#718)
274
-
275
- ## sentry-cli 1.52.2
276
-
277
- **This release sets `node.engine: >=8` which makes it incompatible with Node v6**
278
- If you need to support Node v6, please pin your dependency to `1.52.1`
279
- or use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
280
-
281
- * feat: Support Google Cloud Builder VCS detection (#481)
282
- * fix: Mark files as unusable withid (#709)
283
-
284
- ## sentry-cli 1.52.1
285
-
286
- * fix: Respect `configFile` for release commands invoked through JS API (#700)
287
-
288
- ## sentry-cli 1.52.0
289
-
290
- * feat: Add an optional argument to override the entire release name for a CodePush release (#692)
291
- * feat: Introduce `g/global` flag for `login` command (#690)
292
- * feat: Add support for `INFOPLIST_OTHER_PREPROCESSOR_FLAGS` (#682)
293
- * feat: Detect CodeBuild slug for `propose-version` (#681)
294
- * feat: Show project and organization when using info log level (#670)
295
- * feat: Add `bitbucket_server` to reference url check (#668)
296
- * fix: Log config path only when its actually loaded (#677)
297
- * fix: Make sure that requests are not authenticated twice and warn for rel urls (#675)
298
- * fix: Override local `env.SENTRY_PROPERTIES` rather than global `process.env` (#667)
299
- * fix: `react-native` xcode uses regex to detect Debug builds (#665)
300
- * meta: Add Linux support to the Homebrew formula (#674)
301
-
302
- ## sentry-cli 1.51.1
303
-
304
- * fix: Skip files larger than 1MB (#662)
305
-
306
- ## sentry-cli 1.51.0
307
-
308
- * feat: Add `dist` option to `react-native appcenter` command (#653)
309
- * ref: Notify user about missing `sudo` command instead of incorrect "No such file or directory" when updating/uninstalling `sentry-cli` (#656)
310
- * fix: Remove redundant `Closing connection 0` warnings after every HTTP request (#657)
311
- * fix: Update release structure for XCode React Native calls (#660)
312
-
313
- ## sentry-cli 1.50.0
314
-
315
- * feat: Allow setting of `git` remote (#637)
316
- * feat: Expose code IDs from `difutil` check (#639)
317
- * feat: Implement workarounds for dealing with hermes bytecode (#646)
318
- * feat: Allow for `--silent` flag in installation script (#648)
319
- * feat: Support `dist` option in JS API (#642)
320
- * ref: Treat `301/302` `upload_chunks` response codes as errors (#651)
321
- * fix: Add `Content-Length=0` header to reprocessing POST request (#647)
322
-
323
- ## sentry-cli 1.49.1
324
-
325
- * Add support for `git://`, `git+ssh://`, and `git+https?://` VCS repos (#636)
326
- * Allow overriding dist in Xcode (#627)
327
- * Skip pch and large files in source bundles (#624)
328
-
329
- ## sentry-cli 1.49.0
330
-
331
- * Detect Heroku's `SOURCE_VERSION` environment variable (#613)
332
- * Allow extensions with dots for sourcemap uploads (#605)
333
- * Fix validation of `releases set-commits` options in JS (#618)
334
- * Add an optional column for project slugs in `releases list` (#612)
335
- * Add an optional `--wait` flag for upload-dif (#619)
336
-
337
- **NOTE**: This release changes the default behavior of `upload-dif`. Previously,
338
- the command waited until Sentry had fully processed uploaded files. Now, the
339
- command terminates after a successful upload but does not wait for server-side
340
- processing. This will speed up uploads for the common case. Specify `--wait` for
341
- the old behavior if you want to make sure that debug files are available before
342
- sending native events.
343
-
344
- ## sentry-cli 1.48.0
345
-
346
- * Add support for Brotli, GZip and Deflate compression algorithms for binary download (#607)
347
- * Fix binary download progress bar calculations (#606)
348
-
349
- ## sentry-cli 1.47.2
350
-
351
- **Changes**:
352
- * Always show the full version in `releases list` (#584).
353
- * Do not warn when using the standard docker entrypoint.
354
-
355
- **JavaScript API**:
356
- * Pass the `silent` option to `releases` commands in JavaScript (#552).
357
- * Allow setting commits on a release in JavaScript (#580).
358
-
359
- **Fixed bugs**:
360
- * Fix an error in the bash hook if the log file gets deleted (#583).
361
- * Fix detection of Azure repositories in `releases set-commits` (#576).
362
- * Fix detection of annotated tags in `releases set-commits` (#598).
363
- * Fix normalization of sourcemap URL prefixes with trailing slashes (#599).
364
- * Fix upload of source bundles created with `difutil bundle-sources` (#602).
365
-
366
- ## sentry-cli 1.47.1
367
-
368
- * Fix potentially broken payloads in `send-event`.
369
-
370
- ## sentry-cli 1.47.0
371
-
372
- * Trim whitespace in header values to prevent potential header injections
373
- through the auth token header. (#563)
374
- * Improved Azure DevOps URL parsing. (#556)
375
-
376
- ## sentry-cli 1.46.0
377
-
378
- * Relax the release file limit for sourcemap uploads when artifact bundles
379
- are supported by the serntry server (#559)
380
-
381
- ## sentry-cli 1.45.0
382
-
383
- * Allow ports in VCS urls when associating commits (#551)
384
- * Support PDB and PE uploads to Sentry (#553)
385
-
386
- ## sentry-cli 1.44.4
387
-
388
- * Emit better version names for react native (#506)
389
- * Fix a regression in sourcemap uploads for certain release names (#549)
390
- * Ensure case insensitive git repository matching (#511)
391
-
392
- ## sentry-cli 1.44.3
393
-
394
- * Fix a regression with URL prefixes in sourcemap uploads (#544)
395
-
396
- ## sentry-cli 1.44.2
397
-
398
- * Even faster sourcemap uploads to sentry.io (#540, #542)
399
-
400
- ## sentry-cli 1.44.1
401
-
402
- * Fixed a segfault in curl on empty file uploading (#535)
403
-
404
- ## sentry-cli 1.44.0
405
-
406
- * Parallelize source map uploads (#533)
407
-
408
- ## sentry-cli 1.43.0
409
-
410
- * Add support for File RAM Bundles (#528)
411
- * Accept more Azure DevOps URLs (#525)
412
-
413
- ## sentry-cli 1.42.0
414
-
415
- * Add support for Indexed RAM Bundles (#523)
416
- * Add "silent" option to JS constructor (#512)
417
-
418
- ## sentry-cli 1.41.2
419
-
420
- * Fix slow unzipping in debug file upload (#519)
421
-
422
- ## sentry-cli 1.41.1
423
-
424
- * Warn before uploading more than 20.000 files to a release (#513)
425
-
426
- ## sentry-cli 1.41.0
427
-
428
- * Recognizes GNU compressed debug files on Linux
429
- * Also uploads Breakpad files and ELF files only containing symbol tables
430
-
431
- ## sentry-cli 1.40.0
432
-
433
- * Automatically retry on various socket and SSL errors (#466, #490)
434
- * Use a connection pool for the outgoing API requests. This is likely to resolve
435
- some issues in curl itself that manifested itself as malloc errors on shutdown (#489)
436
- * Upgrade internal dependencies and shrink overall binary (#488)
437
- * Upgrade internal sentry crate
438
-
439
- ## sentry-cli 1.39.1
440
-
441
- * Fix Proguard upload issues on Windows (#484).
442
-
443
- ## sentry-cli 1.39.0
444
-
445
- * Release enabling an internal sentry experiment.
446
-
447
- ## sentry-cli 1.38.1
448
-
449
- * Fix plist parsing
450
-
451
- ## sentry-cli 1.38.0
452
-
453
- * Upgraded symbolic which offers support top R8 code shrinker.
454
-
455
- ## sentry-cli 1.37.4
456
-
457
- * Added `SENTRY_NO_PROGRESS_BAR` environment variable to suppress progress
458
- bars (#467)
459
- * Fixed an issue where dif uploads would indicate failure if no files where
460
- to upload.
461
-
462
- ## sentry-cli 1.37.3
463
-
464
- * Report non zero status for server side processing errors on dif upload (#465)
465
- * Improve error messages for 502/504 (#459)
466
- * Relax VCS url comparisions to improve on-prem support
467
-
468
- ## sentry-cli 1.37.2
469
-
470
- * Retry on upload-related operations (chunk-upload, assemble) (#456)
471
- * Add new anylog version (#455)
472
-
473
- ## sentry-cli 1.37.1
474
-
475
- * Fix the detection of debug information in ELF files (#437)
476
- * Add support for ELF files in the `difutil` commands (#447)
477
- * Speed up `sentry-cli update` by using the Sentry release registry (#438)
478
- * Dump http requests in debug mode for better debugging (#448)
479
-
480
- ## sentry-cli 1.37.0
481
-
482
- * Support React Native >= 0.46 (@stephan-nordnes-eriksen, #377)
483
- * Cache binaries to speed up NPM package installation (@timfish, #425)
484
- * Check for successful upload of debug files (#429)
485
- * Limit debug file uploads to 2GB (maximum allowed by Sentry) (#432)
486
-
487
- ## sentry-cli 1.36.4
488
-
489
- * Add support for GitLab in `releases set-commits` (#419)
490
- * Fix a bug where uploaded debug files might show up as _"Generic"_ (#420)
491
-
492
- ## sentry-cli 1.36.3
493
-
494
- * Print out how sentry-cli was invoked in debug log
495
-
496
- ## sentry-cli 1.36.2
497
-
498
- * Download packages from Fastly's CDN when installing via NPM and Brew (#417)
499
- * Allow uploading executables and debug symbols in one go (#412)
500
-
501
- ## sentry-cli 1.36.1
502
-
503
- * Fixes a bug that prevented listing and creating releases
504
-
505
- ## sentry-cli 1.36.0
506
-
507
- * Show project IDs in project listing (#384)
508
- * Fetch all projects, repos and releases if you have more than 100 (#388, #390)
509
- * Support debug symbols with DWARF 5 debug information (#389)
510
- * Fix `--no-environ` parameter in `send-event` (#391)
511
- * Remove a misleading success message in `send-event` (#397)
512
- * Improve debug logs and error output (#393, #394, #399)
513
-
514
- ## sentry-cli 1.35.6
515
-
516
- * Fix a bug introduced with the `--url-suffix` option in `upload-sourcemaps`
517
- * Fix broken commit detection for releases (#378, #381)
518
-
519
- ## sentry-cli 1.35.5
520
-
521
- * Add `--url-suffix` option for `upload-sourcemaps` (#373)
522
-
523
- ## sentry-cli 1.35.4
524
-
525
- * Additional compatibility improvements for the Docker image (#368)
526
-
527
- ## sentry-cli 1.35.3
528
-
529
- * Add a warning about new Docker entrypoint (#367)
530
-
531
- ## sentry-cli 1.35.2
532
-
533
- * Change entrypoint for Docker image (#358)
534
- * Use `perl` over `strftime` in bash hook (#359)
535
- * Fix iTunes Connect BCSymbolMap handling in `upload-dif` (#362)
536
- * Display error messages when re-uploading broken DIFs (#363)
537
-
538
- ## sentry-cli 1.35.1
539
-
540
- * Resolve a hang on certain windows versions on shutdown (#349)
541
-
542
- ## sentry-cli 1.34.0
543
-
544
- * Improve the error message for renamed projects (#330)
545
- * Fix appcenter commands on Windows (#331)
546
- * Fix grammar in some help texts (#337, @gorgos)
547
- * Fix frozen upload-dif on some Windows versions (#342)
548
-
549
- ## sentry-cli 1.33.0
550
-
551
- * Add support for AppCenter CLI for codepush releases (#327)
552
- * Deprecate the codepush CLI command (#327)
553
- * Fix a bug where commands would fail with connection errors
554
-
555
- ## sentry-cli 1.32.3
556
-
557
- * Skip invalid ZIP files during debug file upload (#320)
558
- * Generate better error messages for renamed projects (#321)
559
-
560
- ## sentry-cli 1.32.2
561
-
562
- * Compress debug symbols for faster uploads (#315)
563
- * Refactor `send-event` to include more consistent information (#316, #318)
564
-
565
- ## sentry-cli 1.32.1
566
-
567
- * Improve update prompts (#306, @danielcompton)
568
- * Support event environments in bash hook (#312, @geniass)
569
- * Use `DWARF_DSYM_FOLDER_PATH` in upload-dsym (#313)
570
- * Skip malformed object files during upload scan (#313)
571
-
572
- ## sentry-cli 1.32.0
573
-
574
- * Drop support for older macOS versions to work around an old xcode linker bug
575
-
576
- ## sentry-cli 1.31.2
577
-
578
- * Disabled automatic crash reporting
579
-
580
- ## sentry-cli 1.31.1
581
-
582
- * Fixed out of bounds panic for sourcemaps without sources (#299)
583
- * Fixed commit detection when VSTS was used (#300)
584
-
585
- ## sentry-cli 1.31.0
586
-
587
- * Restrict file permissions for newly created `.sentryclirc` (#296)
588
- * Fix `SENTRY_DSN` environment variable parsing for `send-event` action (#292)
589
- * Build statically linked `musl`-based binaries for Linux (#294)
590
- * Detect `HEROKU_SLUG_COMMIT` in propose-version (#298)
591
-
592
- ## sentry-cli 1.30.5
593
-
594
- * Add better error diagnostics (internal change, #288)
595
-
596
- ## sentry-cli 1.30.4
597
-
598
- * Show correct identifiers when uploading Windows symbols (#280)
599
-
600
- ## sentry-cli 1.30.3
601
-
602
- * Attempted to make the windows executable more portable (#269)
603
- * Fixed the JavaScript API (#270)
604
- * Fixed a bug where breadcrumbs were not always sent (#268)
605
-
606
- ## sentry-cli 1.30.2
607
-
608
- * Fixed #252
609
-
610
- ## sentry-cli 1.30.1
611
-
612
- * Expose `execute` on SentryCli js wrapper
613
-
614
- ## sentry-cli 1.30.0
615
-
616
- * Improve the upload for debug information files. It is now faster, allows to resume after network errors, and supports much larger files.
617
- * Add commands to upload Breakpad and ELF (Linux) symbols. See our [documentation page](https://docs.sentry.io/learn/cli/dif/) for more information.
618
- * Fix JavaScript tests on Windows
619
-
620
- ## sentry-cli 1.29.1
621
-
622
- * Fix NPM installation on Windows
623
-
624
- ## sentry-cli 1.29.0
625
-
626
- * **BREAKING**: Drop support for Node 0.12. Please pin version `1.28.4` or install sentry-cli using a [different method](https://docs.sentry.io/learn/cli/installation/#automatic-installation) if you still require Node 0.12.
627
- * Fix NPM installation behind proxies
628
- * Remove console output when using the JS interface
629
-
630
- ## sentry-cli 1.28.4
631
-
632
- * Revert `Info.plist` handling to pre-`1.27.1` as it was causing issues when the `"Preprocess Info.plist File"` setting was turned on in Xcode
633
- * Include CA certificates in the Docker container
634
-
635
- ## sentry-cli 1.28.3
636
-
637
- * Reverted new config handling because of problems it caused.
638
-
639
- ## sentry-cli 1.28.2
640
-
641
- * Fixed use of `SENTRYCLI_CDNURL` to override the npm download URL. See the [documentation](https://docs.sentry.io/learn/cli/installation/#installation-via-npm) for more information
642
- * Better handling of environment variables and config files. Please let us know if one of your configuration files or environments doesn't get recognized anymore after the update
643
- * The official docker image is now smaller and does not require dependencies anymore
644
- * Replaced confusing errors when using `codepush` with hints to resolve the error
645
-
646
- ## sentry-cli 1.28.1
647
-
648
- * Expose getPath() to not break setups
649
-
650
- ## sentry-cli 1.28.0
651
-
652
- * Change JS bindings to be conform with the cli interface
653
- Please note that this is a breaking change if you used the JS interface before.
654
-
655
- ## sentry-cli 1.27.1
656
-
657
- * Read from the correct `Info.plist` in XCode builds, courtesy of @adbi
658
- * Allow to specify device family and model in `send-event`, courtesy of @kirkins
659
- * Supply environment variables when using the JavaScript API
660
- * Allow to override the NPM download URL via `SENTRYCLI_CDNURL` environment variable
661
-
662
- ## sentry-cli 1.27.0
663
-
664
- * Support all options in the JS binding for `upload-sourcemaps`, courtesy of @montogeek
665
- * Enable automatic IP addresses when sending events with `send-event`, courtesy of @kirkins
666
- * No longer require secret keys to send events with `send-event`
667
- * Improve and speed up debug symbol handling in `upload-dsym`
668
-
669
- ## sentry-cli 1.26.1
670
-
671
- * Faster discovery of debug symbols in `upload-dsyms`
672
- * Fix a bug in sourcemap uploading via JS, courtesy of @roelvanhintum
673
- * Security update to OpenSSL 1.0.2n for Linux builds
674
- * Fix a SSL verification command line flag
675
-
676
- ## sentry-cli 1.26.0
677
-
678
- * The npm package has moved to [`@sentry/cli`](https://www.npmjs.com/package/@sentry/cli)
679
- * Installing with npm on Windows now downloads the 64-bit version
680
- * Exit with a proper error code when `send-event` fails, courtesy of @kirkins
681
- * More informative errors on failed API requests
682
- * No more annoying update reminders in the Docker images
683
-
684
- ## sentry-cli 1.25.0
685
-
686
- * Do not run update nagger if the command is not connected to a terminal
687
- * Source map uploading now correctly determines sourcemap references even if the rewrite
688
- flag is not passed.
689
- * There is an offical Docker image with `sentry-cli` preinstalled:
690
- `docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help`
691
- * Added support for automatically determining corvoda releases.
692
-
693
- ## sentry-cli 1.24.1
694
-
695
- * Fix an issue with bash hooking not working if sentry-cli was installed on a path
696
- containing whitespace
697
-
698
- ## sentry-cli 1.24.0
699
-
700
- * Improved sending events from bash. See
701
- [Sending Events](https://docs.sentry.io/learn/cli/send-event) for more information
702
- * Hook into bash and send events for failed commands automatically. See
703
- [Bash Hooks](https://docs.sentry.io/learn/cli/send-event/#bash-hook) for more
704
- information
705
- * Set `SENTRY_LOAD_DOTENV=0` to disable automatic loading of `.env` files
706
- * Fix an issue where `info.plist` files were not resolved in XCode projects
707
- * Fix an issue where the `PROJECT_DIR` environment was not used correctly
708
-
709
- ## sentry-cli 1.23.0
710
-
711
- * Fix a bug that prevented uploads of ProGuard mapping files on Windows
712
- * Improve command and parameter descriptions (`--help`)
713
- * Updated dependencies
714
-
715
- ## sentry-cli 1.22.0
716
-
717
- * Add `--ignore` and `--ignore-file` parameters to `upload-dsyms`
718
- * Fix some typos in the CLI (thanks @mbudde and @AdrienDS)
719
-
720
- ## sentry-cli 1.21.0
721
-
722
- * Fix codepush command for android
723
- * Fixed added bitbucket provider support #115
724
-
725
- ## sentry-cli 1.20.0
726
-
727
- * Updated dependencies
728
- * Added encoding detection for javascript files
729
- * Added bitbucket provider support
730
- * Fixed an issue where codepush was not passing the right plist to the parser
731
-
732
- ## sentry-cli 1.19.1
733
-
734
- * Resolved an issue where sourcemaps were not uploaded (#112)
735
-
736
- ## sentry-cli 1.19.0
737
-
738
- * Added support for preprocessor `info.plist` files
739
- * Unified `info.plist` handling in all places
740
- * Added basic validation for the API URL to avoid common user errors
741
- * Resolved an issue with NPM releases on ES5 environments
742
- * Resolved an issue where `releases propose-version` incorrectly required an org to be
743
- passed
744
- * Added support for handling `BCSymbolMap` files when uploading dsym files
745
-
746
- ## sentry-cli 1.18.0
747
-
748
- * Ensure parent directories exist when writing Proguard meta properties.
749
- * Write Proguard properties even if upload is disabled.
750
- * Reject leading/trailing spaces in releases.
751
-
752
- ## sentry-cli 1.17.0
753
-
754
- * Made npm install compatible with ES5
755
- * Solved a potential issue with spaces in file paths for npm installation
756
- * Added automatic update check (can be disabled with `update.disable_check` in the config
757
- or the `SENTRY_DISABLE_UPDATE_CHECK` environment variable)
758
- * Resolved a crash when uploading empty files
759
- * Lowered default symbol upload size to work around some server limitations
760
-
761
- ## sentry-cli 1.16.0
762
-
763
- * added ability to upload proguard files with a forced UUID
764
- * added `difutil uuid` command to print the UUID(s) of a mapping file to stdout
765
-
766
- ## sentry-cli 1.15.0
767
-
768
- * Improved the `no-upload` flag to proguard upload
769
- * Added debug info files debug commands
770
-
771
- ## sentry-cli 1.14.0
772
-
773
- * Added support for disabling desktop notifications (only affects xcode builds so far)
774
- * Added support for uploading proguard files on supported sentry server versions
775
-
776
- ## sentry-cli 1.13.3
777
-
778
- * Fixed installation for npm
779
-
780
- ## sentry-cli 1.13.2
781
-
782
- * Put `sentry-cli.exe` directly into the `bin/` folder on windows for npm installations
783
-
784
- ## sentry-cli 1.13.1
785
-
786
- * Fixed another issue with yarn redownloading binaries
787
-
788
- ## sentry-cli 1.13.0
789
-
790
- * Added `dist` support for send-event
791
- * Improved download script for npm installs to not download unnecessarily with yarn.
792
-
793
- ## sentry-cli 1.12.0
794
-
795
- * Added support for explicit bundle IDs for codepush releases
796
- * Added `--print-release-name` to print out the release name for codepush releases to the
797
- command line to improve scripting capabilities
798
- * Extended `propose-version` for releases to support iOS and android release names if
799
- projects are automatically discovered
800
- * Parse grade files instead of android manifests for version and bundle IDs for release
801
- detection
802
- * Fix broken xcode notifications when projects where opened from the command line
803
- * Fixed limitations in automatically detecting the bundle IDs for xcode projects
804
-
805
- ## sentry-cli 1.11.1
806
-
807
- * Resolved an issue where sourcemap uploading failed when empty files were encountered
808
-
809
- ## sentry-cli 1.11.0
810
-
811
- * Initial work for codepush support (pending support in `react-native-sentry`)
812
- * Moved `react-native-xcode` to `react-native xcode`
813
- * Added support for `${FOO}` style variable expansion in xcode
814
-
815
- ## sentry-cli 1.10.2
816
-
817
- * Fixed an issue for windows npm installation
818
- * Stop generating a debug log file in `/tmp` for npm on unixes
819
-
820
- ## sentry-cli 1.10.1
821
-
822
- * fixed a bug that caused the npm install to fail
823
-
824
- ## sentry-cli 1.10.0
825
-
826
- * Added user support for `send-event`
827
-
828
- ## sentry-cli 1.9.2
829
-
830
- * Improved logging facilities
831
- * Fixed npm installation on windows
832
-
833
- ## sentry-cli 1.9.1
834
-
835
- * Changes sourcemap rewriting to ignore bad files on source inlining.
836
- * Fixed a bug in the JSON output of the `info` command.
837
-
838
- ## sentry-cli 1.9.0
839
-
840
- * Added support for referring to previous hashes in `set-commits` with `OLD_REV..NEW_REV`
841
- * Resolve tags and other refs (like `HEAD`) in commits when a repo is available
842
- * Use newer protocol for release commit updating
843
- * Strip commit SHAs for display
844
- * Strip dotted path prefixes in release names for display
845
-
846
- ## sentry-cli 1.8.1
847
-
848
- * Change the log format for api headers in debug logging
849
- * Added request headers to debug logging
850
-
851
- ## sentry-cli 1.8.0
852
-
853
- * The `info` command now returns an exit code of 1 in case the config is incomplete
854
- * Added `--config-status-json` to the `info` command to better support sentry-cli invoked
855
- from scripts
856
- * dsym batches are now calculated by size and not by file count. This should solve a few
857
- 413 errors some users are experiencing
858
- * The dsym upload will now skip over files that do not contain DWARF debug information
859
- which resolves issues where release files were uploaded as debug symbols instead of the
860
- actual dsym files
861
-
862
- ## sentry-cli 1.7.0
863
-
864
- * Sourcemap uploads now automatically replace previous files with the same name.
865
- * Honor `CLICOLOR` environment variable
866
- * Added progress bars for source map and debug symbol upload
867
- * No longer attempt to upload multiple versions of debug symbols with the same UUID. This
868
- was an issue where signed and unsigned debug symbols were discovered in derived data in
869
- case of debug builds.
870
- * Support `--validate` and `--rewrite` in one command better for source map upload.
871
-
872
- ## sentry-cli 1.6.0
873
-
874
- * Added `--fingerprint` support to `send-event`
875
- * Added distribution support.
876
-
877
- **Breaking Change**: releases managed for react-native and mobile are now using the new
878
- distribution feature. Use older versions of `sentry-cli` if you do not wish to manage
879
- distributions on self hosted Sentry versions.
880
-
881
- ## sentry-cli 1.5.0
882
-
883
- * Added `--uuid` parameter to `upload-dsym`
884
- * Added `--no-zips` parameter to `upload-dsym`
885
- * Added `--derived-data` parameter to `upload-dsym`
886
-
887
- ## sentry-cli 1.4.1
888
-
889
- * resolved an issue with some features of xcode variable expansion not working correctly
890
-
891
- ## sentry-cli 1.4.0
892
-
893
- * Added basic support for working with the improved relases API that span projects in an
894
- org
895
- * Added deploy support
896
-
897
- ## sentry-cli 1.3.0
898
-
899
- * improved file and release list rendering
900
- * added `sentry-cli releases propose-version`
901
-
902
- ## sentry-cli 1.2.0
903
-
904
- * Resolved references to sourcemaps sometimes being incorrectly detected
905
- * Resolved an issue where an incorrect Info.plist file was found (#48)
906
- * Added support for `.env` files
907
- * Better support SSL CA bundles on linux systems (probe more locations)
908
- * Added `--finalize` option to automatically finalize releases on creation
909
- * Improved `sentry-cli info` command rendering and clarity
910
- * Added background processing for `sentry react-native-xcode`
911
-
912
- ## sentry-cli 1.1.0
913
-
914
- * `upload-dsyms` when launched from xcode will now upload symbols in the background and
915
- notify with OS X notifications about changes
916
-
917
- ## sentry-cli 1.0.0
918
-
919
- * Added support for associating dsyms with builds on supporting sentry servers
920
-
921
- ## sentry-cli 0.28.0
922
-
923
- * Improved validation of parameters and error reporting
924
- * Added progress bar to updater
925
- * Added command to finalize releases
926
-
927
- ## sentry-cli 0.27.1
928
-
929
- * Resolved an issue that the xcode integration for react native would log out a bogus
930
- error
931
-
932
- ## sentry-cli 0.27.0
933
-
934
- * Added support for fetching sourcemaps from react-native's packager
935
- * Resolved an issue with some sourcemaps not rewriting correctly
936
-
937
- ## sentry-cli 0.26.0
938
-
939
- * Added `react-native-xcode` command to support react-native sourcemap generation and
940
- uploading
941
- * Automatically create releases on sourcemap upload
942
-
943
- ## sentry-cli 0.25.0
944
-
945
- * Resolved an issue that caused windows versions to write backslashes in URLs in release
946
- artifacts
947
-
948
- ## sentry-cli 0.24.0
949
-
950
- * Fix zip upload
951
-
952
- ## sentry-cli 0.23.0
953
-
954
- * Added support for upcoming reprocessing feature on sentry for dsym uploads.
955
-
956
- ## sentry-cli 0.22.0
957
-
958
- * Improved dsym uploading support (fixes #29)
959
-
960
- ## sentry-cli 0.21.1
961
-
962
- * Resolved an issue where release builds of react-native would not automatically find the
963
- sourcemap references
964
-
965
- ## sentry-cli 0.21.0
966
-
967
- * Upon sourcemap uploading the `sentry-cli` tool is now automatically attempting to find
968
- matching sourcemaps and emit a `Sourcemap` header with the correct reference. This helps
969
- in situations like react-native where the source reference in the file is malformed or
970
- points to a non existing file by default
971
- * fixed a bug with the `--rewrite` flag on the upload sourcemaps tool which caused
972
- incorrect sources to be inlined. This is now properly supported.
973
- * `--strip-common-prefix` on the upload sourcemaps tool now skips over paths which are not
974
- absolute.
975
-
976
- ## sentry-cli 0.20.0
977
-
978
- * added support for sourcemap rewriting. This will automatically inline sourcecode and
979
- flatten indexed sourcemaps and can optionally remove prefixes from source paths. This is
980
- useful for react native which otherwise will not work since sourcecode is not contained.
981
-
982
- ## sentry-cli 0.19.5
983
-
984
- * Improved symbol uploading
985
-
986
- ## sentry-cli 0.19.4
987
-
988
- * Improved logging of http requests
989
- * Fixed an issue that caused a crash if the `TERM` environment variable was not set
990
-
991
- ## sentry-cli 0.19.3
992
-
993
- * Recompiled for Linux to better support arch linux and others
994
-
995
- ## sentry-cli 0.19.2
996
-
997
- * Resolved issue with multi-chunk dsym uploads failing
998
-
999
- ## sentry-cli 0.19.1
1000
-
1001
- * Changed domain to `sentry.io`
1002
-
1003
- ## sentry-cli 0.19.0
1004
-
1005
- * Improved handling of `SENTRY_DSN` so that it can be set to an invalid value and
1006
- `sentry-cli` continues functioning unless you are trying to send an actual event.
1007
-
1008
- ## sentry-cli 0.18.0
1009
-
1010
- * added the new `issues` command to bulk manage issues
1011
-
1012
- ## sentry-cli 0.17.0
1013
-
1014
- * Added support for debug logging
1015
-
1016
- ## sentry-cli 0.16.1
1017
-
1018
- * Upgraded the internal SHA1 library
1019
-
1020
- ## sentry-cli 0.16.0
1021
-
1022
- * Added support for `http.proxy_url`
1023
- * Added support for `http.proxy_username`
1024
- * Added support for `http.proxy_password`
1025
-
1026
- ## sentry-cli 0.15.0
1027
-
1028
- * Added support for the `http.keepalive` setting
1029
-
1030
- ## sentry-cli 0.14.0
1031
-
1032
- * added proxy support
1033
- * removed global dsym uploading which is now done differently
1034
-
1035
- ## sentry-cli 0.13.1
1036
-
1037
- * Fixed an issue that caused validation of sourcemaps to fail if wildcard paths (`~/`)
1038
- were used.
1039
-
1040
- ## sentry-cli 0.13.0
1041
-
1042
- * Default sourcemap url prefix to `~` to support the new wildcard feature
1043
-
1044
- ## sentry-cli 0.12.1
1045
-
1046
- * Fixed windows support by bundling OpenSSL statically
1047
-
1048
- ## sentry-cli 0.12.0
1049
-
1050
- * Added basic windows support
1051
- * Added `send-event` to submit events to Sentry
1052
-
1053
- ## sentry-cli 0.11.0
1054
-
1055
- * Added `login` command.
1056
-
1057
- ## sentry-cli 0.10.1
1058
-
1059
- * Made missing ref failures on non minimized JS files warnings instead of errors
1060
-
1061
- ## sentry-cli 0.10.0
1062
-
1063
- * Added support for basic sourcemap validation with the `--validate` flag
1064
-
1065
- ## sentry-cli 0.9.0
1066
-
1067
- * Ignore `--ext` for explicitly provided files on sourcemap uploads
1068
- * Properly handle `--ext`
1069
-
1070
- ## sentry-cli 0.8.0
1071
-
1072
- * Added the ability to upload individual sourcemaps as files
1073
-
1074
- ## sentry-cli 0.7.0
1075
-
1076
- * Added `info` command
1077
- * Addded `.sentryclirc` config file support
1078
-
1079
- ## sentry-cli 0.6.0
1080
-
1081
- * Updated release commands
1082
-
1083
- ## sentry-cli 0.5.1
1084
-
1085
- * Fixes uninstall support
1086
-
1087
- ## sentry-cli 0.5.0
1088
-
1089
- Added basic sourcemap support.
1090
-
1091
- ## sentry-cli 0.4.0
1092
-
1093
- Added sudo support to the update command.
1094
-
1095
- ## sentry-cli 0.3.0
1096
-
1097
- Updated sentry CLI to have improved x-code dsym upload support and added an update
1098
- command.
1099
-
1100
- ## 0.2.0 - Alpha Release
1101
-
1102
- Added support for sentry auth tokens.
1103
-
1104
- ## 0.1.0 - Initial Release
1105
-
1106
- An initial release of the tool.