v0.26.1
This commit is contained in:
Родитель
1108e46209
Коммит
275e2d0cbe
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,3 +1,32 @@
|
|||
<a name="0.26.1"></a>
|
||||
### 0.26.1 (2014-11-17)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **avatars:**
|
||||
* properly detect and report image upload errors ([902d0e68](mozilla/fxa-profile-server/commit/902d0e68cac6292acfeb8ed61f5708616a785532), closes [#79](mozilla/fxa-profile-server/issues/79))
|
||||
* return the profile image id after a post or upload ([85ffefc9](mozilla/fxa-profile-server/commit/85ffefc9d027b08fa923f2d23ff06a7e1153e31b))
|
||||
* **config:** use ip addresses instead of localhost ([58defb67](mozilla/fxa-profile-server/commit/58defb67d921bce98001285b153ab7178d51245c))
|
||||
* **logging:**
|
||||
* remove spaces from logging op name ([41fad890](mozilla/fxa-profile-server/commit/41fad890dbbb779d0f7b871067a9f6bd5d56cd5c))
|
||||
* remove spaces from logging op name in the worker ([290c9ed7](mozilla/fxa-profile-server/commit/290c9ed785dc14ed27936c217132582545c73af0), closes [#77](mozilla/fxa-profile-server/issues/77))
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **logging:** use mozlog with heka format ([b27b48bf](mozilla/fxa-profile-server/commit/b27b48bf6116c86353f1523be91d6964a7fb48fd), closes [#71](mozilla/fxa-profile-server/issues/71))
|
||||
* **server:** enable HSTS maxAge six months ([248e2e48](mozilla/fxa-profile-server/commit/248e2e48f86eaa9e053d26b599f0db2752be7e6c))
|
||||
|
||||
|
||||
#### 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](mozilla/fxa-profile-server/commit/b27b48bf6116c86353f1523be91d6964a7fb48fd))
|
||||
|
||||
|
||||
<a name="0.26.0"></a>
|
||||
## 0.26.0 (2014-11-12)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "0.26.0",
|
||||
"version": "0.26.1",
|
||||
"dependencies": {
|
||||
"aws-sdk": {
|
||||
"version": "2.0.23",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "0.26.0",
|
||||
"version": "0.26.1",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"main": "index.js",
|
||||
|
|
Загрузка…
Ссылка в новой задаче