# @theorchard/connector-splitio

## 4.2.2

### Patch Changes

-   Update `@aws-sdk/client-secrets-manager`
-   Minimum node version >= 22

## 4.2.1

### Patch Changes

-   Migrate lodash imports to lodash-es

## 4.2.0

### Minor Changes

-   Add "brandExperience" attribute to "UserContext"

## 4.1.0

### Minor Changes

-   Added a feature flag to filter feature flags: if enabled, only feature flags marked as enabled will be returned.

## 4.0.1

### Patch Changes

-   MAINT Upgrade @aws-sdk/client-secrets-manager in jwt-service-handler ……to resolve

## 4.0.0

### Major Changes

-   Remove featuresPlugin

## 3.1.0

### Minor Changes

-   Added 'activateSplitClient' functionality

## 3.0.0

### Major Changes

-   Sets the user/consumer key to the identityId or profileType:profileId based on the available attributes.
    This means that splits defined without the "identity_id" in target rules should work. This is the same logic as in ows-features.
-   Fixed typo in the exported `isSplitInitialized` function.
-   Updated dependencies
    -   @splitsoftware/splitio@10.22.5

## 2.0.0

### Major Changes

-   Upgrade to apollo v4

## 1.1.0

### Minor Changes

-   Add new function isSplitInitilized.

## 1.0.9

### Patch Changes

-   Use shared constants from the new "@theorchard/graphql-constants" library.
-   Updated dependencies
    -   @theorchard/graphql-constants@1.0.0

## 1.0.8

### Patch Changes

-   Updated dependencies [undefined]
    -   @theorchard/identity@1.0.1

## 1.0.7

### Patch Changes

-   Bump split js lib to "^10.17.1"

## 1.0.6

### Patch Changes

-   Remove call to initSplitClient in connector.

## 1.0.5

### Patch Changes

-   Move typescript package to the main dependency list.

## 1.0.4

### Patch Changes

-   Export getSplitClient so it can be destroyed when used in scripts and tests.

## 1.0.3

### Minor Changes

-   Extend isFeatureEnabled to support extra attributes.

## 1.0.2

### Patch Changes

-   Add FeaturesConnector.

## 1.0.1

### Patch Changes

-   Add dependency on @theorchard/identity package
