What's Changed * Bump User-Agent header by pantherale0 in https://github.com/pnbruckner/life360/pull/12 * Reorganize API & add more error handling by pnbruckner in https://github.com/pnbruckner/life360/pull/16
Life360 changed its API URL, token & header requirements.
7
5.5.0
6
Make Life360 class a context manager. Add close method to close session if one was created automatically. Retry HTTP errors 502 (Bad Gateway), 503 (Service Unavailable) & 504 (Gateway Time-out), which have been observed to happen every once in a while.