Release v1.72.0
This commit is contained in:
Родитель
957a8837f6
Коммит
a717f1f6e1
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,3 +1,32 @@
|
|||
<a name="1.72.0"></a>
|
||||
# [1.72.0](https://github.com/mozilla/fxa-auth-server/compare/v1.71.1...v1.72.0) (2016-10-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** Update shrinkwrap for the new auth-mailer ([05da657](https://github.com/mozilla/fxa-auth-server/commit/05da657))
|
||||
* **logging:** device.created is not a flow event ([82e579c](https://github.com/mozilla/fxa-auth-server/commit/82e579c))
|
||||
* **logging:** emit flow events for sign-in unblock, not activity events (#1508); r=seanmonstar ([9a4e89c](https://github.com/mozilla/fxa-auth-server/commit/9a4e89c))
|
||||
* **node6:** update to scrypt-hash@1.1.14 for node6 compat (#1494) r=vladikoff ([aee737c](https://github.com/mozilla/fxa-auth-server/commit/aee737c))
|
||||
* **push:** Add metrics events for reason=accountConfirm ([d2dc5c0](https://github.com/mozilla/fxa-auth-server/commit/d2dc5c0))
|
||||
* **scripts:** nicely stringify regexps when logging config ([479b034](https://github.com/mozilla/fxa-auth-server/commit/479b034))
|
||||
|
||||
### Features
|
||||
|
||||
* **hpkp:** Add hpkp support (#1499), r=@philbooth ([9b77446](https://github.com/mozilla/fxa-auth-server/commit/9b77446))
|
||||
* **push:** Add VAPID identification to push messages. (#1468); r=philbooth ([6e6b28c](https://github.com/mozilla/fxa-auth-server/commit/6e6b28c))
|
||||
* **unblock:** add Signin Unblock feature ([c3a66c2](https://github.com/mozilla/fxa-auth-server/commit/c3a66c2)), closes [#1398](https://github.com/mozilla/fxa-auth-server/issues/1398)
|
||||
|
||||
### Refactor
|
||||
|
||||
* **email:** Fix lint ([383198a](https://github.com/mozilla/fxa-auth-server/commit/383198a))
|
||||
* **email:** Remove `sendEmailIfUnverified` ([d742d67](https://github.com/mozilla/fxa-auth-server/commit/d742d67))
|
||||
* **logging:** decorate request object with metricsContext methods ([16cf030](https://github.com/mozilla/fxa-auth-server/commit/16cf030))
|
||||
* **logging:** eliminate the event argument from stash and gather ([4dd3f7e](https://github.com/mozilla/fxa-auth-server/commit/4dd3f7e))
|
||||
* **logging:** move activity/flow event decision out of log object ([957a883](https://github.com/mozilla/fxa-auth-server/commit/957a883))
|
||||
|
||||
|
||||
|
||||
<a name="1.71.2"></a>
|
||||
## [1.71.2](https://github.com/mozilla/fxa-auth-server/compare/v1.71.1...v1.71.2) (2016-10-11)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.71.2",
|
||||
"version": "1.72.0",
|
||||
"dependencies": {
|
||||
"ajv": {
|
||||
"version": "4.1.7",
|
||||
|
@ -284,9 +284,9 @@
|
|||
}
|
||||
},
|
||||
"fxa-auth-mailer": {
|
||||
"version": "1.71.0",
|
||||
"version": "1.72.0",
|
||||
"from": "git+https://github.com/mozilla/fxa-auth-mailer.git#master",
|
||||
"resolved": "git+https://github.com/mozilla/fxa-auth-mailer.git#303eec39e113969463be0fa3ba2d4fa1e4ccc4af",
|
||||
"resolved": "git+https://github.com/mozilla/fxa-auth-mailer.git#07ade43a91486c0a5a3f0229bad4d009a86a5406",
|
||||
"dependencies": {
|
||||
"bluebird": {
|
||||
"version": "2.9.34",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.71.2",
|
||||
"version": "1.72.0",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
Загрузка…
Ссылка в новой задаче