Skip to content

Comments

Fme 12878#20

Open
ZamoraEmmanuel wants to merge 8 commits intodevelopmentfrom
fme-12878
Open

Fme 12878#20
ZamoraEmmanuel wants to merge 8 commits intodevelopmentfrom
fme-12878

Conversation

@ZamoraEmmanuel
Copy link
Contributor

@ZamoraEmmanuel ZamoraEmmanuel commented Feb 10, 2026

This PR contains

  • Code modularization
  • Events metadata coverage

@ZamoraEmmanuel ZamoraEmmanuel requested a review from a team as a code owner February 10, 2026 22:27
@@ -53,10 +53,7 @@ export class OpenFeatureSplitProvider implements Provider {
providerName: this.metadata.name,
...(updateMetadata
? {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be simplified as follows?

          providerName: this.metadata.name,
          ...(updateMetadata
            ? {
                metadata: { type: updateMetadata.type },
                flagsChanged: updateMetadata.names || []
               }
            : {}),

to have an empty flagsChanged if metadata type is 'SEGMENTS_UPDATE'

@@ -1,3 +1,7 @@
1.3.0 (February 12, 2026)
- ConfigurationChanged event now forwards SDK_UPDATE metadata from Split (flagsChanged, metadata with type and names)
Copy link
Contributor

Choose a reason for hiding this comment

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

I would use the convention - Updated ...

something like, - Updated ConfigurationChanged event to forward SDK_UPDATE ...

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.

2 participants