v0.9.0
Changes ๐
[~] - Delegate JWT signing and key management to jwt_simple.
[~] - Manually ensure compatibility with both SEC1 and pkcs8 encoded PEM keys.
[+] - Add WebPushError::InvalidClaims variant for use when invalid JWT claims are used.
[+] - Add pkcs8, pem, and sec1_decode crates to handle PEM decoding.
[~] - Make lazy_static a dev dep.
[~] - Migrate futures to futures-light and feature gate behind the isahc client.
[-] - Remove openssl, ring, time, native_tls, and futures deps.
[+] - Improve tests.
[+] - Improve docs.
[+] - Bump to v0.9.0