-
Notifications
You must be signed in to change notification settings - Fork 119
Comparing changes
Open a pull request
base repository: microsoft/FeatureManagement-Dotnet
base: 4.0.0-preview2
head repository: microsoft/FeatureManagement-Dotnet
compare: 4.0.0-preview3
Commits on Feb 6, 2024
-
Add a constructor without FeatureManagementOption parameter for Featu…
…reManager (#363) * add new constructor * update
Configuration menu - View commit details
-
Copy full SHA for 101723a - Browse repository at this point
Copy the full SHA 101723aView commit details
Commits on Feb 9, 2024
-
* target on .NET 8.0 * remove file * add net8.0 for Microsoft.FeatureManagement.AspNetCore * update package version * update
Configuration menu - View commit details
-
Copy full SHA for e968d52 - Browse repository at this point
Copy the full SHA e968d52View commit details
Commits on Feb 21, 2024
-
Add feature management schema for main branch (#362)
* schema file added * README update * update * update * update README & remove the Microsoft schema file * update readme * update
Configuration menu - View commit details
-
Copy full SHA for 8c2dbc9 - Browse repository at this point
Copy the full SHA 8c2dbc9View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0deeaa7 - Browse repository at this point
Copy the full SHA 0deeaa7View commit details
Commits on Feb 23, 2024
-
Support Microsoft Feature Management schema for main branch (#370)
* use snake case * do not support root fall back for MS schema & remove EnsureInit * update * rename variable * update .NET FM schema * re-add schema link
Configuration menu - View commit details
-
Copy full SHA for 2bae5aa - Browse repository at this point
Copy the full SHA 2bae5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c5f32 - Browse repository at this point
Copy the full SHA b1c5f32View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b2fc26 - Browse repository at this point
Copy the full SHA 4b2fc26View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f5c095 - Browse repository at this point
Copy the full SHA 7f5c095View commit details -
Merge pull request #385 from microsoft/rossgrambo/add-ai-anc
Adds .Telemetry.ApplicationInsights.AspNetCore to build packages
Configuration menu - View commit details
-
Copy full SHA for 7281886 - Browse repository at this point
Copy the full SHA 7281886View commit details
Commits on Mar 10, 2024
-
Support Microsoft Feature Management schema for preview branch (#375)
* support microsoft feature flag schema v2 * add more testcases * add empty lines * add schema & update README * update schema
Configuration menu - View commit details
-
Copy full SHA for d0c5006 - Browse repository at this point
Copy the full SHA d0c5006View commit details
Commits on Mar 14, 2024
-
Update constructors of built-in feature filters (#386)
* make logger optional * make TargetingEvaluationOptions optional
Configuration menu - View commit details
-
Copy full SHA for 5c34b8c - Browse repository at this point
Copy the full SHA 5c34b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c95e755 - Browse repository at this point
Copy the full SHA c95e755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3eca4 - Browse repository at this point
Copy the full SHA 1f3eca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfdb23 - Browse repository at this point
Copy the full SHA 5dfdb23View commit details
Commits on Mar 18, 2024
-
Optional Cancellation Token (#395)
* make cancelltation optional for feature manager & add cancellation token for session manager * revert breaking change in ISessionManager * remove unused package
Configuration menu - View commit details
-
Copy full SHA for 0b5aff1 - Browse repository at this point
Copy the full SHA 0b5aff1View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d243b6 - Browse repository at this point
Copy the full SHA 0d243b6View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 709bbeb - Browse repository at this point
Copy the full SHA 709bbebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529a981 - Browse repository at this point
Copy the full SHA 529a981View commit details -
Merge pull request #406 from microsoft/zhiyuanliang/merge-main-to-pre…
…view Merge main to preview
Configuration menu - View commit details
-
Copy full SHA for 31cbcd6 - Browse repository at this point
Copy the full SHA 31cbcd6View commit details
Commits on Mar 21, 2024
-
Update README to mention the usage of feature-based injection (varian…
…t service) (#388) * update README * update * update * update * update * fix typo * update * update
Configuration menu - View commit details
-
Copy full SHA for 5971473 - Browse repository at this point
Copy the full SHA 5971473View commit details
Commits on Mar 28, 2024
-
Avoid redundant validation for cached TargetingFilterSettings (#387)
* do validation during binding parameters * adjust method order
Configuration menu - View commit details
-
Copy full SHA for 09faf8d - Browse repository at this point
Copy the full SHA 09faf8dView commit details
Commits on Apr 2, 2024
-
Update target framework for telemetry packages (#413)
* update target framework * update language version
Configuration menu - View commit details
-
Copy full SHA for 526b364 - Browse repository at this point
Copy the full SHA 526b364View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00bb4f9 - Browse repository at this point
Copy the full SHA 00bb4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac41a8 - Browse repository at this point
Copy the full SHA 8ac41a8View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d17f9b9 - Browse repository at this point
Copy the full SHA d17f9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038883c - Browse repository at this point
Copy the full SHA 038883cView commit details -
Merge pull request #418 from microsoft/rossgrambo/appinsights-extensi…
…ons-namespace Adjusts ApplicationInsights extension methods namespace
Configuration menu - View commit details
-
Copy full SHA for 75d4f4b - Browse repository at this point
Copy the full SHA 75d4f4bView commit details -
Merge pull request #417 from microsoft/rossgrambo/namespace-update
Adjusts namespace to simply ~.Telemetry
Configuration menu - View commit details
-
Copy full SHA for dd0c9e3 - Browse repository at this point
Copy the full SHA dd0c9e3View commit details
Commits on Apr 7, 2024
-
Ensure the consistency of targeting evaluation across CPU architectur…
…es. (#405) * check system endianness * remove period * update reverse method * update comment * adjust comment
Configuration menu - View commit details
-
Copy full SHA for cd5cfcb - Browse repository at this point
Copy the full SHA cd5cfcbView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5319701 - Browse repository at this point
Copy the full SHA 5319701View commit details -
Configuration menu - View commit details
-
Copy full SHA for e219d06 - Browse repository at this point
Copy the full SHA e219d06View commit details
Commits on Apr 10, 2024
-
Merge pull request #422 from microsoft/preview
Merge preview to release/v4
Configuration menu - View commit details
-
Copy full SHA for fe509f5 - Browse repository at this point
Copy the full SHA fe509f5View commit details
There are no files selected for viewing