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: DataDog/openfeature-js-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: DataDog/openfeature-js-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Feb 2, 2026

  1. Default enableExposureLogging to true (#152)

    Match the behavior of enableFlagEvaluationTracking which already defaults
    to true. This ensures exposure events are sent by default, reducing
    customer confusion when experiments don't record exposures.
    leoromanovsky authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    b958a27 View commit details
    Browse the repository at this point in the history
  2. Simplify Dependabot config with grouping and auto-merge (#167)

    - Replace per-package configs with single root config (yarn workspaces)
    - Group dev dependency minor/patch updates together
    - Group production minor/patch updates together
    - Group GitHub Actions updates together
    - Add auto-merge workflow for dev dependency updates
    
    This reduces PR noise from ~20+ individual PRs to ~3-4 grouped PRs,
    and auto-merges low-risk dev dependency updates after CI passes.
    leoromanovsky authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    788b33b View commit details
    Browse the repository at this point in the history
  3. 👷 chore(deps)(deps): Bump js-yaml from 3.14.1 to 3.14.2 (#170)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    7477278 View commit details
    Browse the repository at this point in the history
  4. 👷 ci(deps)(deps): Bump the github-actions group with 4 updates (#168)

    Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 4.2.2 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.2.2...de0fac2)
    
    Updates `actions/setup-node` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@395ad32...6044e13)
    
    Updates `actions/setup-python` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@83679a8...a309ff8)
    
    Updates `actions/setup-go` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@4dc6199...7a3fe6c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-node
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    3ec460b View commit details
    Browse the repository at this point in the history
  5. 👷 chore(deps)(deps): Bump lodash from 4.17.21 to 4.17.23 (#169)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    5406280 View commit details
    Browse the repository at this point in the history
  6. 👷 chore(deps-dev)(deps-dev): Bump lerna from 8.2.3 to 9.0.3 (#173)

    * 👷 chore(deps-dev)(deps-dev): Bump lerna from 8.2.3 to 9.0.3
    
    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.2.3 to 9.0.3.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v9.0.3/packages/lerna)
    
    ---
    updated-dependencies:
    - dependency-name: lerna
      dependency-version: 9.0.3
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump Node.js from 18 to 20 in CI workflows
    
    Lerna 9.x requires Node.js ^20.19.0 || ^22.12.0 || >=24.0.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Leo Romanovsky <[email protected]>
    dependabot[bot] and leoromanovsky authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    55e0123 View commit details
    Browse the repository at this point in the history
  7. Release v1.0.0 - GA (#166)

    * v1.0.0
    
    * Update changelog heading to Behavior Changes
    
    The enableExposureLogging default change has user-visible impact,
    not just internal changes.
    leoromanovsky authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    04ceb91 View commit details
    Browse the repository at this point in the history
Loading