Skip to content

11.0.0

Choose a tag to compare

@joostdebruijn joostdebruijn released this 24 May 13:29
· 6 commits to master since this release
85b577e

This is a major release containing several breaking changes:

  • Breaking: default encoding is now aesgcm128, when the encoding on the stored push subscription is null
  • Breaking: at the PushSubscription-model the property content_encoding is now casted to the Minishlink\WebPush\ContentEncoding-enum, therefore minishlink/web-push is bumped to at least v10.0.1
  • Breaking: drop support for Laravel 11
  • Breaking: the MessageValidationFailed class is now marked as final
  • Breaking: the WebPushMessageInterface interface now requires getOptions() to be defined on classes implementing this interface
  • Tests now run in PHPUnit v13

Full Changelog: 10.5.0...11.0.0