Releases: web-push-libs/web-push-php
Releases · web-push-libs/web-push-php
v6.0.3
v6.0.2
v6.0.1
- Support Guzzle 7 (and thus Laravel 8) (thx @martijnb92!) : a specific PR to decouplate web-push-php from Guzzle and use psr/http-client is most welcome 🙏🏻
- Hotfix for encryption (thx @Spomky!)
v6.0.0
v5.2.5
v5.2.4
- Encode VAPID key in URL-safe base64 (thx @vockalimo!)
v5.2.3
v5.2.2
- Don't include VAPID headers if there are no content encoding in the subscription
v5.2.1
- FCM now supports AES128GCM on
fcm/send
endpoints, so the endpoint is no longer replaced withwp
v5.2.0
- added ability to cache VAPID headers in a request (thx @javiermarinros!)
- enhanced message reporting (thx @t1gor!)
- made flush really async (thx @marcvdm!)
- fixed an encryption error that would occur when using the new subscription structure with a contentEncoding (thx @soerenuhrbach!)
- fixed an error that would occur if network request failed (thx @steffenweber!)
- fixed some static errors