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