sentry-cli 3.5.0__tar.gz → 3.5.1__tar.gz

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.
Files changed (186) hide show
  1. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/Cargo.lock +7 -5
  2. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/Cargo.toml +2 -2
  3. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/PKG-INFO +1 -1
  4. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/PKG-INFO +1 -1
  5. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/download.rs +2 -9
  6. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/diff.rs +2 -11
  7. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/download.rs +4 -11
  8. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/mod.rs +1 -1
  9. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/upload.rs +2 -9
  10. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/LICENSE +0 -0
  11. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/MANIFEST.in +0 -0
  12. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/README.md +0 -0
  13. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/AGENTS.md +0 -0
  14. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/CLAUDE.md +0 -0
  15. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/Cargo.toml +0 -0
  16. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/build.rs +0 -0
  17. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Package.swift +0 -0
  18. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/AssetCatalogParser/AssetCatalogReader.swift +0 -0
  19. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/include/safeValueForKey.h +0 -0
  20. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/safeValueForKey.m +0 -0
  21. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/AssetCatalogParserTests.swift +0 -0
  22. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Info.plist +0 -0
  23. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Products/Applications/DemoApp.app/Assets.car +0 -0
  24. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/src/asset_catalog.rs +0 -0
  25. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/src/lib.rs +0 -0
  26. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/build.rs +0 -0
  27. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/pyproject.toml +0 -0
  28. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/SOURCES.txt +0 -0
  29. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/dependency_links.txt +0 -0
  30. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/top_level.txt +0 -0
  31. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/setup.cfg +0 -0
  32. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/setup.py +0 -0
  33. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/AGENTS.md +0 -0
  34. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/CLAUDE.md +0 -0
  35. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/connection_manager.rs +0 -0
  36. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/artifact.rs +0 -0
  37. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/build.rs +0 -0
  38. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/compression.rs +0 -0
  39. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/dif.rs +0 -0
  40. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/file_state.rs +0 -0
  41. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
  42. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/mod.rs +0 -0
  43. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/upload/mod.rs +0 -0
  44. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/upload/options.rs +0 -0
  45. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/code_mappings.rs +0 -0
  46. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/deploy.rs +0 -0
  47. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/mod.rs +0 -0
  48. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/snapshots.rs +0 -0
  49. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/encoding.rs +0 -0
  50. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/envelopes_api.rs +0 -0
  51. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/api_error.rs +0 -0
  52. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/mod.rs +0 -0
  53. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/sentry_error.rs +0 -0
  54. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/mod.rs +0 -0
  55. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/pagination.rs +0 -0
  56. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/serialization.rs +0 -0
  57. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/updating.rs +0 -0
  58. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/bashsupport.sh +0 -0
  59. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/bash_hook.rs +0 -0
  60. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/mod.rs +0 -0
  61. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/upload.rs +0 -0
  62. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/code_mappings/mod.rs +0 -0
  63. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/code_mappings/upload.rs +0 -0
  64. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/dart_symbol_map/mod.rs +0 -0
  65. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/dart_symbol_map/upload.rs +0 -0
  66. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/bundle_jvm.rs +0 -0
  67. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/bundle_sources.rs +0 -0
  68. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/check.rs +0 -0
  69. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/find.rs +0 -0
  70. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/mod.rs +0 -0
  71. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/print_sources.rs +0 -0
  72. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/upload.rs +0 -0
  73. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/list.rs +0 -0
  74. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/mod.rs +0 -0
  75. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/new.rs +0 -0
  76. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/derive_parser.rs +0 -0
  77. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/events/list.rs +0 -0
  78. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/events/mod.rs +0 -0
  79. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/info.rs +0 -0
  80. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/list.rs +0 -0
  81. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/mod.rs +0 -0
  82. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/mute.rs +0 -0
  83. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/resolve.rs +0 -0
  84. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/unresolve.rs +0 -0
  85. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/login.rs +0 -0
  86. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/logs/list.rs +0 -0
  87. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/logs/mod.rs +0 -0
  88. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/mod.rs +0 -0
  89. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/list.rs +0 -0
  90. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/mod.rs +0 -0
  91. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/run.rs +0 -0
  92. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/organizations/list.rs +0 -0
  93. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/organizations/mod.rs +0 -0
  94. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/mod.rs +0 -0
  95. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/upload.rs +0 -0
  96. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/uuid.rs +0 -0
  97. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/projects/list.rs +0 -0
  98. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/projects/mod.rs +0 -0
  99. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/gradle.rs +0 -0
  100. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/mod.rs +0 -0
  101. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/xcode.rs +0 -0
  102. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/archive.rs +0 -0
  103. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/delete.rs +0 -0
  104. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/finalize.rs +0 -0
  105. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/info.rs +0 -0
  106. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/list.rs +0 -0
  107. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/mod.rs +0 -0
  108. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/new.rs +0 -0
  109. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/propose_version.rs +0 -0
  110. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/restore.rs +0 -0
  111. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/set_commits.rs +0 -0
  112. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/repos/list.rs +0 -0
  113. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/repos/mod.rs +0 -0
  114. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_envelope.rs +0 -0
  115. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_event.rs +0 -0
  116. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/common_args.rs +0 -0
  117. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/increment.rs +0 -0
  118. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/mod.rs +0 -0
  119. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/set.rs +0 -0
  120. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/inject.rs +0 -0
  121. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/mod.rs +0 -0
  122. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/resolve.rs +0 -0
  123. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/upload.rs +0 -0
  124. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/uninstall.rs +0 -0
  125. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/update.rs +0 -0
  126. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_dif.rs +0 -0
  127. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_dsym.rs +0 -0
  128. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_proguard.rs +0 -0
  129. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/config.rs +0 -0
  130. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/constants.rs +0 -0
  131. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/main.rs +0 -0
  132. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/android.rs +0 -0
  133. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/args.rs +0 -0
  134. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/auth_token_impl.rs +0 -0
  135. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/error.rs +0 -0
  136. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/mod.rs +0 -0
  137. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/org_auth_token.rs +0 -0
  138. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/redacting.rs +0 -0
  139. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/test.rs +0 -0
  140. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/user_auth_token.rs +0 -0
  141. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/apple.rs +0 -0
  142. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/mod.rs +0 -0
  143. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/normalize.rs +0 -0
  144. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/validation.rs +0 -0
  145. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build_vcs.rs +0 -0
  146. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/mod.rs +0 -0
  147. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/options.rs +0 -0
  148. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/types.rs +0 -0
  149. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/upload.rs +0 -0
  150. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/ci.rs +0 -0
  151. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/cordova.rs +0 -0
  152. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif.rs +0 -0
  153. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif_upload/error.rs +0 -0
  154. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif_upload/mod.rs +0 -0
  155. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/event.rs +0 -0
  156. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/file_search.rs +0 -0
  157. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/file_upload.rs +0 -0
  158. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/formatting.rs +0 -0
  159. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/fs.rs +0 -0
  160. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/http.rs +0 -0
  161. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/logging.rs +0 -0
  162. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/mod.rs +0 -0
  163. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/non_empty.rs +0 -0
  164. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/binary.rs +0 -0
  165. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/mod.rs +0 -0
  166. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/server.rs +0 -0
  167. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/progress.rs +0 -0
  168. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/mapping.rs +0 -0
  169. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/mod.rs +0 -0
  170. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/upload.rs +0 -0
  171. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/releases.rs +0 -0
  172. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/retry.rs +0 -0
  173. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_default_twenty.snap +0 -0
  174. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_ignore_missing.snap +0 -0
  175. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_base.snap +0 -0
  176. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_previous_commit.snap +0 -0
  177. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__get_commits_from_git.snap +0 -0
  178. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/source_bundle.rs +0 -0
  179. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/sourcemaps/inject.rs +0 -0
  180. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/sourcemaps.rs +0 -0
  181. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/system.rs +0 -0
  182. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/ui.rs +0 -0
  183. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/update.rs +0 -0
  184. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/value_parsers.rs +0 -0
  185. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/vcs.rs +0 -0
  186. {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/xcode.rs +0 -0
@@ -2503,9 +2503,9 @@ dependencies = [
2503
2503
 
2504
2504
  [[package]]
2505
2505
  name = "objectstore-client"
2506
- version = "0.1.9"
2506
+ version = "0.1.12"
2507
2507
  source = "registry+https://github.com/rust-lang/crates.io-index"
2508
- checksum = "754d0120cf9036efad549de3d65223998b5b7ab00943686dd96acdb926a0cfe6"
2508
+ checksum = "2713028097b2f0f00696d7d389a877f7370c02813548124c4422941f669732f3"
2509
2509
  dependencies = [
2510
2510
  "async-compression",
2511
2511
  "bytes",
@@ -2522,16 +2522,18 @@ dependencies = [
2522
2522
  "tokio",
2523
2523
  "tokio-util",
2524
2524
  "url",
2525
+ "zstd-safe",
2525
2526
  ]
2526
2527
 
2527
2528
  [[package]]
2528
2529
  name = "objectstore-types"
2529
- version = "0.1.9"
2530
+ version = "0.1.12"
2530
2531
  source = "registry+https://github.com/rust-lang/crates.io-index"
2531
- checksum = "75d2e3c60712032c880ec7fc56cd01856eb438968957b4c136acd4e6d66f3580"
2532
+ checksum = "c83aedfcc050322caefbfdba0372518f316624995f04f97a1f00cafb08ce1d0c"
2532
2533
  dependencies = [
2533
2534
  "http",
2534
2535
  "humantime",
2536
+ "humantime-serde",
2535
2537
  "mediatype",
2536
2538
  "serde",
2537
2539
  "thiserror 2.0.18",
@@ -3628,7 +3630,7 @@ dependencies = [
3628
3630
 
3629
3631
  [[package]]
3630
3632
  name = "sentry-cli"
3631
- version = "3.5.0"
3633
+ version = "3.5.1"
3632
3634
  dependencies = [
3633
3635
  "anyhow",
3634
3636
  "anylog",
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  build = "build.rs"
3
3
  name = "sentry-cli"
4
- version = "3.5.0"
4
+ version = "3.5.1"
5
5
  edition = "2021"
6
6
  rust-version = "1.91"
7
7
 
@@ -45,7 +45,7 @@ java-properties = "2.0.0"
45
45
  lazy_static = "1.4.0"
46
46
  libc = "0.2.139"
47
47
  log = { version = "0.4.17", features = ["std"] }
48
- objectstore-client = { version = "0.1.9" , default-features = false, features = ["native-tls"] }
48
+ objectstore-client = { version = "0.1.12" , default-features = false, features = ["native-tls"] }
49
49
  open = "3.2.0"
50
50
  parking_lot = "0.12.1"
51
51
  percent-encoding = "2.2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentry_cli
3
- Version: 3.5.0
3
+ Version: 3.5.1
4
4
  Summary: A command line utility to work with Sentry.
5
5
  Home-page: https://github.com/getsentry/sentry-cli
6
6
  Author: Sentry
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentry_cli
3
- Version: 3.5.0
3
+ Version: 3.5.1
4
4
  Summary: A command line utility to work with Sentry.
5
5
  Home-page: https://github.com/getsentry/sentry-cli
6
6
  Author: Sentry
@@ -10,16 +10,10 @@ use crate::config::Config;
10
10
  use crate::utils::args::ArgExt as _;
11
11
  use crate::utils::fs::TempFile;
12
12
 
13
- const EXPERIMENTAL_WARNING: &str =
14
- "[EXPERIMENTAL] The \"build download\" command is experimental. \
15
- The command is subject to breaking changes, including removal, in any Sentry CLI release.";
16
-
17
13
  pub fn make_command(command: Command) -> Command {
18
14
  command
19
- .about("[EXPERIMENTAL] Download a build artifact.")
20
- .long_about(format!(
21
- "Download a build artifact.\n\n{EXPERIMENTAL_WARNING}"
22
- ))
15
+ .about("Download a build artifact.")
16
+ .long_about("Download a build artifact.")
23
17
  .org_arg()
24
18
  .arg(
25
19
  Arg::new("build_id")
@@ -53,7 +47,6 @@ fn extension_from_url(url: &str) -> Result<&str> {
53
47
  }
54
48
 
55
49
  pub fn execute(matches: &ArgMatches) -> Result<()> {
56
- eprintln!("{EXPERIMENTAL_WARNING}");
57
50
  let config = Config::current();
58
51
  let org = config.get_org(matches)?;
59
52
  let build_id = matches
@@ -11,10 +11,6 @@ use crate::utils::fs::{path_as_url, IMAGE_EXTENSIONS};
11
11
  use crate::utils::odiff::binary::ensure_binary;
12
12
  use crate::utils::odiff::server::{OdiffOptions, OdiffResponse, OdiffServer};
13
13
 
14
- const EXPERIMENTAL_WARNING: &str =
15
- "[EXPERIMENTAL] The \"snapshots diff\" command is experimental. \
16
- The command is subject to breaking changes, including removal, in any Sentry CLI release.";
17
-
18
14
  #[derive(Serialize)]
19
15
  struct DiffReport {
20
16
  base_dir: String,
@@ -111,11 +107,8 @@ struct CategorizedImages {
111
107
 
112
108
  pub fn make_command(command: Command) -> Command {
113
109
  command
114
- .about("[EXPERIMENTAL] Compare two directories of snapshot images locally using odiff.")
115
- .long_about(format!(
116
- "Compare two directories of snapshot images locally using odiff.\n\n\
117
- {EXPERIMENTAL_WARNING}"
118
- ))
110
+ .about("Compare two directories of snapshot images locally using odiff.")
111
+ .long_about("Compare two directories of snapshot images locally using odiff.")
119
112
  .arg(
120
113
  Arg::new("base_dir")
121
114
  .value_name("BASE_DIR")
@@ -171,8 +164,6 @@ pub fn make_command(command: Command) -> Command {
171
164
  }
172
165
 
173
166
  pub fn execute(matches: &ArgMatches) -> Result<()> {
174
- eprintln!("{EXPERIMENTAL_WARNING}");
175
-
176
167
  let base_dir = PathBuf::from(
177
168
  matches
178
169
  .get_one::<String>("base_dir")
@@ -10,19 +10,14 @@ use crate::config::Config;
10
10
  use crate::utils::args::ArgExt as _;
11
11
  use crate::utils::fs::{path_as_url, TempFile};
12
12
 
13
- const EXPERIMENTAL_WARNING: &str =
14
- "[EXPERIMENTAL] The \"snapshots download\" command is experimental. \
15
- The command is subject to breaking changes, including removal, in any Sentry CLI release.";
16
-
17
13
  pub fn make_command(command: Command) -> Command {
18
14
  command
19
- .about("[EXPERIMENTAL] Download baseline snapshot images from Sentry.")
20
- .long_about(format!(
15
+ .about("Download baseline snapshot images from Sentry.")
16
+ .long_about(
21
17
  "Download baseline snapshot images from Sentry's preprod system to a local directory.\n\n\
22
18
  Use --snapshot-id to download a specific snapshot, or --app-id to resolve the latest \
23
- baseline (org auth tokens require --project with a numeric project ID for --app-id).\n\n\
24
- {EXPERIMENTAL_WARNING}"
25
- ))
19
+ baseline (org auth tokens require --project with a numeric project ID for --app-id).",
20
+ )
26
21
  .org_arg()
27
22
  .project_arg(false)
28
23
  .arg(
@@ -56,8 +51,6 @@ pub fn make_command(command: Command) -> Command {
56
51
  }
57
52
 
58
53
  pub fn execute(matches: &ArgMatches) -> Result<()> {
59
- eprintln!("{EXPERIMENTAL_WARNING}");
60
-
61
54
  let config = Config::current();
62
55
  let org = config.get_org(matches)?;
63
56
  let api_ref = Api::current();
@@ -23,7 +23,7 @@ pub fn make_command(mut command: Command) -> Command {
23
23
  }
24
24
 
25
25
  command = command
26
- .about("[EXPERIMENTAL] Manage and compare snapshots.")
26
+ .about("Manage and compare snapshots.")
27
27
  .subcommand_required(true)
28
28
  .arg_required_else_help(true);
29
29
  each_subcommand!(add_subcommand);
@@ -25,17 +25,12 @@ use crate::utils::build_vcs::collect_git_metadata;
25
25
  use crate::utils::ci::is_ci;
26
26
  use crate::utils::fs::IMAGE_EXTENSIONS;
27
27
 
28
- const EXPERIMENTAL_WARNING: &str =
29
- "[EXPERIMENTAL] The \"snapshots upload\" command is experimental. \
30
- The command is subject to breaking changes, including removal, in any Sentry CLI release.";
31
28
  const MAX_PIXELS_PER_IMAGE: u64 = 40_000_000;
32
29
 
33
30
  pub fn make_command(command: Command) -> Command {
34
31
  command
35
- .about("[EXPERIMENTAL] Upload snapshots to a project.")
36
- .long_about(format!(
37
- "Upload snapshots to a project.\n\n{EXPERIMENTAL_WARNING}"
38
- ))
32
+ .about("Upload snapshots to a project.")
33
+ .long_about("Upload snapshots to a project.")
39
34
  .org_arg()
40
35
  .project_arg(false)
41
36
  .arg(
@@ -118,8 +113,6 @@ impl ImageInfo {
118
113
  }
119
114
 
120
115
  pub fn execute(matches: &ArgMatches) -> Result<()> {
121
- eprintln!("{EXPERIMENTAL_WARNING}");
122
-
123
116
  let config = Config::current();
124
117
  let org = config.get_org(matches)?;
125
118
  let project = config.get_project(matches)?;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes