-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge DT.AS V2 into main #1132
Merged
Merged
Merge DT.AS V2 into main #1132
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also merges in the latest changes from the main branch.
Fix TableClient.Uri When Endpoint Contains SAS Tokens
Merge More Main Changes to Azure Storage v12 Branch
* SF Provider: memory leak: Create a new scope in HTTP controller DI on each BeginScope call (#933) * SF Provider: memory leak: Create a new scope in HTTP controller DI on every BeginScope call * Bump up package version --------- Co-authored-by: Abhineet Garg <[email protected]> * Update SDK versions * Use Uri property * Update table sdk again --------- Co-authored-by: NeetArt <[email protected]> Co-authored-by: Abhineet Garg <[email protected]>
This PR adds a setter for TraceParent to allow it to get serialized. Without this addition, we weren't able to run Netherite apps with the distributed tracing changes because we were seeing this exception: InvalidDataContractException: No set method for property 'TraceParent' in type 'DurableTask.Core.Tracing.DistributedTraceContext'. It also updates the TraceState setter to include this condition - traceState?.Length <= 513 ? traceState : null instead of adding it in the constructor.
DT.Core 2.15.0 --> 2.15.1 DT.ApplicationInsights 0.1.1 --> 0.1.2
* remove STJ with Newtonsoft * increase DTFx.AS version
…value of UseTablePartitionManagement to true (#1133)
all tests passed here: https://dev.azure.com/azfunc/public/_build/results?buildId=173170&view=results I'll be merging as this is a routine release PR, and will help unblock the final bug fix. |
davidmrdavid
approved these changes
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As in title. The default version of DurableTask.AzureStorage is V2.x and the default version of DurableTask.Core is v3.x now. DT.AS V1 and DT.Core V2 are in separate branches.