github Azure/azure-sdk-for-js @azure/app-configuration_1.0.0

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
4 years ago

1.0.0 (2020-01-06)

This release marks the general availability of the @azure/app-configuration package.

  • Fixed issue #6528 where
    the proper user agent header (x-ms-useragent) wasn't being sent when we were
    running in a browser.

  • Allow developers to prepend additional information to the user agent header.

    Example:

    new AppConfigurationClient(connectionString, {
      userAgentOptions: {
        userAgentPrefix: "MyUserAgent"
      }
    });

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

NewReleases is sending notifications on new releases.