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

1.33.0

Compare
Choose a tag to compare
@pjenvey pjenvey released this 12 Jul 23:57
· 556 commits to master since this release
1.33.0
d48ac40

Features

  • Use modern metrics (39db9a7d, closes #950)
  • Do not do VAPID auth on trusted connections (f9b375a1, closes #938)
  • Use cryptography from git to fix a memory leak (615e961e)
  • demote info to debug to reduce logging messages (7b5d9d0f, closes #936)
  • log EC2 instance ID when using AWS for hostname (d8efd5e1, closes #931)
  • accept aes128gcm content encoding (00947d1f, closes #930)

Refactor

  • convert PushState to attrs (e96f8631, closes #632)
  • convert AutopushSettings to attrs (1616d245)
  • split clients and agent off settings (70129bc2)
  • begin tearing apart AutopushSettings (fc66ddcc)

Bug Fixes

  • add logging for register/unregister calls for websocket and bridges (9e82e0d1, closes #953)
  • add memory pressure for jwt's cryptography usage (99048cde, closes #917)
  • Return 400 if routing token is blank or unspecified (910c7185)

Chore

  • update to precise's latest pypy (5e270934)