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

1.31.0

Compare
Choose a tag to compare
@bbangert bbangert released this 31 May 18:12
· 606 commits to master since this release

Features

  • switch to new iOS mutable aps payload (fd1a6b5a)
  • avoid triggering validation errors from bridge API (f3641e4f, closes #893)
  • update library dependencies to latest (a2a5a1fd, closes #901)

Bug Fixes

  • Ensure 'aps' passes through marshmallow schema check (a1f159e2)
  • Trap for missing Vapid AUTH header token (2fccec64)
  • Serialize Decimal correctly for ios aps (1580e21a)

Refactor

  • convert to inlineCallbacks (71bb8e59)
  • convert handler tests to client/inlineCallbacks (bf80e4f6)
  • bring in cyclone trunk's testing client (a1b8ae72)