Bump Discord.Net and 13 others #5
Open
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.
Updated Discord.Net from 3.17.4 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
ApproximateUserAuthorizationCount
(6e1f9c1)IComponentContainer
(f18c836)Fixed
TextDisplayBuilder.MaxContentLength
(b338d30)JoinedAt
nullability (c343ce9)Misc
MessageComponent.Empty
(35d94ca)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
ComponentCount()
(5f2d173)Misc
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
Color
for containerAccentColor
& fix action row validation (c888c84)Fixed
ToBuilder
methods (4ab96c7)Id
s inActionRowComponent
andSelectmenuComponent
(57cdec7)Misc
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
Fixed
Misc
ComponentCount()
extension (348928a)Full Changelog: discord-net/Discord.Net@3.17.4...3.18.0/beta.1
Commits viewable in compare view.
Updated FluentAssertions from 6.12.0 to 8.5.0.
Release notes
Sourced from FluentAssertions's releases.
8.5.0
What's Changed
New features
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0
8.4.0
What's Changed
Improvements
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0
8.3.0
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0
8.2.0
What's Changed
Improvements
Fixes
StringSyntax
annotations by @jnyrup in RestoreStringSyntax
annotations fluentassertions/fluentassertions#3033Others
Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0
8.1.1
What's Changed
Fixes
Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1
8.1.0
What's Changed
Improvements
Fixes
Documentation
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0
8.0.1
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1
8.0.0
What's Changed
License change
Breaking Changes
OrEqualTo
methods by @IT-VBFK in Remove obsoleteOrEqualTo
methods fluentassertions/fluentassertions#2269SpacesPerIndentionLevel
by @jnyrup in RemoveSpacesPerIndentionLevel
fluentassertions/fluentassertions#2281AllSatisfy
to succeed on empty collections by @jnyrup in ChangeAllSatisfy
to succeed on empty collections fluentassertions/fluentassertions#2321ForConstraint
toIAssertionScope
by @IT-VBFK in AddForConstraint
toIAssertionScope
fluentassertions/fluentassertions#2324OnlyContain
to succeed on empty collections by @IT-VBFK in ChangeOnlyContain
to succeed on empty collections fluentassertions/fluentassertions#2350NSpec3
by @ITaluone in Drop support forNSpec3
fluentassertions/fluentassertions#2356NotThrow[After]
toActionAssertions
by @jnyrup in Move non-genericNotThrow[After]
toActionAssertions
fluentassertions/fluentassertions#2371EquivalencyAssertionOptions
toEquivalencyOptions
by @vbreuss in RenameEquivalencyAssertionOptions
toEquivalencyOptions
fluentassertions/fluentassertions#2414WithoutMatchingRules
andWithoutSelectionRules
while usingBeEquivalentTo
by @vbreuss in Allow fluently callingWithoutMatchingRules
andWithoutSelectionRules
while usingBeEquivalentTo
fluentassertions/fluentassertions#2457SubsequentOrderingAssertions
by @vbreuss in Simplify inheritance ofSubsequentOrderingAssertions
fluentassertions/fluentassertions#2439RespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessage
assertions by @ITaluone in Remove support forHttpResponseMessage
assertions fluentassertions/fluentassertions#2909New features
NotBeIn(DateTimeKind)
DateTime
assertion by @IT-VBFK in Add missingNotBeIn(DateTimeKind)
DateTime
assertion fluentassertions/fluentassertions#2536EquivalencyOptions
in string assertions by @vbreuss in Allow specifyingEquivalencyOptions
in string assertions fluentassertions/fluentassertions#2413Improvements
TypeMemberReflector
by @jnyrup in OptimizeTypeMemberReflector
fluentassertions/fluentassertions#2320AssertionScope
s to chain their context by @dennisdoomen in Allow nestedAssertionScope
s to chain their context fluentassertions/fluentassertions#2607... (truncated)
8.0.0-rc.2
What's Changed
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2
8.0.0-rc.1
What's Changed
Breaking Changes
RespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessage
assertions by @ITaluone in Remove support forHttpResponseMessage
assertions fluentassertions/fluentassertions#2909Fixes
Documentation
Others
... (truncated)
8.0.0-alpha.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1
7.2.0
What's Changed
Improvements
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0
7.1.0
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0
7.0.0
What's Changed
Breaking Changes
Fixes
Documentation
Others
System.Configuration.ConfigurationManager
andSystem.Threading.Tasks.Extensions
by @jnyrup in Backport bump ofSystem.Configuration.ConfigurationManager
andSystem.Threading.Tasks.Extensions
fluentassertions/fluentassertions#2856New Contributors
Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0
6.12.2
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
6.12.1
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
Commits viewable in compare view.
Updated Google.Apis from 1.68.0 to 1.70.0.
Release notes
Sourced from Google.Apis's releases.
1.70.0
Features:
1.69.0
Fixes:
Features:
#2746 Simplify setting the HttpClient timeout
#2809 Improve error handling when signing with the IAM service
BREAKING CHANGE: The ComputeCredential and ImpersonatedCredential SignBlobAsync methods will throw a GoogleApiException instead of a HttpRequestExtension. The GoogleApiException makes the HttpResponseMessage content available, which usually includes details about the error. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
#2879 Use recommended retries for token and IAM sign blob endpoints
#2913 Support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable
Dependencies:
#2730 Remove unused dependency Microsoft.AspNetCore.Authorization from Google.Apis.Auth.AspNetCore3
BREAKING CHANGE: Projects using Google.Apis.Auth.AspNetCore3 that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
Documentation:
Commits viewable in compare view.
Updated Google.Apis.Auth from 1.68.0 to 1.70.0.
Release notes
Sourced from Google.Apis.Auth's releases.
1.70.0
Features:
1.69.0
Fixes:
Features:
#2746 Simplify setting the HttpClient timeout
#2809 Improve error handling when signing with the IAM service
BREAKING CHANGE: The ComputeCredential and ImpersonatedCredential SignBlobAsync methods will throw a GoogleApiException instead of a HttpRequestExtension. The GoogleApiException makes the HttpResponseMessage content available, which usually includes details about the error. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
#2879 Use recommended retries for token and IAM sign blob endpoints
#2913 Support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable
Dependencies:
#2730 Remove unused dependency Microsoft.AspNetCore.Authorization from Google.Apis.Auth.AspNetCore3
BREAKING CHANGE: Projects using Google.Apis.Auth.AspNetCore3 that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
Documentation:
Commits viewable in compare view.
Updated Google.Apis.Core from 1.68.0 to 1.70.0.
Release notes
Sourced from Google.Apis.Core's releases.
1.70.0
Features:
1.69.0
Fixes:
Features:
#2746 Simplify setting the HttpClient timeout
#2809 Improve error handling when signing with the IAM service
BREAKING CHANGE: The ComputeCredential and ImpersonatedCredential SignBlobAsync methods will throw a GoogleApiException instead of a HttpRequestExtension. The GoogleApiException makes the HttpResponseMessage content available, which usually includes details about the error. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
#2879 Use recommended retries for token and IAM sign blob endpoints
#2913 Support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable
Dependencies:
#2730 Remove unused dependency Microsoft.AspNetCore.Authorization from Google.Apis.Auth.AspNetCore3
BREAKING CHANGE: Projects using Google.Apis.Auth.AspNetCore3 that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
Documentation:
Commits viewable in compare view.
Updated Google.Apis.YouTube.v3 from 1.68.0.3394 to 1.70.0.3847.
Release notes
Sourced from Google.Apis.YouTube.v3's releases.
1.70.0
Features:
1.69.0
Fixes:
Features:
#2746 Simplify setting the HttpClient timeout
#2809 Improve error handling when signing with the IAM service
BREAKING CHANGE: The ComputeCredential and ImpersonatedCredential SignBlobAsync methods will throw a GoogleApiException instead of a HttpRequestExtension. The GoogleApiException makes the HttpResponseMessage content available, which usually includes details about the error. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
#2879 Use recommended retries for token and IAM sign blob endpoints
#2913 Support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable
Dependencies:
#2730 Remove unused dependency Microsoft.AspNetCore.Authorization from Google.Apis.Auth.AspNetCore3
BREAKING CHANGE: Projects using Google.Apis.Auth.AspNetCore3 that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.
Documentation:
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 9.0.5 to 9.0.7.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.7
Release
What's Changed
sort_mark_list
by @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_list
dotnet/runtime#115529Full 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
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)
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 9.0.5 to 9.0.7.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
9.0.7
Release
What's Changed
sort_mark_list
by @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_list
dotnet/runtime#115529Full 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
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)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.0 to 17.14.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
Commits viewable in compare view.
Updated NLog from 5.5.0 to 6.0.2.
Release notes
Sourced from NLog's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated PKHeX.Core from 25.5.18 to 25.6.9.
Release notes
Sourced from PKHeX.Core's releases.
25.06.09
25/06/09 - New Update:
Description has been truncated