Skip to content
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 79 commits into from
Jul 18, 2024
Merged

Merge DT.AS V2 into main #1132

merged 79 commits into from
Jul 18, 2024

Conversation

bachuv
Copy link
Collaborator

@bachuv bachuv commented Jul 11, 2024

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.

wsugarman and others added 30 commits January 23, 2023 10:13
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
@davidmrdavid
Copy link
Collaborator

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 davidmrdavid merged commit 6d6a560 into main Jul 18, 2024
1 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants