Releases: mozilla-services/tokenserver
Releases · mozilla-services/tokenserver
1.6.1
Issues
- fix: Detect potential loops, don't eat errors (#230)
- adding settings (#229)
1.6.0
Issues
- Fix tokenserver/scripts/purge_old_records.py (#222)
1.5.11
Clean up from tag 1.5.10 and roll into master
Bug
- This includes a fix for PyFxA.
1.5.9
Features
- make the jwks configuration parameter
1.5.8
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
Bug
- revert PyFxA due to possible spike in performance
1.5.6
- #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
- #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
- #163 feat: Add percentage routing and migration status to user table