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

chore(deps): bump @azure/app-configuration from 1.1.1 to 1.3.0 #587

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps @azure/app-configuration from 1.1.1 to 1.3.0.

Release notes

Sourced from @​azure/app-configuration's releases.

@​azure/app-configuration_1.3.0

1.3.0 (2021-07-26)

Features Added

  • Added "continuationToken" option for the byPage APIs of the listing methods (listConfigurationSettings and the listRevisions), this lets you keep track of where to continue the iterator from. #16472
  • Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
  • Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.

Bugs Fixed

  • Throttling may have resulted in retrying the request indefinitely if the service responded with retry-after-ms header in the error for each retried request. The behaviour has been changed to retry for a maximum of 3 times by default from #16376.

@​azure/app-configuration_1.2.0

1.2.0 (2021-07-07)

Features Added

  • Special configuration settings - feature flag and secret reference are now supported. ??

    • For types, use ConfigurationSetting<FeatureFlagValue> and ConfigurationSetting<SecretReferenceValue>.
    • Use parseFeatureFlag and parseSecretReference methods to parse the configuration settings into feature flag and secret reference respectively.
  • With the dropping of support for Node.js versions that are no longer in LTS, the dependency on @types/node has been updated to version 12. Read our support policy for more details.

Fixed

  • High request rate would result in throttling. SDK would retry on the failed requests based on the service suggested time from the retry-after-ms header in the error response. If there are too many parallel requests, retries for all of them may also result in a high request rate entering into a state which might seem like the application is hanging forever.
Commits
  • 9f90e77 (Repo Health) remove files that are erroneously checked in (#16624)
  • 0bceb58 [core-rest-pipeline] Unblock recording new tests (#16595)
  • 3722571 [eslint-plugin-azure-sdk] Replace old installation instructions with some tip...
  • b74aebf Automatic rush update recheck (#16602)
  • 1fbd185 Attest family of APIs accepts a Blob and Buffer as well as a Uint8Array (#16561)
  • 2714114 Verify API surface level against all approved revisions for GA releases (#16577)
  • 104187c Update README.md (#16578)
  • ace0017 Highlight migration guide section and fix casing (#16576)
  • c230caa [Tables] Fix batch operations against emulators (#16587)
  • a1b6df4 [App Config] Add release date (#16567)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@azure/app-configuration](https://github.com/Azure/azure-sdk-for-js) from 1.1.1 to 1.3.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/app-configuration_1.1.1...@azure/app-configuration_1.3.0)

---
updated-dependencies:
- dependency-name: "@azure/app-configuration"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #664.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/azure/app-configuration-1.3.0 branch December 20, 2021 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants