Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tag-0.21.0 - PRODUCTION #4

Open
rpappalax opened this issue Nov 16, 2016 · 1 comment
Open

tag-0.21.0 - PRODUCTION #4

rpappalax opened this issue Nov 16, 2016 · 1 comment
Labels

Comments

@rpappalax
Copy link
Collaborator

rpappalax commented Nov 16, 2016

RELEASE NOTES

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

COMPARISONS
mozilla-services/autopush@1.19.2...1.19.3
mozilla-services/autopush@1.19.3...1.20.0
mozilla-services/autopush@1.20.0...1.21.0

TAGS
https://github.com/mozilla-services/autopush/releases/tag/1.21.0
mozilla-services/autopush@a38ee75

CHANGELOG

1.21.0 (2016-11-10)

Breaking Changes

Bug Fixes

  • Don't log exceptions that don't want to be logged (8819b3d5)
  • reset UAID if too many messages are pending (461a8661)
  • Zero pad months in table names (5ca85e07)

Features

  • Kill v0 endpoints (99e921c0, closes #492)
  • reset users missing a record version or expired version (2ef3762d, closes #711)
  • retain date when checking message tables (#727) (04756c44, closes #722)
  • spread monthly rotation retry over 30 minutes (#726) (7c084596, closes #723)
@rpappalax
Copy link
Collaborator Author

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"
}

@rpappalax rpappalax changed the title tag-0.21.0 - PRODUCTION tag-0.21.0: PRODUCTION Nov 16, 2016
@rpappalax rpappalax changed the title tag-0.21.0: PRODUCTION tag-0.21.0 [PRODUCTION] Nov 16, 2016
@rpappalax rpappalax changed the title tag-0.21.0 [PRODUCTION] tag-0.21.0 - PRODUCTION Nov 16, 2016
@rpappalax rpappalax added PROD and removed PROD labels Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant