Skip to content

Commit cb3011a

Browse files
[SDKS-8312] update sdk to support semver matchers
1 parent 4b4c0fa commit cb3011a

5 files changed

Lines changed: 31 additions & 3045 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v20.13.1

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.6.0 (May 15, 2024)
2+
- Updated @splitsoftware/splitio package to version 10.26.0 that includes:
3+
- Updated @splitsoftware/splitio-commons package to version 1.14.0 that includes minor updates:
4+
- Added support for targeting rules based on semantic versions (https://semver.org/).
5+
- Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
6+
- Updated Split API client to include the flags spec version query parameter for the `splitChanges` and `auth` endpoints.
7+
- Updated base image to node:20.13.1-alpine3.19
8+
19
2.5.1 (Mar 14, 2024)
210
- Updated @splitsoftware/splitio package to version 10.25.1 that includes:
311
- Updated @splitsoftware/splitio-commons package to version 1.13.1 that includes vulnerability fixes, flag sets support, and other improvements.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM node:20.11.1-alpine3.19 AS builder
2+
FROM node:20.13.1-alpine3.19 AS builder
33

44
WORKDIR /usr/src/split-evaluator
55

@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88
RUN npm install --only=production
99

1010
# Runner stage
11-
FROM node:20.11.1-alpine3.19 AS runner
11+
FROM node:20.13.1-alpine3.19 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)