github Azure/azure-sdk-for-js @azure/storage-file-share_12.0.1

latest releases: @azure/core-lro_3.0.0-beta.2, @azure/arm-security_6.0.0-beta.5, @azure-tools/test-recorder_3.5.0...
4 years ago

12.0.1 (2020.01)

  • Bug fix - Name properties on clients now support more kinds of endpoints(IPv4/v6 hosts, single word domains). PR #6755

  • Service clients now share a single http client instance by default. PR #6657

    Previously, a new http client was created for each service client if none was provided by the user. This could result in TCP port exhaustion under heavy usage with the keepAlive option enabled because each http client has its own persistent TCP connection. This change creates a single http client instance which is shared among all service clients by default.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.