@sentry/cli 1.74.1 → 2.0.0-beta.0

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