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

SDK version from 1.28.0 to 1.28.2 #5353

Merged
merged 3 commits into from
Aug 11, 2021

Conversation

vipeller
Copy link
Contributor

The C# SDK now references dotnetty 0.7.0 (vs 0.6.0). This makes the dependency resolution for the protocol gateway reference 0.7.0, which fixes a bug in dotnetty and causes memory leak in some (rare) circumstances.

@@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Akka.Streams" Version="1.3.13" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

@kodiakhq kodiakhq bot merged commit c347dba into Azure:release/1.1 Aug 11, 2021
gordonwang0 added a commit to gordonwang0/iotedge that referenced this pull request Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants