Release v1.104.0
This commit is contained in:
Родитель
a2dd2446cf
Коммит
2a5423da98
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
<a name="1.104.0"></a>
|
||||
# [1.104.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.103.0...v1.104.0) (2018-01-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pruning:** Avoid accidental full-table scans when pruning session tokens. (#295); r=philboo ([5c6622c](https://github.com/mozilla/fxa-auth-db-mysql/commit/5c6622c))
|
||||
* **scripts:** add SET NAMES to reverse migration boilerplate (#296), r=@vbudhram ([0790b89](https://github.com/mozilla/fxa-auth-db-mysql/commit/0790b89))
|
||||
|
||||
### Features
|
||||
|
||||
* **devices:** return session token id from deleteDevice ([a2dd244](https://github.com/mozilla/fxa-auth-db-mysql/commit/a2dd244))
|
||||
|
||||
|
||||
|
||||
<a name="1.103.0"></a>
|
||||
# [1.103.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.101.0...v1.103.0) (2018-01-09)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.103.0",
|
||||
"version": "1.104.0",
|
||||
"dependencies": {
|
||||
"base64url": {
|
||||
"version": "2.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.103.0",
|
||||
"version": "1.104.0",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче