Skip to content

v0.10.0

Compare
Choose a tag to compare
@andyblarblar andyblarblar released this 21 Aug 22:31
· 33 commits to master since this release

Changelog πŸ“

Additions

  • Clients now all impliment a common trait, WebPushClient, rather than relying on overloading the same name with conditional compile. This allows for one to use more than one client implimentation at the same time.

Fixes

  • Aud claims now have correct formatting (Fixes #50)
  • WebPushBuilder::new now no longer returns Result for no reason (Fixes #47)

Breaking Changes ⚠

  • WebPushClient now refers to a trait, rather than a feature selected struct. Now, you must explicitly use IsachWebPushClient or HyperWebPushClient depending on your feature flags.
  • WebPushBuilder::new no longer returns a Result