Skip to content

Releases: mozilla-services/tokenserver

1.6.1

29 Jun 19:01
1.6.1
b001abd
Compare
Choose a tag to compare

Issues

  • fix: Detect potential loops, don't eat errors (#230)
  • adding settings (#229)

1.6.0

29 Jun 19:01
1.6.0
4142c8a
Compare
Choose a tag to compare

Issues

  • Fix tokenserver/scripts/purge_old_records.py (#222)

1.5.11

17 Jul 14:37
1.5.11
e568fe3
Compare
Choose a tag to compare

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
1.5.9
28432f6
Compare
Choose a tag to compare

Features

  • make the jwks configuration parameter

1.5.8

15 Jul 21:40
1.5.8
739c8d4
Compare
Choose a tag to compare

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
1.5.7
f5b9397
Compare
Choose a tag to compare

Bug

  • revert PyFxA due to possible spike in performance

1.5.6

11 Jun 04:28
@rfk rfk
Compare
Choose a tag to compare
  • #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
d8c71d0
Compare
Choose a tag to compare
  • #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
07ef6b6
Compare
Choose a tag to compare
  • #163 feat: Add percentage routing and migration status to user table