@sentry/cli-darwin
Advanced tools
Changelog
2.42.0
With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI.
--use-artifact-bundle
option (#2349) by @szokeasaurusrexuseArtifactBundle
JS option (#2348) by @szokeasaurusrexdocker
(#2390) by @szokeasaurusrexurl
crate (#2379) by @szokeasaurusrexunnecessary_wraps
for add_debug_id_references
(#2369) by @szokeasaurusrexunnecessary_wraps
for add_sourcemap_references
(#2368) by @szokeasaurusrexunnecessary_wraps
lint for SourceMapsProcessor::add
(#2367) by @szokeasaurusrexlookup_pos
not return Option
(#2366) by @szokeasaurusrexApi::with_body
return Self
(#2363) by @szokeasaurusrexwith_retry
return Self
(#2365) by @szokeasaurusrexprogress_bar_mode
return Self
(#2364) by @szokeasaurusrexunnecessary_wraps
lint for set_auth
(#2362) by @szokeasaurusrexResult
from Config::from_file
(#2361) by @szokeasaurusrexclippy::unnecessary_wraps
lint (#2358) by @szokeasaurusrex-D warnings
(#2359) by @szokeasaurusrex--log-level
parsing (#2356) by @szokeasaurusrexChangelog
2.41.1
dotenv
with dotenvy
(#2351) by @szokeasaurusrex
.env
filesChangelog
2.41.0
symbolic
to 12.13.3
(#2346) by @szokeasaurusrexmemmap2
(#2340) by @szokeasaurusrexdebug-files upload
when file is too big (#2331) by @szokeasaurusrexcollect
(#2333) by @szokeasaurusrexChangelog
2.40.0
globalThis
when available (#2301) by @lforstWe made several refactors and added several tests in this release. These changes should not affect users.
upload-dif
reference from poll_assemble
(#2321) by @szokeasaurusrexrender_detail
take Option<&str>
(#2317) by @szokeasaurusrexupload_difs_chunked
(#2316) by @szokeasaurusrexupload
module to options
(#2315) by @szokeasaurusrexChunkOptions
a struct
(#2314) by @szokeasaurusrex&str
in DifUpload
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
take Cow<'_, str>
for name
(#2295) by @szokeasaurusrexMappingRef
with ProguardMapping
(#2294) by @szokeasaurusrexproguard
utils
submodule (#2293) by @szokeasaurusrexByteView
(#2292) by @szokeasaurusrexChunkedDifRequest
(#2290) by @szokeasaurusrexNamed
trait to Assemblable
(#2289) by @szokeasaurusrexpoll_assemble
generic (#2287) by @szokeasaurusrexToAssemble
traittry_assemble_dif
genericChunkedDifMatch
with generic ChunkedObject
usize
in get_sha1_checksums
signatureassert_cmd
test managerChangelog
2.39.1
Changelog
2.39.0
debugId
field in sourcemaps (#2222)assert_cmd
as a dev dependencySENTRY_DUMP_REPONSE
environment variable (#2212)allow(dead_code)
from update utils (#2216)allow(dead_code)
(#2215)with_header_matcher
types (#2261) by @szokeasaurusreximpl Into<Matcher>
for with_matcher
(#2260) by @szokeasaurusrexwith_reponse_body
parameter to mockito
(#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
to mock_endpoint_builder
(#2248) by @szokeasaurusrexEndpointOptions
to MockEndpointBuilder
(#2247) by @szokeasaurusrexEndpointOptions
(#2246) by @szokeasaurusrexEndpointOptions
(#2245) by @szokeasaurusrextrycmd
tests with RUST_BACKTRACE=0
(#2242) by @szokeasaurusrextarget_os
(#2240) by @szokeasaurusrexbash_hook
tests together (#2226)assemble
endpoint callChangelog
2.38.2
Changelog
2.38.1
.vscode
directory from version control (#2208) by @szokeasaurusrexmain
to indicate it does not return (#2192) by @szokeasaurusrexcommands::main
does not return (#2191) by @szokeasaurusrexChangelog
2.38.0
RUST_BACKTRACE=1
(#2189) by @szokeasaurusrex--auth-token
(#2172) by @szokeasaurusrexChangelog
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.