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-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Unleash/unleash-client-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: strict
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 25, 2022

  1. Allow developers/users to opt into strict parsing

    This is primarily useful for developing new versions of the API client -
    we can do a strict build where the Unleash client specification is
    expected to have nothing unparsable.
    
    Some users may wish to prevent silent failures when they upgrade and use
    new features though, so this could be useful there too.
    rbtcollins committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a70b8a9 View commit details
    Browse the repository at this point in the history
  2. Run CI tests in strict mode

    This will prevent silent merging of API conformance updates that don't
    actually implement everything.
    rbtcollins committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    e73dae1 View commit details
    Browse the repository at this point in the history
Loading