Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updated Discord.Addons.Hosting from 6.0.0 to 6.1.0.

Release notes

Sourced from Discord.Addons.Hosting's releases.

6.1.0

  • Updates Discord.NET to v3.15 to fix a binary compatibility break introduced in that version (Closes #​32).

Commits viewable in compare view.

Updated Discord.Net from 3.14.1 to 3.18.0.

Release notes

Sourced from Discord.Net's releases.

3.18.0

[3.18.0] - 2025-07-19

This release finally brings components v2 support to stable 🎉
It did not come for free though, involving a few breaking changes, which should be minimal, but they are breaking nontheless; you can find more info in the docs.

Added

  • #​3145 add ApproximateUserAuthorizationCount (6e1f9c1)
  • #​3147 [CV2] add children component counts to IComponentContainer (f18c836)
  • #​3153 [CV2] QoL & fixes (800a234)
  • #​3156 Add user primary guild (79b455e)
  • #​3131 support POLL_RESULT (46) in MessageType enum (dc3bd76)
  • #​3162 Components v2 docs :wires: (cf66ab4)

Fixed

  • #​3138 Fix value of TextDisplayBuilder.MaxContentLength (b338d30)
  • #​3140 Fixed incorrect ComponentType in TextDisplayBuilder. (7a74f78)
  • #​3142 Fix overflow exception (0c1536d)
  • #​3146 Fixed missing Type in constructor SelectMenuBuilder(SelectMenuComponent) (c07c28d)
  • #​3148 fix(IsLoadableModule): return false for abstract classes (978f999)
  • #​3152 Guild member JoinedAt nullability (c343ce9)
  • #​3158 Certain global user properies not getting updated (f9ba642)

Misc

  • #​3139 Fix visibility of MessageComponent.Empty (35d94ca)
  • #​3144 edge case missed (1e50900)
  • #​3161 Fix guild tag badge URL helper (80b4328)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0-beta.3...3.18.0

3.18.0-beta.3

[3.18.0-beta.3] - 2025-05-26

Fixed

  • #​3125 Add empty constructors for containers (56d6980)
  • #​3126 Include section accessories in ComponentCount() (5f2d173)
  • #​3129 Fix error when only sending components in response to interactions (b1c2fcb)
  • #​3135 Fix some CV2 oversights (35b493c)

Misc

  • #​3130 correct typo (523212a)
  • #​3127 Change comment to reflect longer polls (9f9b093)
  • #​3133 refactor(TimestampTagStyles): replace ASCII integer values with character literals (e68fa50)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0-beta.2...3.18.0-beta.3

3.18.0-beta.2

[3.18.0-beta.2] - 2025-05-09

This beta release brings more QoL things to CV2 support and fixes some bugs discovered during testing.

Added

  • #​3119 Add component => builder converters (b729380)
  • #​3120 use Color for container AccentColor & fix action row validation (c888c84)
  • #​3123 Component search fixes & improvements (be8e6e0)

Fixed

  • #​3121 fix & improve ToBuilder methods (4ab96c7)
  • #​3122 Fix Ids in ActionRowComponent and SelectmenuComponent (57cdec7)

Misc

  • #​3108 Ensure the required gateway intent is available when connected to audio (f1ff191)

Full Changelog: discord-net/Discord.Net@3.18.0-beta.1...3.18.0-beta.2

3.18.0-beta.1

[3.18.0-beta.1] - 2025-05-08

This prerelease brings initial support for components v2!

Added

  • #​3065 Components V2 (ba78e0c)
  • #​3110 CV2 Find component by id (cc81669)

Fixed

  • #​3106 Providing multiple message flags fails to pass validations (05a0acc)
  • #​3114 Fix NRE responding with a modal info class with null required fields (2b6a912)

Misc

  • #​3107 update component limits + add ComponentCount() extension (348928a)

Full Changelog: discord-net/Discord.Net@3.17.4...3.18.0/beta.1

3.17.4

[3.17.4] - 2025-04-26

An error slipped past the review and testing, so here's the hotfix. Apologies for the inconvenience

Full Changelog: discord-net/Discord.Net@3.17.3...3.17.4

3.17.3

[3.17.3] - 2025-04-26

This release brings a few more fixes and little addition in preparation for the Components V2 release.

Added

  • #​3088 Add handler for unknown Discord dispatch events (9b79f0b)
  • #​3090 Per file attachement size limits (649f52b)

Fixed

  • #​3084 Fixed type reader/converter parsing exception (88cfbe5)
  • #​3091 Fixed modals with value type properties (a8523c5)
  • #​3094 Fix WriteSilentFramesAsync sending a partial frame at first (2da25f3)

Misc

  • #​3081 add missing gif sticker format (6f623a6)
  • #​3087 Add size in CDN.GetGuildSplashUrl (fb90701)
  • #​3092 Improved exception messages of builders (cce6274)
  • #​3096 Refactor MentionedUsers in the SocketMessage (0c3e7a8)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.2...3.17.3

3.17.2

[3.17.2] - 2025-03-09

This minor release fixes a few bugs in prepare for Component V2 update

Added

  • #​3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #​3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #​3064 Correct empty value exception (6e7b3c2)
  • #​3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #​3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #​3072 AutoServiceScopes strikes again (d71fcb1)
  • #​3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #​3078 Add EmptyServiceScope (54e8416)

Misc

  • #​3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #​3061 yeet FluentAssertions (52c2f0d)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.1...3.17.2

3.17.1

[3.17.1] - 2025-01-19

This minor release addresses the dependency issue brought in 3.17.0, fixes some bugs and features a few neat little additions.

Added

  • #​3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #​3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #​3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #​3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #​3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #​3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #​3046 Refactor & update member search v2 (36439b6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.0...3.17.1

3.17.0

[3.17.0] - 2024-12-20

This release comes with added .NET9 target (and .NET8 for that matter).
And also fixed a number of issues and brings some new features aswell.

Important notice

This is probably going to be the last Discord.Net release coming out before a limited set of breaking changes gets introduced.
Due to Discord making breaking changes on their end, it's not always possible/sensible to hide or make workarounds for those; join our server to discuss this if you haven't already.

Added

  • #​3025 Build with .NET 9 SDK (164a289)

  • #​3032 Add net8.0 and net9.0 (d780d6c)

  • #​3033 Add net8.0 and net9.0 to the metapackage (93229f6)

  • #​3005 Add StickerId to REST and WebSocket Sticker audit log data classes (8a2ea4b)

  • #​3023 Scheduled event recurrence rule (b7208d4)

  • #​3024 Support sending voice messages (5904ecd)

  • #​3036 Support for multiple subscription tiers (79fade6)

  • #​3017 Add support for keyed services. (3017f6b)

Fixed

  • #​2974 rest client add webporxy config, keep the processing logic with WebSocketProvider (292f8c4)
  • #​3008 fix webhook ctor (433bdc2)
  • #​3015 Fixes incorrect cast of parameters in CommandBuilder (aaa8df9)
  • #​3028 Create a new scope when building interaction service modules if AutoServiceScopes = true (a1e50c4)
  • #​3035 NRE in message commands in user app contexts (c78296f)
  • #​3034 Entitlements starts_at is nullable (d5879c8)
  • #​3031 Interaction Service failing to create scopes with some DI providers (a884ad1)
  • #​3030 NRE on thread member creation without a guild user in the payload (96a8327)

Misc

  • #​3021 Expose channel type property on IChannel (8b92969)
  • #​3006 Add missing permissions (6b92cc2)
  • #​3007 Allow setting SuppressNotification in webhook client (682d87e)
  • #​3027 Eliminate the waste of checking arguments under the same conditions. (f644e68)
  • #​3037 add missing overwrite perms (d2d8d73)
  • #​3038 Clamp cache size (438e31e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.16.0...3.17.0

3.16.0

[3.16.0] - 2024-09-14

This release brings support for a number of API features and adds a few nice utilities :3

Added

  • #​2918 Message Forwards (c4d90cd)
  • #​2976 New interactions precondition attribute that supports app commands (1f252a3)
  • #​2978 Add Application Approximate User Install Count (47f98bc)
  • #​2987 Add guild profile banners (57eb906)
  • #​3002 Add subscriptions support (88ea2ed)
  • #​2994 Add more member flags (9b8c7b1)
  • #​2989 Add GetRoleAsync (466b491)
  • #​2986 Add StickFormat gif and animated guild icon (2aaa0fd)

Fixed

  • #​3001 StackOverflow in sharded clients (c53aac3)

Misc

  • #​2979 Create a (Discord)Color using a string (bc84b94)
  • #​2991 Minor optimization + make sure top level components are action rows (623a457)
  • #​2995 Use interaction method in InteractionModuleBase.DeleteOriginalResponse (f65d3ad)
  • #​2999 Option to dump gw payloads on errors (b87ec6e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.15.3...3.16.0

3.15.3

[3.15.3] - 2024-07-21

This release brings support for application owned custom emojis and fixes a number of bugs within the library.

Added

  • #​2963 Application Emojis (26bb789)
  • [EXPERIMENTAL] #​2931 Member search v2 (e18915a)
  • #​2952 add IsAvailable to GuildEmote (cb79f04)
  • #​2965 Add team member Role property (6e531a2)

Fixed

  • #​2958 crash when poll is null in RestMessageComponent (24c7605)
  • #​2962 incomplete validation when ChannelFlags.RequireTag is true (f5fdfb2)
  • #​2948 Fix IndexOf bug in CreateBucketId (ec0ba49)
  • #​2959 Fix automod related events in the sharded client (8b6be64)
  • #​2966 Fix CustomSticker.DeleteAsync() (359f6db)

Misc

  • #​2951 Update for the breaking change discord has made + v3 is cringe (8afea2c)
  • #​2953 longer polls (ae49794)
  • #​2956 Add missing role tags (6b691b1)
  • #​2957 Longer MaxCustomBlockMessageLength (bae7861)

New Contributors

Full Changelog: discord-net/Discord.Net@3.15.2...3.15.3

3.15.2

[3.15.2] - 2024-06-18

Fixed

  • readded back empty AutocompleteAttribute ctor
  • removed validation in Emote ctor

Full Changelog: discord-net/Discord.Net@3.15.1...3.15.2

3.15.1

[3.15.1] - 2024-06-18

This release brings some minor but useful additions and QoL changes. "It aint much but it's honest work"

Added

  • #​2942 Add purchase notification (9d92435)
  • #​2934 Add MessageCallData (21195a8)
  • #​2932 Config Bypass for CanSendResponse (9030a5b)
  • #​2933 Premium Buttons (531b5eb)
  • #​2941 Add UseExternalApps permission (f7f29d5)

Fixed

  • #​2927 Add missing PollProperties (a59f4ba)

Misc

  • #​2936 Public constructor for Emote (3be72a8)
  • #​2935 Generic autocomplete (35b102a)
  • #​2929 Enable nuget debug symbols. (aa424f6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.15.0...3.15.1

3.15.0

[3.15.0] - 2024-05-12

This release brings support for polls & related gateway events, new store features and a bunch of utility attributes for interaction & text command frameworks.

Important notes:

Known Issues

  • services.AddSingleton<InteractionService>(); may fail on this version, we are working on a fix. As a temporary solution do the following:
services.AddSingleton<IRestClientProvider>(x => x.GetRequiredService<DiscordSocketClient>());

replace DiscordSocketClient with DiscordShardedClient if you use one.

Added

  • #​2902 Polls (476ec06)
  • #​2898 Guild bans with seconds prune period (d1da2a0)
  • #​2903 Create RequireTeamAttribute (753724d)
  • #​2906 Create DoHierarchyCheckAttribute (1a5cba8)
  • #​2923 Create RequireRoleAttribute (5dadcb2)
  • #​2919 More store stuff (f9086d3)
  • #​2920 Add SocketInteraction.InteractionChannel (3054505)

Fixed

  • #​2910 RestDMChannel relies on recipient (13ea566)
  • #​2911 Don't rely on Guild for id (397a887)
  • #​2912 Don't depend on WebSocket for Interaction service (a2f624e)
  • #​2922 NRE with rest interactions & no api call (again) (83fdc89)
  • #​2924 Fix null error when using a SelectMenuBuilder constructor (93cb71a)

Misc

  • #​2905 Remove analyzer project & resolve some build warnings (7aab366)
  • #​2913 Replace generic exceptions. (54d2fe5)
  • #​2908 Support options in Rest's AddRoleAsync (b70e21b)
  • #​2914 .Distinct() roles(ids) in IGuildUser.ModifyAsync (27a0785)
  • #​2915 Improve bulk bans (f85bf9a)

New Contributors

Full Changelog: discord-net/Discord.Net@3.14.1...3.15.0

Commits viewable in compare view.

Updated Discord.Net.Interactions from 3.15.3 to 3.18.0.

Release notes

Sourced from Discord.Net.Interactions's releases.

3.18.0

[3.18.0] - 2025-07-19

This release finally brings components v2 support to stable 🎉
It did not come for free though, involving a few breaking changes, which should be minimal, but they are breaking nontheless; you can find more info in the docs.

Added

  • #​3145 add ApproximateUserAuthorizationCount (6e1f9c1)
  • #​3147 [CV2] add children component counts to IComponentContainer (f18c836)
  • #​3153 [CV2] QoL & fixes (800a234)
  • #​3156 Add user primary guild (79b455e)
  • #​3131 support POLL_RESULT (46) in MessageType enum (dc3bd76)
  • #​3162 Components v2 docs :wires: (cf66ab4)

Fixed

  • #​3138 Fix value of TextDisplayBuilder.MaxContentLength (b338d30)
  • #​3140 Fixed incorrect ComponentType in TextDisplayBuilder. (7a74f78)
  • #​3142 Fix overflow exception (0c1536d)
  • #​3146 Fixed missing Type in constructor SelectMenuBuilder(SelectMenuComponent) (c07c28d)
  • #​3148 fix(IsLoadableModule): return false for abstract classes (978f999)
  • #​3152 Guild member JoinedAt nullability (c343ce9)
  • #​3158 Certain global user properies not getting updated (f9ba642)

Misc

  • #​3139 Fix visibility of MessageComponent.Empty (35d94ca)
  • #​3144 edge case missed (1e50900)
  • #​3161 Fix guild tag badge URL helper (80b4328)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0-beta.3...3.18.0

3.18.0-beta.3

[3.18.0-beta.3] - 2025-05-26

Fixed

  • #​3125 Add empty constructors for containers (56d6980)
  • #​3126 Include section accessories in ComponentCount() (5f2d173)
  • #​3129 Fix error when only sending components in response to interactions (b1c2fcb)
  • #​3135 Fix some CV2 oversights (35b493c)

Misc

  • #​3130 correct typo (523212a)
  • #​3127 Change comment to reflect longer polls (9f9b093)
  • #​3133 refactor(TimestampTagStyles): replace ASCII integer values with character literals (e68fa50)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0-beta.2...3.18.0-beta.3

3.18.0-beta.2

[3.18.0-beta.2] - 2025-05-09

This beta release brings more QoL things to CV2 support and fixes some bugs discovered during testing.

Added

  • #​3119 Add component => builder converters (b729380)
  • #​3120 use Color for container AccentColor & fix action row validation (c888c84)
  • #​3123 Component search fixes & improvements (be8e6e0)

Fixed

  • #​3121 fix & improve ToBuilder methods (4ab96c7)
  • #​3122 Fix Ids in ActionRowComponent and SelectmenuComponent (57cdec7)

Misc

  • #​3108 Ensure the required gateway intent is available when connected to audio (f1ff191)

Full Changelog: discord-net/Discord.Net@3.18.0-beta.1...3.18.0-beta.2

3.18.0-beta.1

[3.18.0-beta.1] - 2025-05-08

This prerelease brings initial support for components v2!

Added

  • #​3065 Components V2 (ba78e0c)
  • #​3110 CV2 Find component by id (cc81669)

Fixed

  • #​3106 Providing multiple message flags fails to pass validations (05a0acc)
  • #​3114 Fix NRE responding with a modal info class with null required fields (2b6a912)

Misc

  • #​3107 update component limits + add ComponentCount() extension (348928a)

Full Changelog: discord-net/Discord.Net@3.17.4...3.18.0/beta.1

3.17.4

[3.17.4] - 2025-04-26

An error slipped past the review and testing, so here's the hotfix. Apologies for the inconvenience

Full Changelog: discord-net/Discord.Net@3.17.3...3.17.4

3.17.3

[3.17.3] - 2025-04-26

This release brings a few more fixes and little addition in preparation for the Components V2 release.

Added

  • #​3088 Add handler for unknown Discord dispatch events (9b79f0b)
  • #​3090 Per file attachement size limits (649f52b)

Fixed

  • #​3084 Fixed type reader/converter parsing exception (88cfbe5)
  • #​3091 Fixed modals with value type properties (a8523c5)
  • #​3094 Fix WriteSilentFramesAsync sending a partial frame at first (2da25f3)

Misc

  • #​3081 add missing gif sticker format (6f623a6)
  • #​3087 Add size in CDN.GetGuildSplashUrl (fb90701)
  • #​3092 Improved exception messages of builders (cce6274)
  • #​3096 Refactor MentionedUsers in the SocketMessage (0c3e7a8)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.2...3.17.3

3.17.2

[3.17.2] - 2025-03-09

This minor release fixes a few bugs in prepare for Component V2 update

Added

  • #​3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #​3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #​3064 Correct empty value exception (6e7b3c2)
  • #​3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #​3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #​3072 AutoServiceScopes strikes again (d71fcb1)
  • #​3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #​3078 Add EmptyServiceScope (54e8416)

Misc

  • #​3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #​3061 yeet FluentAssertions (52c2f0d)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.1...3.17.2

3.17.1

[3.17.1] - 2025-01-19

This minor release addresses the dependency issue brought in 3.17.0, fixes some bugs and features a few neat little additions.

Added

  • #​3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #​3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #​3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #​3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #​3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #​3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #​3046 Refactor & update member search v2 (36439b6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.0...3.17.1

3.17.0

[3.17.0] - 2024-12-20

This release comes with added .NET9 target (and .NET8 for that matter).
And also fixed a number of issues and brings some new features aswell.

Important notice

This is probably going to be the last Discord.Net release coming out before a limited set of breaking changes gets introduced.
Due to Discord making breaking changes on their end, it's not always possible/sensible to hide or make workarounds for those; join our server to discuss this if you haven't already.

Added

  • #​3025 Build with .NET 9 SDK (164a289)

  • #​3032 Add net8.0 and net9.0 (d780d6c)

  • #​3033 Add net8.0 and net9.0 to the metapackage (93229f6)

  • #​3005 Add StickerId to REST and WebSocket Sticker audit log data classes (8a2ea4b)

  • #​3023 Scheduled event recurrence rule (b7208d4)

  • #​3024 Support sending voice messages (5904ecd)

  • #​3036 Support for multiple subscription tiers (79fade6)

  • #​3017 Add support for keyed services. (3017f6b)

Fixed

  • #​2974 rest client add webporxy config, keep the processing logic with WebSocketProvider (292f8c4)
  • #​3008 fix webhook ctor (433bdc2)
  • #​3015 Fixes incorrect cast of parameters in CommandBuilder (aaa8df9)
  • #​3028 Create a new scope when building interaction service modules if AutoServiceScopes = true (a1e50c4)
  • #​3035 NRE in message commands in user app contexts (c78296f)
  • #​3034 Entitlements starts_at is nullable (d5879c8)
  • #​3031 Interaction Service failing to create scopes with some DI providers (a884ad1)
  • #​3030 NRE on thread member creation without a guild user in the payload (96a8327)

Misc

  • #​3021 Expose channel type property on IChannel (8b92969)
  • #​3006 Add missing permissions (6b92cc2)
  • #​3007 Allow setting SuppressNotification in webhook client (682d87e)
  • #​3027 Eliminate the waste of checking arguments under the same conditions. (f644e68)
  • #​3037 add missing overwrite perms (d2d8d73)
  • #​3038 Clamp cache size (438e31e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.16.0...3.17.0

3.16.0

[3.16.0] - 2024-09-14

This release brings support for a number of API features and adds a few nice utilities :3

Added

  • #​2918 Message Forwards (c4d90cd)
  • #​2976 New interactions precondition attribute that supports app commands (1f252a3)
  • #​2978 Add Application Approximate User Install Count (47f98bc)
  • #​2987 Add guild profile banners (57eb906)
  • #​3002 Add subscriptions support (88ea2ed)
  • #​2994 Add more member flags (9b8c7b1)
  • #​2989 Add GetRoleAsync (466b491)
  • #​2986 Add StickFormat gif and animated guild icon (2aaa0fd)

Fixed

  • #​3001 StackOverflow in sharded clients (c53aac3)

Misc

  • #​2979 Create a (Discord)Color using a string (bc84b94)
  • #​2991 Minor optimization + make sure top level components are action rows (623a457)
  • #​2995 Use interaction method in InteractionModuleBase.DeleteOriginalResponse (f65d3ad)
  • #​2999 Option to dump gw payloads on errors (b87ec6e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.15.3...3.16.0

Commits viewable in compare view.

Updated Html2Markdown from 6.2.0.3 to 7.0.5.14.

Release notes

Sourced from Html2Markdown's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 8.0.0 to 9.0.7.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

9.0.5

Release

What's Changed

9.0.4

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.3...v9.0.4

9.0.3

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.2...v9.0.3

9.0.2

Release

What's Changed

9.0.1

Release

What's Changed

Description has been truncated

Bumps Discord.Addons.Hosting from 6.0.0 to 6.1.0
Bumps Discord.Net from 3.14.1 to 3.18.0
Bumps Discord.Net.Interactions from 3.15.3 to 3.18.0
Bumps Html2Markdown from 6.2.0.3 to 7.0.5.14
Bumps Microsoft.Extensions.DependencyInjection from 8.0.0 to 9.0.7
Bumps Quartz from 3.12.0 to 3.15.0
Bumps Quartz.Extensions.DependencyInjection from 3.12.0 to 3.15.0
Bumps Quartz.Extensions.Hosting from 3.8.1 to 3.15.0
Bumps Serilog from 3.1.1 to 4.3.0
Bumps Serilog.Extensions.Hosting from 8.0.0 to 9.0.0
Bumps Serilog.Sinks.Console from 5.0.1 to 6.0.0
Bumps Serilog.Sinks.File from 5.0.0 to 7.0.0

---
updated-dependencies:
- dependency-name: Discord.Addons.Hosting
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Discord.Net
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Discord.Net.Interactions
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Html2Markdown
  dependency-version: 7.0.5.14
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Quartz
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Quartz.Extensions.DependencyInjection
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Quartz.Extensions.Hosting
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Serilog
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Extensions.Hosting
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.Console
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.File
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/nuget/thorn/multi-09e0be1773 branch August 11, 2025 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant