Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add WNS comment, drop GCM/FCM direct support #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 4, 2024

  1. feat: Add --wns option to handle WNS header

    Microsoft has introduced [extra
    header](https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/push-request-response-headers#request-parameters)
    requirements for incoming push messages. I kind of want to avoid adding
    a lot of system specific smarts to pywebpush, mostly because that's an
    endless road of feature creep. The preferred way to handle this would be
    to include the extra, call specific headers in the `webpush(...,
    headers=dict(...))` argument.
    
    Closes #162
    jrconlin committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    804e27f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: WNS notes / Drop GCM/FCM support

    See CHANGELOG
    jrconlin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4b6957c View commit details
    Browse the repository at this point in the history