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-nextjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: Unleash/unleash-client-nextjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 26, 2024

  1. feat: flagsClient custom config (#97)

    * feat: flagsClient custom config
    * test: add metric tests
    Netail authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    93950e5 View commit details
    Browse the repository at this point in the history
  2. v1.6.0-beta.0

    GitHub Actions Bot committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6f1bc33 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. meta: update to release v2.0.0 (#100)

    Updates the release template to use the new npm release v2 action, which relies on the GitHub bot instead of a personal PAT.
    thomasheartman authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    08aa1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2aceec View commit details
    Browse the repository at this point in the history
  3. feat: add sdk uniqueness headers (#101)

    Updates the dependency on the underlying Unleash client to 3.7.2. This
    version of the client adds new x-unleash headers which lets Unleash
    count unique connections and see SDK version information.
    
    Also updates the node client to 6.4.1 which includes the new headers for the server side (even though next uses it's own fetching).
    thomasheartman authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    a894259 View commit details
    Browse the repository at this point in the history
  4. test: fix regex matching of headers for x-unleash-sdk (#102)

    Also allow multi-digit numbers
    thomasheartman authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    078aefc View commit details
    Browse the repository at this point in the history
  5. v1.6.0

    GitHub Actions Bot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    67ff173 View commit details
    Browse the repository at this point in the history
Loading