Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.41.1 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 24, 2024

Bumps scripts/update-cli.sh from 2.36.1 to 2.41.1.

Auto-generated by a dependency updater.

Changelog

2.41.1

Various fixes & improvements

  • build: Replace dotenv with dotenvy (#2351) by szokeasaurusrex
    • This fixes a problem where multiline env variables were not supported in .env files

2.41.0

Various fixes & improvements

  • build: Bump symbolic to 12.13.3 (#2346) by szokeasaurusrex
  • ref(api): Replace custom deserializer with derive (#2337) by szokeasaurusrex
  • ref(sourcemaps): Reduce sourcemap upload memory usage (#2343) by szokeasaurusrex
  • build: Update memmap2 (#2340) by szokeasaurusrex
  • ref: Fix new clippy lints (#2341) by szokeasaurusrex
  • feat(dif): Fail debug-files upload when file is too big (#2331) by szokeasaurusrex
  • ref(dif): Handle "too big" error with warning (#2330) by szokeasaurusrex
  • ref(dif): Create type for DIF validation errors (#2329) by szokeasaurusrex
  • ref(api): Remove unnecessary collect (#2333) by szokeasaurusrex

2.40.0

New features

  • feat(debugid): Update debug ID snippet to write on globalThis when available (#2301) by lforst

Improvements

  • build: Change release opt-level (#2325) by szokeasaurusrex
  • build: Make backtraces useable in release builds (#2324) by szokeasaurusrex

Bug fixes

  • fix(chunking): Remove power-of-two chunk size restriction (#2312) by szokeasaurusrex

Non-user-facing changes

We made several refactors and added several tests in this release. These changes should not affect users.

  • ref(sourcemaps): Reword "no sourcemap ref" (#2320) by szokeasaurusrex
  • test(proguard): Add chunk upload tests (#2322) by szokeasaurusrex
  • ref(proguard): Use existing chunked upload logic (#2318) by szokeasaurusrex
  • ref(chunks): Remove upload-dif reference from poll_assemble (#2321) by szokeasaurusrex
  • ref(chunks): Make render_detail take Option<&str> (#2317) by szokeasaurusrex
  • ref(chunks): Extract upload logic from upload_difs_chunked (#2316) by szokeasaurusrex
  • ref(chunks): Rename upload module to options (#2315) by szokeasaurusrex
  • ref(chunks): Make ChunkOptions a struct (#2314) by szokeasaurusrex
  • ref(dif): Use &str in DifUpload struct (#2307) by szokeasaurusrex
  • ref(dif): Genericize poll_assemble (#2300) by szokeasaurusrex
  • feat(release): Replace release bot with GH app (#2306) by Jeffreyhung
  • fix(proguard): Add leading / to uploaded Proguard file name (#2304) by szokeasaurusrex
  • ref(dif): Genericize try_assemble options parameter (#2299) by szokeasaurusrex
  • ref(api): Rename ChunkedUploadOptions to indicate they are set by server (#2298) by szokeasaurusrex
  • ref(proguard): Use Chunked<ProguardMapping> for proguard upload (#2296) by szokeasaurusrex
  • ref(chunks): Make ChunkedDifRequest take Cow<'_, str> for name (#2295) by szokeasaurusrex
  • ref(proguard): Replace MappingRef with ProguardMapping (#2294) by szokeasaurusrex
  • ref(proguard): Create new proguard utils submodule (#2293) by szokeasaurusrex
  • ref(proguard): Directly open paths as ByteView (#2292) by szokeasaurusrex
  • ref(dif): Put hash in ChunkedDifRequest (#2290) by szokeasaurusrex
  • ref(chunks): Rename Named trait to Assemblable (#2289) by szokeasaurusrex
  • ref(dif): Make poll_assemble generic (#2287) by szokeasaurusrex
  • ref(dif): Rename ToAssemble trait
  • ref(dif): Make try_assemble_dif generic
  • ref(dif): Replace ChunkedDifMatch with generic ChunkedObject
  • ref(utils): Use usize in get_sha1_checksums signature
  • test(chunk-upload): Test chunk uploading only some chunks missing
  • ref: Fix new Clippy lints
  • test(chunk-upload): Test upload where only some files need upload (#2276)
  • test(chunk-upload): Test chunk upload with many chunks (#2275)
  • ref(test): Use constant for expected request boundary (#2277)
  • test(chunk-upload): Add a test for uploading multiple debug files (#2274)
  • ref(sourcemaps): Fix clippy lint
  • ref(test): Introduce assert_cmd test manager
  • test(chunk-upload): Add test for full chunk upload

2.39.1

Various fixes & improvements

  • fix(sourcemaps): Correctly read files with debug_id and debugId (#2268) by loewenheim
  • build: Remove unused dependencies (#2255) by szokeasaurusrex
  • ref(proguard): Define environment variable name in constant (#2265) by szokeasaurusrex
  • ref(test): Remove redundant line (#2266) by szokeasaurusrex
  • fix(proguard): Wait until chunks are assembled (#2267) by szokeasaurusrex

2.39.0

Features/improvements

  • feat(proguard): Introduce experimental chunk uploading feature (#2264) by szokeasaurusrex
  • feat: Read debug IDs from debugId field in sourcemaps (#2222)

Various fixes & improvements

  • ref(proguard): Delete pointless code (#2263) by szokeasaurusrex
  • fix: Improve error handling in dif.rs (#2225)
  • ci: Run codeql-analysis on all PRs (#2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#2212)
  • ref(utils): Remove allow(dead_code) from update utils (#2216)
  • ref(api): Remove blanket allow(dead_code) (#2215)
  • ref(api): Only allow dead code where needed (#2213)

Changes to tests

  • ref(test): Broaden with_header_matcher types (#2261) by szokeasaurusrex
  • ref(test): Accept impl Into<Matcher> for with_matcher (#2260) by szokeasaurusrex
  • ref(test): Align with_reponse_body parameter to mockito (#2259) by szokeasaurusrex
  • ref(test): Make mock builder status default to 200 (#2258) by szokeasaurusrex
  • ref(test): Change chunk upload options org (#2257) by szokeasaurusrex
  • ref(test): Bump mockito mocking library (#2254) by szokeasaurusrex
  • ref(test): Use TestManager in new chunk upload test (#2253) by szokeasaurusrex
  • ref(test): Add TestManager struct for uniform test setup (#2252) by szokeasaurusrex
  • ref(tests): mock_common_endpoints refactor (#2251) by szokeasaurusrex
  • ref(tests): Simplify mock_common_upload_endpoints (#2250) by szokeasaurusrex
  • ref(tests): Extract mock_common_upload_endpoints into module (#2249) by szokeasaurusrex
  • ref(tests): Rename mocking to mock_endpoint_builder (#2248) by szokeasaurusrex
  • ref: Fix typo in tests (#2243) by szokeasaurusrex
  • ref(test): Rename EndpointOptions to MockEndpointBuilder (#2247) by szokeasaurusrex
  • ref(test): Refactor EndpointOptions (#2246) by szokeasaurusrex
  • ref(test): Privatize struct fields of EndpointOptions (#2245) by szokeasaurusrex
  • ref(test): Move mock endpoint code to module (#2244) by szokeasaurusrex
  • test: batch send-event tests (#2230) by szokeasaurusrex
  • test: Run trycmd tests with RUST_BACKTRACE=0 (#2242) by szokeasaurusrex
  • test(send-metric): Batch tests together (#2241) by szokeasaurusrex
  • test(react_native): Bubble up target_os (#2240) by szokeasaurusrex
  • test(projects): Batch tests together (#2239) by szokeasaurusrex
  • test(monitors): Batch monitors tests (#2236)
  • test(monitors): Delete unneeded monitors test (#2237)
  • test(organizations): Batch tests together (#2238)
  • test(events): Batch tests together (#2235)
  • test(debug-files): Batch tests together (#2234)
  • test: batch token validation tests (#2231)
  • test: batch upload-proguard tests (#2233)
  • test: batch update tests (#2232)
  • test: Batch org token tests together (#2229)
  • test: Batch bash_hook tests together (#2226)
  • test: batch login tests (#2228)
  • test: Batch send envelope tests together (#2227)
  • test(debug-files): Add test for assemble endpoint call
  • ref(tests): Decouple test env vars from trycmd code

2.38.2

Various fixes & improvements

  • deps: Update symbolic to 12.12.0 (#2210) by loewenheim

2.38.1

Various fixes & improvements

  • meta: Remove .vscode directory from version control (#2208) by szokeasaurusrex
  • build(windows): Statically link CRT on Windows (#2203) by szokeasaurusrex
  • ref: Update main to indicate it does not return (#2192) by szokeasaurusrex
  • ref: Indicate that commands::main does not return (#2191) by szokeasaurusrex

2.38.0

Various fixes & improvements

  • feat(errors): Print backtrace when RUST_BACKTRACE=1 (#2189) by szokeasaurusrex
  • fix(crons): Don't panic when passing --auth-token (#2172) by szokeasaurusrex

2.37.0

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

2.36.6

There are no code changes in this release. It is being performed to test an update to the release build process.

2.36.5

There are no code changes in this release. It is a re-release of 2.36.4, which we are making because 2.36.4 and 2.36.3
failed to publish to PyPI.

2.36.4

This releases fixes includes a bugfix (#2171 by szokeasaurusrex) for #2169. The bug caused any command run with
sentry-cli monitors run to not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentry
outage or due to some other network failure. With the bugfix, we log the error and execute the program even when there
was an error sending the checkin.

We recommend that all users using sentry-cli monitors run upgrade to Sentry CLI version 2.36.4 immediately.

2.36.3

Various fixes & improvements

  • build: Upgrade curl-sys (#2164) by szokeasaurusrex

2.36.2

Various fixes & improvements

  • fix(deploys): Honor --project in deploys new subcommand (#2160) by szokeasaurusrex
  • ref(metrics): Deprecate send-metric commands (#2154) by szokeasaurusrex

@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 216cd1e to 3b62b1d Compare September 24, 2024 03:13
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.36.2 chore(deps): update CLI to v2.36.3 Sep 27, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 3b62b1d to f95a144 Compare September 27, 2024 03:12
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.36.3 chore(deps): update CLI to v2.36.4 Oct 1, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from 45de0d1 to 5b8feb7 Compare October 2, 2024 03:11
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.36.4 chore(deps): update CLI to v2.36.5 Oct 2, 2024
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.36.5 chore(deps): update CLI to v2.36.6 Oct 3, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from d317d75 to 1fdc3dc Compare October 8, 2024 03:14
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.36.6 chore(deps): update CLI to v2.37.0 Oct 8, 2024
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.37.0 chore(deps): update CLI to v2.38.0 Oct 23, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 1fdc3dc to 57f5f27 Compare October 23, 2024 03:12
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 57f5f27 to 28ba1ec Compare October 31, 2024 03:14
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.38.0 chore(deps): update CLI to v2.38.1 Oct 31, 2024
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.38.1 chore(deps): update CLI to v2.38.2 Nov 5, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 28ba1ec to a5aa7c5 Compare November 5, 2024 03:11
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.38.2 chore(deps): update CLI to v2.39.0 Nov 23, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from a5aa7c5 to a2c6e48 Compare November 23, 2024 03:15
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.39.0 chore(deps): update CLI to v2.39.1 Nov 27, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from a2c6e48 to bd894f0 Compare November 27, 2024 03:21
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from bd894f0 to 30f4b4e Compare January 3, 2025 03:12
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.39.1 chore(deps): update CLI to v2.40.0 Jan 3, 2025
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.40.0 chore(deps): update CLI to v2.41.0 Jan 21, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 30f4b4e to cd6622f Compare January 21, 2025 03:09
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.41.0 chore(deps): update CLI to v2.41.1 Jan 22, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from cd6622f to 9390a7f Compare January 22, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant