Skip to content

6.13.2

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 21 Sep 23:46

[6.13.2] - 2020-09-21

Fixed:

  • The SDK was not recognizing proxy authorization parameters included in a proxy URL (example: http://username:password@proxyhost:port). It will now use these parameters if present, regardless of whether you set the proxy URL programmatically or in an environment variable. (Thanks, gangeli!)