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: open-feature/spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: open-feature/spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 10 commits
  • 12 files changed
  • 9 contributors

Commits on Oct 24, 2022

  1. Configure Renovate (#151)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This
    is an onboarding PR to help you understand and configure settings before
    regular Pull Requests begin.
    
    🚦 To activate Renovate, merge this Pull Request. To disable Renovate,
    simply close this Pull Request unmerged.
    
    
    
    ---
    ### Detected Package Files
    
     * `.github/workflows/pr-checks.yaml` (github-actions)
     * `package.json` (npm)
    
    ### Configuration Summary
    
    Based on the default config's presets, Renovate will:
    
      - Start dependency updates only once this onboarding PR is merged
      - Enable Renovate Dependency Dashboard creation.
    - If Renovate detects semantic commits, it will use semantic commit type
    `fix` for dependencies and `chore` for all others.
    - Ignore `node_modules`, `bower_components`, `vendor` and various
    test/tests directories.
      - Autodetect whether to pin dependencies or maintain ranges.
      - Rate limit PR creation to a maximum of two per hour.
      - Limit to maximum 10 open PRs at any time.
      - Group known monorepo packages together.
      - Use curated list of recommended non-monorepo package groupings.
      - A collection of workarounds for known problems with packages.
    
    🔡 Would you like to change the way Renovate is upgrading your
    dependencies? Simply edit the `renovate.json` in this branch with your
    custom config and the list of Pull Requests in the "What to Expect"
    section below will be updated the next time Renovate runs.
    
    ---
    
    ### What to Expect
    
    With your current configuration, Renovate will create 5 Pull Requests:
    
    <details>
    <summary>chore(deps): pin dependencies</summary>
    
      - Schedule: ["at any time"]
      - Branch name: `renovate/pin-dependencies`
      - Merge into: `main`
    - Pin
    [markdown-link-check](https://togithub.com/tcort/markdown-link-check) to
    `3.10.2`
    - Pin [markdown-toc](https://togithub.com/jonschlinkert/markdown-toc) to
    `1.2.0`
    - Pin
    [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli)
    to `0.31.1`
      - Pin [prettier](https://togithub.com/prettier/prettier) to `2.6.2`
    
    
    </details>
    
    <details>
    <summary>chore(deps): update dependency markdown-link-check to
    v3.10.3</summary>
    
      - Schedule: ["at any time"]
      - Branch name: `renovate/markdown-link-check-3.x`
      - Merge into: `main`
    - Upgrade
    [markdown-link-check](https://togithub.com/tcort/markdown-link-check) to
    `3.10.3`
    
    
    </details>
    
    <details>
    <summary>chore(deps): update dependency markdownlint-cli to
    v0.32.2</summary>
    
      - Schedule: ["at any time"]
      - Branch name: `renovate/markdownlint-cli-0.x`
      - Merge into: `main`
    - Upgrade
    [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli)
    to `0.32.2`
    
    
    </details>
    
    <details>
    <summary>chore(deps): update dependency prettier to v2.7.1</summary>
    
      - Schedule: ["at any time"]
      - Branch name: `renovate/prettier-2.x`
      - Merge into: `main`
    - Upgrade [prettier](https://togithub.com/prettier/prettier) to `2.7.1`
    
    
    </details>
    
    <details>
    <summary>chore(deps): update actions/setup-python action to v4</summary>
    
      - Schedule: ["at any time"]
      - Branch name: `renovate/actions-setup-python-4.x`
      - Merge into: `main`
    - Upgrade
    [actions/setup-python](https://togithub.com/actions/setup-python) to
    `v4`
    
    
    </details>
    
    <br />
    
    🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't
    swamp any CI resources or spam the project. See docs for `prhourlylimit`
    for details.
    
    
    ---
    
    ❓ Got questions? Check out Renovate's
    [Docs](https://docs.renovatebot.com/), particularly the Getting Started
    section.
    If you need any further assistance then you can also [request help
    here](https://togithub.com/renovatebot/renovate/discussions).
    
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://app.renovatebot.com/dashboard#github/open-feature/spec).
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3445d95 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Remove @oleg-nenashev from CODEOWNERS (#160)

    I am not doing the reviews anymore
    
    Signed-off-by: Oleg Nenashev <[email protected]>
    oleg-nenashev authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bb3c21a View commit details
    Browse the repository at this point in the history
  2. docs: small changes/corrections (#159)

    Signed-off-by: David Hirsch <[email protected]>
    
    ## This PR
    small corrections to docs
    
    Signed-off-by: David Hirsch <[email protected]>
    DavidPHirsch authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0f1561d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Rephrase sentence about evaluation tools (#162)

    Signed-off-by: Meg McRoberts <[email protected]>
    Meg McRoberts authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c49b306 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. chore(deps): update dependency markdownlint-cli to ^0.32.0 (#155)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli)
    | [`^0.31.1` ->
    `^0.32.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.31.1/0.32.2)
    |
    [![age](https://badges.renovateapi.com/packages/npm/markdownlint-cli/0.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://badges.renovateapi.com/packages/npm/markdownlint-cli/0.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://badges.renovateapi.com/packages/npm/markdownlint-cli/0.32.2/compatibility-slim/0.31.1)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://badges.renovateapi.com/packages/npm/markdownlint-cli/0.32.2/confidence-slim/0.31.1)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>igorshubovych/markdownlint-cli</summary>
    
    ###
    [`v0.32.2`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.2):
    0.32.2
    
    [Compare
    Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.32.1...v0.32.2)
    
    -   Update `markdownlint` dependency to `0.26.2`
        -   Improve `MD037`/`MD051`/`MD053`
    -   Update all dependencies via `Dependabot`
    
    ###
    [`v0.32.1`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.1):
    0.32.1
    
    [Compare
    Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.32.0...v0.32.1)
    
    -   Update `markdownlint` dependency to `0.26.1`
        -   Improve `MD051`
    -   Update all dependencies via `Dependabot`
    
    ###
    [`v0.32.0`](https://togithub.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.0):
    0.32.0
    
    [Compare
    Source](https://togithub.com/igorshubovych/markdownlint-cli/compare/v0.31.1...v0.32.0)
    
    -   Update `markdownlint` dependency to `0.26.0`
        -   Add `MD051`/`link-fragments`: Link fragments should be valid
    - Add `MD052`/`reference-links-images`: Reference links and images
    should use a label that is defined
    - Add `MD053`/`link-image-reference-definitions`: Link and image
    reference definitions should be needed (auto-fixable)
    - Improve
    `MD010`/`MD031`/`MD035`/`MD039`/`MD042`/`MD044`/`MD049`/`MD050`
        -   Add `markdownlint-disable-line` inline comment
        -   Support `~` paths in configuration files
        -   Improve performance
    -   Add `.markdownlint.jsonc` to list of supported configuration files
    -   Remove support for end-of-life Node version 12
    -   Update all dependencies via `Dependabot`
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://app.renovatebot.com/dashboard#github/open-feature/spec).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xNy4xIn0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7f0fdd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. chore: clarify timezone requirement (#150)

    A small change to make the timezone info on the `Datetime` type
    optional. Some SDKs already do not include timezone info.
    
    Since it's loosening this definition, this is non-breaking.
    
    Signed-off-by: Todd Baert <[email protected]>
    Co-authored-by: Steve Arch <[email protected]>
    Co-authored-by: Michael Beemer <[email protected]>
    3 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5270ae8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Fix usage of wrong type instead of resolution details (#161)

    Evaluation details and flag evaluation names usages for resolution
    details type were fixed.
    
    Signed-off-by: Nikita Bishonen <[email protected]>
    humb1t authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    136c26a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. docs: include STATIC and CACHED in provider reasons (#166)

    Signed-off-by: Skye Gill <[email protected]>
    skyerus authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    928d513 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. chore(deps): update actions/setup-python action to v4 (#157)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/setup-python](https://togithub.com/actions/setup-python) |
    action | major | `v3` -> `v4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/setup-python</summary>
    
    ### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4)
    
    [Compare
    Source](https://togithub.com/actions/setup-python/compare/v3...v4)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://app.renovatebot.com/dashboard#github/open-feature/spec).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjIuMSJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8ebe27b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix: links and link checks (#172)

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7ed7442 View commit details
    Browse the repository at this point in the history
Loading