Merged
Conversation
- Bumped version of `@bucketco/flag-evaluation` to 0.2.0 and added new context filter operators: `DATE_AFTER` and `DATE_BEFORE`. - Updated `@bucketco/node-sdk` to 1.9.0 to reflect the new version of `@bucketco/flag-evaluation`. - Updated `@bucketco/openfeature-node-provider` to use the latest `@bucketco/node-sdk` version.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds new date comparison operators (DATE_AFTER and DATE_BEFORE) to the flag evaluation system and updates package versions accordingly. The changes enable more precise date-based filtering in feature flag context evaluation.
- Added
DATE_AFTERandDATE_BEFOREoperators to the context filter system - Bumped
@bucketco/flag-evaluationversion from 0.1.5 to 0.2.0 - Updated dependent packages to use the new flag-evaluation version
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| packages/flag-evaluation/src/index.ts | Added new DATE_AFTER and DATE_BEFORE operators with implementation logic |
| packages/flag-evaluation/package.json | Version bump to 0.2.0 to reflect new functionality |
| packages/node-sdk/package.json | Updated dependency to use new flag-evaluation version 0.2.0 |
| packages/openfeature-node-provider/package.json | Updated dependency to use new node-sdk version 1.9.0 |
pavkam
reviewed
Aug 4, 2025
pavkam
approved these changes
Aug 4, 2025
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.
@bucketco/flag-evaluationto 0.2.0 and added new context filter operators:DATE_AFTERandDATE_BEFORE.@bucketco/node-sdkto 1.9.0 to reflect the new version of@bucketco/flag-evaluation.@bucketco/openfeature-node-providerto use the latest@bucketco/node-sdkversion.