This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
chore(deps): update all non-major dependencies #62
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.
This PR contains the following updates:
1.0.0-alpha-844
->1.0.3
2.41.0
->2.53.0
6.0.1
->6.0.18
6.0.1
->6.0.18
6.0.1
->6.0.18
6.0.2
->6.0.8
7.1.0
->7.2.3
3.12.3
->3.33.1
16.0.8
->16.1.26
Release Notes
grpc/grpc-dotnet
v2.53.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.53.0-pre1...v2.53.0
v2.52.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.52.0-pre1...v2.52.0
v2.51.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.51.0-pre1...v2.51.0
v2.50.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.50.0-pre1...v2.50.0
v2.49.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.49.0-pre1...v2.49.0
dotnet/efcore
v6.0.18
: .NET 6.0.18Release
v6.0.16
: EF Core 6.0.16This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.15.
v6.0.15
: EF Core 6.0.15This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.14.
v6.0.14
: EF Core 6.0.14This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.13.
v6.0.13
: EF Core 6.0.13This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.12.
v6.0.12
: EF Core 6.0.12This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.11
: EF Core 6.0.11This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.10
: EF Core 6.0.10This is a patch release of EF Core 6.0. containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.9.
v6.0.9
: EF Core 6.0.9This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.8
: EF Core 6.0.8This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.7
: EF Core 6.0.7This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.6
: EF Core 6.0.6This is a patch release of EF Core 6.0 containing only important bug fixes:
Note that this release contains a breaking change for the
dotnet-ef
command line tool.v6.0.5
: EF Core 6.0.5This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.4
: EF Core 6.0.4This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.3
: EF Core 6.0.3This is a patch release of EF Core 6.0 containing only important bug fixes:
v6.0.2
: EF Core 6.0.2This is a patch release of EF Core 6.0 containing only important bug fixes:
npgsql/efcore.pg
v6.0.7
The full list of changes is available here.
v6.0.6
The full list of changes is available here.
v6.0.5
The full list of changes is available here.
v6.0.4
The full list of changes is available here.
v6.0.3
The full list of changes is available here.
Remora/Remora.Results
v7.1.3
Compare Source
v7.1.2
Compare Source
v7.1.1
Compare Source
getsentry/sentry-dotnet
v3.33.1
Compare Source
Fixes
UIKit
,ABI.Microsoft
andWinRT
frames are now marked "system" instead of "in app".Dependencies
v3.33.0
Compare Source
Features
AggregateException
is handled. Instead of filtering them out client-side, the SDK marks them as an "exception group",and adds includes data that represents the hierarchical structure of inner exceptions. Sentry now recognizes this server-side,
improving the accuracy of the issue detail page.
KeepAggregateException
option is now obsolete and does nothing. Please remove any usages ofKeepAggregateException
.The effect of updating the SDK early will be as if
KeepAggregateException = true
was set. That will not break anything, but may affect issue grouping and alerts.Fixes
Dependencies
v3.32.0
Compare Source
Features
Azure Functions (Isolated Worker/Out-of-Process) support (#2346)
beta.1
release. Please give it a try and let us know how it goes!/samples/Sentry.Samples.AzureFunctions.Worker
.Add
Hint
support (#2351)ISentryEventProcessorWithHint
orISentryTransactionProcessorWithHint
, instead ofISentryEventProcessor
orISentryTransactionProcessor
.BeforeSend
,BeforeSendTransaction
, andBeforeBreadcrumb
properties on theSentryOptions
class. They have been replaced withSetBeforeSend
,SetBeforeSendTransaction
, andSetBeforeBreadcrumb
respectively. Each one provides overloads both with and without aHint
object.Allow setting the active span on the scope (#2364)
Scope.GetSpan
method in favor of aScope.Span
property (which now has a setter as well).Remove authority from URLs sent to Sentry (#2365)
Add tag filters to
SentryOptions
(#2367)Fixes
Fix
EnableTracing
option conflict withTracesSampleRate
(#2368)TracesSampleRate
property has been made nullable.Though extremely uncommon, if you are retrieving the
TracesSampleRate
property for some reason, you will need to account for nulls.However, there is no change to the behavior or typical usage of either of these properties.
CachedTransport gracefully handles malformed envelopes during processing (#2371)
Remove extraneous iOS simulator resources when building MAUI apps using Visual Studio "Hot Restart" mode, to avoid hitting Windows max path (#2384)
Dependencies
v3.31.0
Compare Source
Features
WithScope
and addWithScopeAsync
(#2303) (#2309)RemoveExceptionFilter
,RemoveEventProcessor
andRemoveTransactionProcessor
extension methods onSentryOptions
(#2331)Fixes
System.Reflection.Metadata
dependency for .NET Core 3 (#2302)HttpClient.Send
inSentryHttpMessageHandler
(#2336)Dependencies
v3.30.0
Compare Source
Features
FileDiagnosticLogger
to assist with debugging the SDK (#2242)Scope.Clear
andScope.ClearBreadcrumbs
methods (#2284)Fixes
AddAspNet
more than once should not block all errors from being sent (#2253)Dependencies
Bump Cocoa SDK from v8.3.0 to v8.4.0 (#2237, #2248, #2251, #2285)
Bump CLI from v2.14.4 to v2.17.0 (#2238, #2244, #2252, #2264, #2292)
Bump Java SDK from v6.15.0 to v6.17.0 (#2243, #2277)
v3.29.1
Compare Source
Fixes
packages.config
nuget (#2224)Dependencies
v3.29.0
Compare Source
Notice: The
<SentryUploadSymbols>
MSBuild property previously defaulted totrue
for projects compiled inRelease
configuration.It is now
false
by default. To continue uploading symbols, you must opt-in by setting it totrue
.See the MSBuild Setup docs for further details.
Features
View Hierarchy
(#2163)SentryUploadSources
to work even when not uploading symbols (#2197)BeforeSendTransaction
(#2188)EnableTracing
option to simplify enabling tracing (#2201)SentryUploadSymbols
strictly opt-in (#2216)Fixes
Dependencies
v3.28.1
Compare Source
Fixes
v3.28.0
Compare Source
Features
instruction_addr_adjustment
attribute to SentryStackTrace (#2151)Fixes
nuget.org
assnupkg
packages (#2166)Dependencies
v3.27.1
Compare Source
Fixes
v3.27.0
Compare Source
Features
Sentry.Android.AssemblyReader
as a separate nuget package (for reuse bySentry.Xamarin
) (#2127)v3.26.2
Compare Source
Fixes
v3.26.1
Compare Source
Fixes
v3.26.0
Compare Source
Features
Fixes
v3.25.0
Compare Source
Features
Fixes
v3.24.1
Compare Source
Fixes
v3.24.0
Compare Source
Features
Fixes
CacheDirectoryPath
option on MAUI (#2055)v3.23.1
Compare Source
Fixes
v3.23.0
Compare Source
Features
Sentry.Maui
(#2005)ISpan.GetTransaction
convenience method (#2014)Fixes
Sentry
now depends onSentry.Bindings.Android
fornet6.0-android
targets.Sentry
now depends onSentry.Bindings.Cocoa
fornet6.0-ios
andnet6.0-maccatalyst
targets.Sentry.Extensions.Logging
(#1992)SentryEvent.Exception
(#2011)Google.Cloud.Functions.Hosting
to version 1.1.0 (#2015)v3.22.0
Compare Source
Features
SentryOptions.AttachStackTrace
is now enabled by default. (#1907)TransactionNameSource
annotation (#1910)User.Segment
property (#1920)JsonConverter
s (#1934)Fixes
AggregateException
(#1924)ok
instead ofunknown_error
(#1970)v3.21.0
Compare Source
Includes Sentry.Maui Preview 3
Features
Distribution
properties (#1851)Release
andDistribution
for iOS and Android (#1856)Fixes
server-os
andserver-runtime
(#1893)v3.20.1
Compare Source
Fixes
sent_at
header when offline caching is enabled throughCacheDirectoryPath
(#1818)v3.20.0
Compare Source
Features
sent_at
instead ofsentry_timestamp
to reduce clock skew (#1690)Fixes
ConcurrentHashMap
on Android <= 9 (#1761)BackgroundWorker
(#1773)InitCacheFlushTimeout
(#1784)v3.19.0
Compare Source
Includes Sentry.Maui Preview 2
Features
EnumerateChainedExceptions
(#1733)IntPtr
andUIntPtr
serialization (#1746)Fixes
SentryDiagnosticListenerIntegration
to be added multiple times (#1748)v3.18.0
Compare Source
Includes Sentry.Maui Preview 1
Features
HttpContext
available for sampling decisions (#1682)net6.0-android
target for theSentry
core library, which bundles the Sentry Android SDK:Sentry.Maui
integration library for the .NET MAUI platform:Fixes
KeepAggregateException
totrue
.SentryEvent
(#1693)Platform
name (#1702)v3.17.1
Compare Source
Fixes
InitCacheFlushTimeout
option is implemented. (#1644)v3.17.0
Compare Source
Notice: If you are using self-hosted Sentry, this version and forward requires either Sentry version >= 21.9.0, or you must manually disable sending client reports via the
SendClientReports
option.Features
ITransport
andSentryOptions.Transport
public, to support using custom transports (#1602)Fixes
System.Text.Json
issue with Unity IL2CPP. (#1583)BeforeSend
callback. (#1587)Platform
and always writecsharp
([#1610](https://togithub.com/getsentry/sentry-dotnet/Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.