File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
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
Original file line number Diff line number Diff line change 1+ 9.2.2 (Dec 13, 2022)
2+ - Fixed RedisSenderAdapter instantiation to store mtk keys.
3+
149.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.
Original file line number Diff line number Diff line change 1- __version__ = '9.2.1 '
1+ __version__ = '9.2.2 '
You can’t perform that action at this time.
0 commit comments