wonder-twins / dummy-app-02

0 stars 1 forks source link

tag-0.21.0 - PRODUCTION #4

Open rpappalax opened 8 years ago

rpappalax commented 8 years ago

RELEASE NOTES

https://github.com/mozilla-services/autopush/releases

COMPARISONS https://github.com/mozilla-services/autopush/compare/1.19.2...1.19.3 https://github.com/mozilla-services/autopush/compare/1.19.3...1.20.0 https://github.com/mozilla-services/autopush/compare/1.20.0...1.21.0

TAGS https://github.com/mozilla-services/autopush/releases/tag/1.21.0 https://github.com/mozilla-services/autopush/commit/a38ee7504470053c8023d0452febd48e5ce58b21

CHANGELOG

1.21.0 (2016-11-10)

Breaking Changes

Bug Fixes

Features

rpappalax commented 8 years ago

on PRODUCTION pre-deployment:

URL CHECKS

curl -s 'https://updates.push.services.mozilla.com/health' | python -mjson.tool
{
    "clients": 0,
    "prod.autopush.routerv2": {
        "status": "OK"
    },
    "prod.autopush.storage": {
        "status": "OK"
    },
    "status": "OK",
    "version": "1.20.0"
}

curl -s 'https://updates.push.services.mozilla.com/status' | python -mjson.tool
{
    "status": "OK",
    "version": "1.20.0"
}