Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

1.17.0

Compare
Choose a tag to compare
@bbangert bbangert released this 05 Aug 17:48
· 936 commits to master since this release

Refactor

  • clarify intent of write methods returning nothing (94ab2134)
  • utilize console_script's sys.exit return value to kill a mock (1c7de067)

Doc

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)

Chore

Features

  • normalize user-agent for datadog and parse for raw logging (8c4c6368, closes #487)
  • Add URLs, text to error response messages (da5eca84)
  • log all unregister/register calls. also adds assert_called_included for checking calls including kwargs (cb87a82f)
  • Add FCM router support (b06c6a75)