Bump System.Linq.Dynamic.Core from 1.6.0 to 1.7.2 - #40
Closed
dependabot[bot] wants to merge 31 commits into
Closed
Conversation
The background cleanup task used while(true) with no way to stop it during application shutdown. Now uses CancellationTokenSource that gets cancelled on Dispose(), allowing graceful shutdown. Closes #26
- Add GitHub Actions build and test workflow - Add bug report and feature request issue templates - Add pull request template - Add GitHub Sponsors funding configuration - Improve .gitignore for better development experience
Add CI/CD pipeline and project configuration
…iddleware (closes #17)
…cross requests (closes #16)
…ernal services (closes #19)
…size recommendations (closes #20)
- Add FlagEvaluationLog model (flagName, userId, result, timestamp, reason) - Add IFlagEvaluationLogService interface and in-memory FlagEvaluationLogService - Add EnableAuditLog opt-in property to FeatureFlagOptions (default: false) - Record FlagEvaluationLog in FeatureFlagService.IsEnabledAsync with reason - Register FlagEvaluationLogService as singleton in DI - Update FeatureFlagServiceTests to supply new constructor dependencies
Add comprehensive unit tests for AuditLogService, GradualRolloutSchedulerService, and FlagEvaluationLogService. Tests cover: - Audit log retrieval and filtering by user, flag, and pagination - Scheduled rollout processing and advancement with error handling - Flag evaluation tracking and metrics aggregation - Edge cases, null handling, and error conditions
Add integration tests for full feature flag workflows and WebhookService operations: - End-to-end flag evaluation scenarios (enable/disable, percentage rollout) - Rule-based targeting with AND/OR condition logic - Distribution accuracy for percentage allocations across users - Concurrent evaluation thread safety - Custom attribute support in rule evaluation - A/B testing variant assignment - Webhook registration, validation, and event triggering
Update xunit.runner.visualstudio to 3.0.0 and Moq to 4.20.72 for compatibility with available packages on NuGet.
--- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/nuget/src/FeatureFlags/System.Linq.Dynamic.Core-1.7.2
branch
July 11, 2026 06:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated System.Linq.Dynamic.Core from 1.6.0 to 1.7.2.
Release notes
Sourced from System.Linq.Dynamic.Core's releases.
1.7.2
What's Changed
New Contributors
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.7.1...v1.7.2
1.7.1
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.7.0...v1.7.1
1.7.0
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.10...v1.7.0
1.6.10
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.9...v1.6.10
1.6.9
What's Changed
New Contributors
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.8...v1.6.9
1.6.8
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@1.6.7...v1.6.8
1.6.6
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.5...v1.6.6
1.6.5
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.4...v1.6.5
1.6.4
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.3...v1.6.4
1.6.3
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.2...v1.6.3
1.6.2
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0.2...v1.6.2
1.6.0.2
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0.1...v1.6.0.2
1.6.0.1
What's Changed
Full Changelog: zzzprojects/System.Linq.Dynamic.Core@v1.6.0...v1.6.0.1
Commits viewable in compare view.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)