Skip to content

Commit

Permalink
SDK 3.37.1 : Adds version bump and changelog (#4231)
Browse files Browse the repository at this point in the history
* [Internal] GlobalEndpointManager: Fixes Memory Leak (#4226)

* memory leak fix

* removed commented out code

* changed to async so test would pass, with just static GetPropetiesHelper will get disposed before requests go through

* added thread saftey

* fixed to interlock pattern

---------

Co-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>

* changelog + version bump

* genAPI

* remove code changes

* removed nit

---------

Co-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>
  • Loading branch information
NaluTripician and kundadebdatta committed Jan 3, 2024
1 parent c6918b4 commit 845eadb
Show file tree
Hide file tree
Showing 4 changed files with 3,171 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.37.0</ClientOfficialVersion>
<ClientPreviewVersion>3.37.0</ClientPreviewVersion>
<ClientOfficialVersion>3.37.1</ClientOfficialVersion>
<ClientPreviewVersion>3.37.1</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.31.5</DirectVersion>
<EncryptionOfficialVersion>2.0.3</EncryptionOfficialVersion>
Expand Down

0 comments on commit 845eadb

Please sign in to comment.