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

Open
wants to merge 75 commits into
base: main
Choose a base branch
from
Open

Merge DT.AS V2 into main #1132

wants to merge 75 commits into from

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 <abhigarg@microsoft.com>

* Update SDK versions

* Use Uri property

* Update table sdk again

---------

Co-authored-by: NeetArt <20233106+NeetArt@users.noreply.github.com>
Co-authored-by: Abhineet Garg <abhigarg@microsoft.com>
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
@bachuv bachuv requested a review from davidmrdavid July 11, 2024 20:58
@bachuv bachuv self-assigned this Jul 11, 2024
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.

None yet

5 participants