Closed
Bug 1218511
Opened 10 years ago
Closed 10 years ago
Please deploy autopush 1.7.2 to PRODUCTION
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rpapa, Assigned: oremj)
References
Details
1.7.2 (2015-10-24)
==================
Bug Fixes
---------
* Set SSL mode properly for release buffers.
1.7.1 (2015-10-23)
==================
Bug Fixes
---------
* Change HOSTNAME env name to not conflict with AWS env. Issue #198
* Move endpoint_* marks to shared variables.
1.7.0 (2015-10-21)
==================
Features
--------
* Add UDP Wake support. Some devices which use SimplePush routing offer a
feature to wake on a carrier provided UDP ping. Issue #106.
* Provide service environment information to help clients identify the service
environment, server provides it along with the hello message. Issue #50.
* Add actionable JSON errors to the Endpoint responses. Issue #178.
Bug Fixes
---------
* Reset UAIDs for clients that change their router type. PR #167.
* Respond with status code 413 for payloads that exceed the maximum size,
404 for invalid tokens, and 400 for missing encryption headers. PR #170.
WebPush
-------
* Add Push message update mechanism. Issue #141.
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → oremj
QA Contact: rpappalardo
Reporter | ||
Comment 1•10 years ago
|
||
this bug doesn't depend on 893583!
somehow it got linked, but i'm not authorized to remove dependency
Reporter | ||
Comment 2•10 years ago
|
||
We'll be deploying 1.7.2 @1:30pst today
pre-deployment (currently on production)
----------------------------
URL CHECKS (PROD)
----------------------------
https://push.services.mozilla.com:
Response time: 0.126863
https://updates.push.services.mozilla.com/health:
{
"status": "OK",
"prod.autopush.storage": {
"status": "OK"
},
"version": "1.6.1",
"clients": 0,
"prod.autopush.router": {
"status": "OK"
}
}
Response time: 0.150782
https://updates.push.services.mozilla.com/status:
{
"status": "OK",
"version": "1.6.1"
}
Response time: 0.144714
Comment 3•10 years ago
|
||
Removing incorrect bug dependency at request of reporter.
Reporter | ||
Comment 4•10 years ago
|
||
----------------------------
SUMMARY
----------------------------
:oremj has deployed this release to production and DNS has been switched.
E2E TESTS
Able to successfully locate, ring, lock Flame device (w/ B2G 2.2) using findmydevice application
x10
Able to place several Hello (Loop) calls successfully between Firefox Dev Edition (43.0a2) and GR (41.0.2) w/ autopush
and verify e2e test calls using FxA contacts, room notifications - OK
Verifying this release
----------------------------
URL CHECKS (PROD)
----------------------------
https://push.services.mozilla.com:
Response time: 0.134769
https://updates.push.services.mozilla.com/health:
{
"status": "OK",
"prod.autopush.storage": {
"status": "OK"
},
"version": "1.7.2",
"clients": 0,
"prod.autopush.router": {
"status": "OK"
}
}
Response time: 0.144857
https://updates.push.services.mozilla.com/status:
{
"status": "OK",
"version": "1.7.2"
}
Response time: 0.13193
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•