This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
1.17.0
Refactor
- clarify intent of write methods returning nothing (94ab2134)
- utilize console_script's sys.exit return value to kill a mock (1c7de067)
Doc
- add release process (a5da4491)
- formatting/externalize the links (966ada81)
- updates to installation (aa6729bb)
- updates to intros (efe0c652)
Test
- don't hide wait_for_times test failures (fe98d4c6)
Bug Fixes
- remove readline from the nix pkg also (e7c8d385)
- Allow old GCM senderID (fe0d19c8)
- fix _base_tags class var usage and make other class vars immutable (97a133a4)
- readline isn't needed (834a2c79)
- Do not remove router_type from UAID info (d74c00c9)
- Fix up FCM library to reject enpdoints with invalid FCM senderids (56633e4c, closes #556)
- Add ValueError trap for extract_jwt (3f2af804)
- Do not record the GCM data overflow error (b4e8ed43, closes #552)
- avoid uaid error in webpush preflight (333d2fff)
- test_bad_senderidlist now requires --gcm_enabled. bandaid handling of make_settings failures for now (949f8d3a)
- Handle URL arguments to OPTIONS and HEAD requests (471137f5)
- nocover the util function (6230f77d)
- kill now unused senderid_list cruft (a2e1f8c8)
- kill mutable default arguments (b405cce6)