Releases: mozilla-services/tokenserver
Releases · mozilla-services/tokenserver
1.6.1
29 Jun 19:01
Compare
Sorry, something went wrong.
No results found
Issues
fix: Detect potential loops, don't eat errors (#230 )
adding settings (#229 )
1.6.0
29 Jun 19:01
Compare
Sorry, something went wrong.
No results found
Issues
Fix tokenserver/scripts/purge_old_records.py (#222 )
1.5.11
17 Jul 14:37
Compare
Sorry, something went wrong.
No results found
Clean up from tag 1.5.10 and roll into master
Bug
This includes a fix for PyFxA.
1.5.9
16 Jul 18:18
Compare
Sorry, something went wrong.
No results found
Features
make the jwks configuration parameter
1.5.8
15 Jul 21:40
Compare
Sorry, something went wrong.
No results found
Features
switch to pypy (22b99ac )
add dynamic_settings table for on-the-fly ops config (e25d636 , closes #165 )
Add percentage routing and migration status to user table (050ab53 , closes #159 )
server: reject assertions if fxa-tokenVerified is false (e1c6f2a )
Bug Fixes
only install cffi for CPython (6f5d2e7 )
allow pypy in docker-entrypoint.sh (757cce9 )
use cffi 1.13.2 because reasons (c283e4f )
remember keys_changed_at when reallocating after node replacement. (ee6c065 )
deps: Update SQLAlchemy to latest version (eb2256f )
1.5.7
30 Jun 23:47
Compare
Sorry, something went wrong.
No results found
Bug
revert PyFxA due to possible spike in performance
1.5.6
11 Jun 04:28
Compare
Sorry, something went wrong.
No results found
#182 - update PyFxA to support JWT OAuth tokens, add generation to the OAuth response
#176 - cleanup some code around keys_changed_at consistency checks
#173 - remember keys_changed_at when reallocating after node replacement
#168 - switch to pypy, since cpython 2.7 has reached end-of-life
1.5.5
24 Jan 16:07
Compare
Sorry, something went wrong.
No results found
#166 - feat: add dynamic_settings table for on-the-fly ops config
#169 - purge_old_records: add --max-offset option and some additional logging statements
#172 - Rename get_old_user_records to get_old_user_records_purge
1.5.4
02 Jan 13:52
Compare
Sorry, something went wrong.
No results found
#163 feat: Add percentage routing and migration status to user table