Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unleash/unleash-client-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: Unleash/unleash-client-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 20, 2023

  1. chore(deps): update dependency @types/semver to v7.5.5 (#527)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8aefb0e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat: Backoff based on HTTP statuses (#537)

    New behaviour:
     * Will emit error event and stop posting metrics/polling features on 401,403 and 404
     * Will emit warn event and back-off to 2,3,4,5,6,7,8,9,10 * normal poll/metrics interval on 429,500,502,503 and 504.
    chriswk authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    748d793 View commit details
    Browse the repository at this point in the history
  2. v5.2.0

    GitHub Actions Bot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f985e51 View commit details
    Browse the repository at this point in the history
Loading