forked from getsentry/sentry-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
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
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
deps/scripts/update-cli.sh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
216cd1e
to
3b62b1d
Compare
3b62b1d
to
f95a144
Compare
45de0d1
to
5b8feb7
Compare
d317d75
to
1fdc3dc
Compare
1fdc3dc
to
57f5f27
Compare
57f5f27
to
28ba1ec
Compare
28ba1ec
to
a5aa7c5
Compare
a5aa7c5
to
a2c6e48
Compare
a2c6e48
to
bd894f0
Compare
bd894f0
to
30f4b4e
Compare
30f4b4e
to
cd6622f
Compare
cd6622f
to
9390a7f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
dotenv
withdotenvy
(#2351) by szokeasaurusrex.env
files2.41.0
Various fixes & improvements
symbolic
to12.13.3
(#2346) by szokeasaurusrexmemmap2
(#2340) by szokeasaurusrexdebug-files upload
when file is too big (#2331) by szokeasaurusrexcollect
(#2333) by szokeasaurusrex2.40.0
New features
globalThis
when available (#2301) by lforstImprovements
Bug fixes
Non-user-facing changes
We made several refactors and added several tests in this release. These changes should not affect users.
upload-dif
reference frompoll_assemble
(#2321) by szokeasaurusrexrender_detail
takeOption<&str>
(#2317) by szokeasaurusrexupload_difs_chunked
(#2316) by szokeasaurusrexupload
module tooptions
(#2315) by szokeasaurusrexChunkOptions
astruct
(#2314) by szokeasaurusrex&str
inDifUpload
struct (#2307) by szokeasaurusrexpoll_assemble
(#2300) by szokeasaurusrex/
to uploaded Proguard file name (#2304) by szokeasaurusrextry_assemble
options
parameter (#2299) by szokeasaurusrexChunkedUploadOptions
to indicate they are set by server (#2298) by szokeasaurusrexChunked<ProguardMapping>
for proguard upload (#2296) by szokeasaurusrexChunkedDifRequest
takeCow<'_, str>
forname
(#2295) by szokeasaurusrexMappingRef
withProguardMapping
(#2294) by szokeasaurusrexproguard
utils
submodule (#2293) by szokeasaurusrexByteView
(#2292) by szokeasaurusrexChunkedDifRequest
(#2290) by szokeasaurusrexNamed
trait toAssemblable
(#2289) by szokeasaurusrexpoll_assemble
generic (#2287) by szokeasaurusrexToAssemble
traittry_assemble_dif
genericChunkedDifMatch
with genericChunkedObject
usize
inget_sha1_checksums
signatureassert_cmd
test manager2.39.1
Various fixes & improvements
2.39.0
Features/improvements
debugId
field in sourcemaps (#2222)Various fixes & improvements
assert_cmd
as a dev dependencySENTRY_DUMP_REPONSE
environment variable (#2212)allow(dead_code)
from update utils (#2216)allow(dead_code)
(#2215)Changes to tests
with_header_matcher
types (#2261) by szokeasaurusreximpl Into<Matcher>
forwith_matcher
(#2260) by szokeasaurusrexwith_reponse_body
parameter tomockito
(#2259) by szokeasaurusrex200
(#2258) by szokeasaurusrexmockito
mocking library (#2254) by szokeasaurusrexTestManager
in new chunk upload test (#2253) by szokeasaurusrexTestManager
struct for uniform test setup (#2252) by szokeasaurusrexmock_common_endpoints
refactor (#2251) by szokeasaurusrexmock_common_upload_endpoints
(#2250) by szokeasaurusrexmock_common_upload_endpoints
into module (#2249) by szokeasaurusrexmocking
tomock_endpoint_builder
(#2248) by szokeasaurusrexEndpointOptions
toMockEndpointBuilder
(#2247) by szokeasaurusrexEndpointOptions
(#2246) by szokeasaurusrexEndpointOptions
(#2245) by szokeasaurusrextrycmd
tests withRUST_BACKTRACE=0
(#2242) by szokeasaurusrextarget_os
(#2240) by szokeasaurusrexbash_hook
tests together (#2226)assemble
endpoint call2.38.2
Various fixes & improvements
2.38.1
Various fixes & improvements
.vscode
directory from version control (#2208) by szokeasaurusrexmain
to indicate it does not return (#2192) by szokeasaurusrexcommands::main
does not return (#2191) by szokeasaurusrex2.38.0
Various fixes & improvements
RUST_BACKTRACE=1
(#2189) by szokeasaurusrex--auth-token
(#2172) by szokeasaurusrex2.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 Sentryoutage 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
curl-sys
(#2164) by szokeasaurusrex2.36.2
Various fixes & improvements
--project
indeploys new
subcommand (#2160) by szokeasaurusrexsend-metric
commands (#2154) by szokeasaurusrex