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/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 9, 2024

  1. chore: support v1 publishing

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b4a2409 View commit details
    Browse the repository at this point in the history
  2. fix: Add missing error message when an error occured (#258)

    Backport of #256
    
    Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
    Co-authored-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
    toddbaert and thomaspoignant authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bd4c6cc View commit details
    Browse the repository at this point in the history
  3. chore(v1): release 1.5.1 (#259)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.5.1](v1.5.0...v1.5.1)
    (2024-04-09)
    
    
    ### 🐛 Bug Fixes
    
    * Add missing error message when an error occured
    ([#258](#258))
    ([bd4c6cc](bd4c6cc))
    
    
    ### 🧹 Chore
    
    * **deps:** Project file cleanup and remove unnecessary dependencies
    ([#251](#251))
    ([79def47](79def47))
    * **deps:** update dependency coverlet.collector to v6.0.2
    ([#247](#247))
    ([ab34c16](ab34c16))
    * support v1 publishing
    ([b4a2409](b4a2409))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3ff98b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: [backport] Should map metadata when converting from ResolutionDe…

    …tails to FlagEvaluationDetails (#285)
    
    ## This PR
    
    When converting the ResolutionDetails to FlagEvalutionDetails we aren't
    passing the FlagMetadata to the new object.
    
    ### Related Issues
    
    Fixes [#1234523](#281)
    
    ### Notes
    This PR is done on a common merge base so we can merge it into v1 as
    well
    
    ### Follow-up Tasks
    N/A
    
    ### How to test
    Unit test added to covert the missing test case
    
    ---------
    
    Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
    benjiro authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d6d1d94 View commit details
    Browse the repository at this point in the history
  2. chore(v1): release 1.5.2 (#286)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.5.2](v1.5.1...v1.5.2)
    (2024-07-26)
    
    
    ### 🐛 Bug Fixes
    
    * [backport] Should map metadata when converting from ResolutionDetails
    to FlagEvaluationDetails
    ([#285](#285))
    ([d6d1d94](d6d1d94))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    214001d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. feat: back targetingKey with internal map (#288)

    v1 backport of #287
    
    ---------
    
    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0224bde View commit details
    Browse the repository at this point in the history
  2. chore(v1): release 1.6.0 (#289)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.6.0](v1.5.2...v1.6.0)
    (2024-07-29)
    
    
    ### ✨ New Features
    
    * back targetingKey with internal map
    ([#288](#288))
    ([0224bde](0224bde))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2974a17 View commit details
    Browse the repository at this point in the history
Loading