Skip to content

v0.9.5

Compare
Choose a tag to compare
@andyblarblar andyblarblar released this 03 Apr 02:28
· 13 commits to master since this release
994b683

Changelog 🗒

[+] Add AesGcm enocding (see #44 for justification)
[+] Add filler sub claim to all tokens, unless the claim is added manually
[+] Add tests for aesgcm
[+] Update documentation to make examples more promenent
[+] Bump to 0.9.5

Bug Fixes 🐜

  • FireFox would reject pushes where a sub claim was not added, despite the fact that this is not part of the push standard. To solve this issue, a dummy sub claim of 'emaito:[email protected]' is added to all messages. This will not effect any services already adding the sub claim manually.