Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #54

Merged
merged 8 commits into from
May 27, 2024
Merged

Release #54

merged 8 commits into from
May 27, 2024

Conversation

vazarkevych
Copy link
Collaborator

  1. Changelog v0.5.1 v0.5.2 (Changelog v0.5.1 v0.5.2 #53)

vazarkevych and others added 8 commits May 11, 2024 09:41
Co-authored-by: Bohdan Akimenko <[email protected]>
* reduce amount of exceptions based on serialized null values and add break statements for most of the switch-cases.

* add new test cases and ensure that unexpected exceptions let the tests fail.

* trial commit

* undo trial commit

* Add attributeDataType checking for NULL.

* adjust test definition and evaluation implementation.

---------

Co-authored-by: Bohdan Akimenko <[email protected]>
* retryOnFailure argument was added

* if a flag is changed before the application reconnects, that change is not reflected.

---------

Co-authored-by: Bohdan Akimenko <[email protected]>
Co-authored-by: Bohdan Akimenko <[email protected]>
…#46)

* Add check & unit tests in case the feature value is a collection implementation (set, list)

* Fixing errors after merge

* Fixing failing test raised by merge

---------

Co-authored-by: vu-linh <[email protected]>
Co-authored-by: Bohdan Akimenko <[email protected]>
@vazarkevych vazarkevych merged commit 4a09609 into main May 27, 2024
6 checks passed
@vazarkevych vazarkevych deleted the release/0.9.3 branch May 27, 2024 11:06
@tde-desc
Copy link

tde-desc commented Jun 5, 2024

I have one question in regard of this line:

System.out.println("evaluateFeature: circular dependency detected:");

in FeatureEvaluator. Is it supposed to log every time? It is polluting our logs.

.minBucketVersion(rule.getMinBucketVersion())
.bucketVersion(rule.getBucketVersion())
.disableStickyBucketing(rule.getDisableStickyBucketing())
.fallbackAttribute(rule.getFallbackAttribute())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should'nt we also set the ConditionalJson here?

Copy link
Collaborator Author

@vazarkevych vazarkevych Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for mentioning this issue. We have fixed it and are now creating a new pull request with these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants