Update Minor backend dependencies #5017
Open
+186
−186
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.1.2
->1.2.0
12.8.3
->12.10.0
1.12.0
->1.13.2
12.21.0
->12.23.0
12.19.0
->12.21.0
35.6.0
->35.6.1
3.6.6
->3.8.0
0.8.4
->0.9.0
2.1.35
->2.1.66
1.0.2
->1.2.0
11.9.2
->11.11.0
11.9.2
->11.11.0
7.1.0
->7.2.0
1.11.61
->1.11.72
3.5.0
->3.8.1
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
1.22.0
->1.24.0
1.2.0
->1.4.0
1.1.4
->1.2.2
3.2.0
->3.3.0
1.3.2
->1.3.3
5.4.0
->5.5.1
1.17.4
->1.18.1
1.26.0
->1.30.2
5.2.1
->5.2.2
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.7
->8.0.13
8.0.0
->8.0.1
8.0.7
->8.0.13
17.10.0
->17.13.0
3.6.0
->3.7.0
4.3.8
->4.5.4
4.3.8
->4.5.4
4.3.8
->4.5.4
7.0.1
->7.0.3
4.20.70
->4.20.72
8.0.0.1
->8.0.1.7
8.0.1.2
->8.0.1.7
3.1.1
->3.2.0
8.0.4
->8.0.11
0.14.1
->0.15.0
7.1.0
->7.2.0
6.6.2
->6.9.0
7.1.0
->7.2.0
7.1.0
->7.2.0
3.9.0
->3.10.0
3.9.0
->3.10.0
3.9.0
->3.10.0
8.1.1
->8.4.0
8.1.1
->8.4.0
0.8.1
->0.8.4
6.0.2
->6.0.4
8.0.7
->8.0.13
7.1.0
->7.2.0
2.9.0
->2.9.3
Release Notes
AngleSharp/AngleSharp (AngleSharp)
v1.2.0
Compare Source
Released on Tuesday, December 31 2024.
Expires
recognized as local time (#1212) @noobow34OnToken
event for the tokenizer (#1153) @schaakverslaafdStringBuilder
pooling (#1203) @micahbresetteproperty
attribute to meta tags (#1195) @hflexgrigAzure/azure-sdk-for-net (Azure.Data.Tables)
v12.10.0
Compare Source
12.10.0 (2025-01-14)
Breaking Changes
TableClient.Query
,TableClient.QueryAsync
, orTableClient.CreateQueryFilter
with a filter expression that usesstring.Equals
orstring.Compare
with aStringComparison
parameter will now throw an exception. This is because the Azure Table service does not support these methods in query filters. Previously theStringComparison
argument was silently ignored, which can lead to subtle bugs in client code. The new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableThrowOnStringComparisonFilter" totrue
or by setting the environment variable "AZURE_DATA_TABLES_DISABLE_THROWONSTRINGCOMPARISONFILTER" to "true". Note: AppContext switches can also be configured via configuration like below:Other Changes
TableServiceClient.GetTableClient()
v12.9.1
Compare Source
12.9.1 (2024-09-17)
Bugs Fixed
TableSasBuilder
. The resulting builder can then be modified to include the stored access policy identifier or any other details.Other Changes
v12.9.0
Compare Source
12.9.0 (2024-07-22)
Features Added
DeleteEntity
method to allow anITableEntity
object as parameter.Bugs Fixed
DataMemberAttribute
that didn't explicitly set a name caused the query filter to be malformed.Other Changes
bchavez/Bogus (Bogus)
v35.6.1
Release Date: 2024-09-02
Tyrrrz/CliWrap (CliWrap)
v3.8.0
Compare Source
v3.7.1
Compare Source
What's Changed
net8.0
as a target framework by @Tyrrrz in https://github.com/Tyrrrz/CliWrap/pull/272Full Changelog: Tyrrrz/CliWrap@3.7...3.7.1
v3.7.0
Compare Source
v3.6.7
Compare Source
What's Changed