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-proxy-client-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Choose a base ref
...
head repository: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    18621fc View commit details
    Browse the repository at this point in the history
  2. Update README.md (#231)

    kwasniew authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    304dd58 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#233)

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    e7b4d4e View commit details
    Browse the repository at this point in the history
  2. Update README.md (#234)

    Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.io>
    alvinometric and ivarconr authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    1bf7223 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. feat(1 3223): add client identification headers (#235)

    This PR adds client identification headers to the feature and metrics calls that the client makes to Unleash. The headers are:
    - `x-unleash-appname`: the name of the application that is using the client
    - `x-unleash-connection-id`: a unique identifier for the current instance of the client
    - `x-unleash-sdk`: sdk information in the format `unleash-js@<version>`
    thomasheartman authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    3615f15 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    4a40951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a12d52 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    97e6641 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. v3.7.0

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