Skip to content

Commit 6cb418d

Browse files
authored
Merge pull request #292 from splitio/redis-fix-mtk-patch
Redis fix mtk patch
2 parents a98c905 + 88b0ea2 commit 6cb418d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
services:
1515
redis:
1616
image: redis
1717
ports:
1818
- 6379:6379
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v3
2727
with:
2828
python-version: '3.6'
2929

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
9.2.2 (Dec 13, 2022)
2+
- Fixed RedisSenderAdapter instantiation to store mtk keys.
3+
14
9.2.1 (Dec 2, 2022)
25
- Changed redis record type for impressions counts from list using rpush to hashed key using hincrby.
36
- Apply Timeout Exception when incorrect SDK API Key is used.

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '9.2.1'
1+
__version__ = '9.2.2'

0 commit comments

Comments
 (0)