Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 2129ede

Browse files
committed
Release v1.109.0
1 parent a229ddc commit 2129ede

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="1.109.0"></a>
2+
# [1.109.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.107.1...v1.109.0) (2018-04-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **codes:** drop all codes when one is consumed (#326) r=@rfk ([f6ab498](https://github.com/mozilla/fxa-auth-db-mysql/commit/f6ab498))
8+
* **node:** Use Node.js v6.14.0 (#332) ([1400a26](https://github.com/mozilla/fxa-auth-db-mysql/commit/1400a26))
9+
* **unblock:** update consume unblock code (#330) r=@vladikoff ([9bdb47b](https://github.com/mozilla/fxa-auth-db-mysql/commit/9bdb47b))
10+
* **verify:** update verifyWithMethod to update a session verification status (#329), r=@philb ([9c433ba](https://github.com/mozilla/fxa-auth-db-mysql/commit/9c433ba))
11+
12+
### Features
13+
14+
* **mysql:** Add config option for REQUIRED_SQL_MODES. (#334) r=@philbooth,@vladikoff ([a229ddc](https://github.com/mozilla/fxa-auth-db-mysql/commit/a229ddc))
15+
* **mysql:** STRICT_ALL_TABLES and NO_ENGINE_SUBSTITUTION required in sql (#327) r=@vladikoff ([c226b07](https://github.com/mozilla/fxa-auth-db-mysql/commit/c226b07))
16+
17+
18+
19+
<a name="1.108.0"></a>
20+
# [1.108.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.107.0...v1.108.0) (2018-03-20)
21+
22+
23+
### Bug Fixes
24+
25+
* **buffers:** convert remaining Buffer to Buffer.from r=@vladikoff ([5092779](https://github.com/mozilla/fxa-auth-db-mysql/commit/5092779)), closes [#316](https://github.com/mozilla/fxa-auth-db-mysql/issues/316)
26+
* **db:** remove database configuration option, hardcode 'fxa'  (#314) r=@vladikoff ([c2e21dd](https://github.com/mozilla/fxa-auth-db-mysql/commit/c2e21dd)), closes [#290](https://github.com/mozilla/fxa-auth-db-mysql/issues/290)
27+
* **email:** Use email buffer for DEL ‘/email/:email’ route (#315), r=@vladikoff, @vbudhram ([cc6e08b](https://github.com/mozilla/fxa-auth-db-mysql/commit/cc6e08b))
28+
* **test:** correct promises error handling (#325) r=@eoger ([7effcb3](https://github.com/mozilla/fxa-auth-db-mysql/commit/7effcb3))
29+
30+
### chore
31+
32+
* **api:** remove bufferization from db layer ([818edcf](https://github.com/mozilla/fxa-auth-db-mysql/commit/818edcf))
33+
34+
### Features
35+
36+
* **devices:** Devices capabilities (#320) r=@philbooth ([4808a1c](https://github.com/mozilla/fxa-auth-db-mysql/commit/4808a1c))
37+
* **node:** update to node v6.13.1 r=@jbuck ([7727d88](https://github.com/mozilla/fxa-auth-db-mysql/commit/7727d88))
38+
* **totp:** initial recovery codes (#319), r=@philbooth ([995d52b](https://github.com/mozilla/fxa-auth-db-mysql/commit/995d52b))
39+
40+
41+
142
<a name="1.108.0"></a>
243
# [1.108.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.107.0...v1.108.0) (2018-03-20)
344

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-auth-db-mysql",
3-
"version": "1.108.0",
3+
"version": "1.109.0",
44
"description": "MySQL backend for Firefox Accounts",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)