fxa-profile-server/CHANGELOG.md

8.3 KiB

0.49.0 (2015-11-03)

Bug Fixes

  • avatars: graphicsmagick processing limits (93edc141, closes #57)

0.48.0 (2015-10-20)

Bug Fixes

  • avatars: add configuration to adjust avatar upload size (bc86f168, closes #158)
  • server: prevent null exception when oauth server is down (cf1dc35d, closes #151)

0.47.0 (2015-10-07)

Features

  • display_name: return 204 if user does not have a display name (544e3323, closes #144)

0.46.0 (2015-09-23)

Features

  • logging: add avatar.get activity event (18cc9b93, closes #146)

0.45.0 (2015-09-11)

Bug Fixes

  • run_dev: add rimraf dependency back (29c076d6, closes #138)
  • version: use explicit path with git-config (aa6535f2)

0.44.0 (2015-08-26)

Bug Fixes

  • config: add options events.region and events.queueUrl (4c3c4135)
  • display_name: Don't allow control characters in the display_name field. (5b9e20d2, closes #126)
  • server: return errno 104 if oauth server is drunk (3bd6b14d, closes #121)

Features

  • events: add events to delete user data when account is deleted (79d98a3d, closes #127)

0.42.0 (2015-07-22)

Bug Fixes

  • display_name: allow a blank display name (e27223dd)

<a name"0.39.0">

0.39.0 (2015-06-10)

Features

  • avatar: Add etag to the profile avatar API endpoint (07569c5d)
  • profile: add etag to profile API endpoint (dcf1bb64)

0.36.0 (2015-04-30)

Bug Fixes

  • db: race condition when asking for db multiple times at startup (1bc2cae5)

Features

  • profile: return all /profile pieces that scopes allow (35a4875f, closes #108)

<a name"0.35.0">

0.35.0 (2015-04-13)

Bug Fixes

  • changelog: set package.json repository correctly so conventional-changelog creates valid UR (17100542)
  • test:
    • set maxSockets to Infinity for real (d2795966)
    • expect new default size of 200x200 (18f130f9)

Features

  • displayName: add a profile table with a displayName field (ad6488eb)
  • mysql: use mysql patcher to allow incremental schema updates (2fbfbbda)

0.33.0 (2015-03-16)

Bug Fixes

  • docs: note "avatar" field in /v1/profile response (0698d434)

Features

  • avatar: add support for multiple image sizes (187b0766, closes #68, #89)
  • test:
    • in load test, make image deletion optional (b388fb62)
    • in load test, add delete after download (4a433260)

0.31.0 (2015-02-17)

Features

  • docker: Dockerfile and README update for basic docker development workflow (d424fb66)
  • images: delete images from s3 when asked to (ec25152b)

0.26.1 (2014-11-17)

Bug Fixes

  • avatars:
    • properly detect and report image upload errors (902d0e68, closes #79)
    • return the profile image id after a post or upload (85ffefc9)
  • config: use ip addresses instead of localhost (58defb67)
  • logging:
    • remove spaces from logging op name (41fad890)
    • remove spaces from logging op name in the worker (290c9ed7, closes #77)

Features

  • logging: use mozlog with heka format (b27b48bf, closes #71)
  • server: enable HSTS maxAge six months (248e2e48)

Breaking Changes

  • Both the config and the output for logging has changed. Config can be removed, as the defaults are what should be used in production. (b27b48bf)

0.26.0 (2014-11-12)

Features

  • logging: use mozlog with heka format (b27b48bf, closes #71)

Breaking Changes

  • Both the config and the output for logging has changed. Config can be removed, as the defaults are what should be used in production. (b27b48bf)

0.24.0 (2014-10-20)

Features

  • server: enable HSTS maxAge six months (248e2e48)