Skip to content

Latest commit

 

History

History
126 lines (73 loc) · 2.99 KB

File metadata and controls

126 lines (73 loc) · 2.99 KB

I am terrible at keeping this up-to-date.

2.3.0 (2026-02-09)

  • Cleanup from @Rotzbua
    • Use modern typing for annotations
    • Remove legacy python 2 import
    • remove redundant :type annotations
    • use [.dev] extras in CI

2.2.1 (2026-02-06)

  • add'l typing info (Thanks @rotzbua)

2.2.0 (2026-)

  • Update rst files to reflect md file changes

Add comment discussing additional work for Windows Notification Service (WNS)

  • Update the README.md file to mention the required, non-standard headers.

BREAKING_CHANGE This version also drops legacy support for GCM/FCM authorization keys, since those items are obsolete according to Google. See https://firebase.google.com/docs/cloud-messaging/auth-server#authorize-legacy-protocol-send-requests

2.1.2 (2025-11-10)

chore: fix formatting chore: update CHANGELOG chore: note admin update

2.1.1 (2025-10-14)

This was an administrative push to test a new publication system.

2.1.0 (2025-09-29)

feat: Add a async_webpush one call func and tests (15cf848)[https://github.com/web-push-libs/pywebpush/commit/15cf84885b4bc1cd4e8e58a8fc8f84bfc9b3387e] (thanks (@AlexUnder2003)[https://github.com/web-push-libs/pywebpush/commits?author=AlexUnder2003])

2.0.1 (2024-10-14)

docs: Use License classifiers in pyproject.toml (thanks @sevdog)

2.0.0 (2024-01-02)

chore: Update to modern python practices

  • include pyproject.toml file

  • use python typing

  • update to use pytest

    BREAKING_CHANGE Webpusher.encode will now return a NoData exception if no data is present to encode. Chances are you probably won't be impacted by this change since most push messages contain data, but one never knows. This alters the prior behavior where it would return None.

1.14.0 (2021-07-28)

bug: accept all VAPID key instances (thanks @mthu)

1.13.0 (2021-03-15)

Support requests_session param in webpush fn too (thanks @bwindels)

1.12.0 (2021-03-15)

chore: library update, remove nose tests

1.11.0 (2020-04-29)

feat: add --head to read headers out of a json file (thanks @braedon)

1.10.2 (2020-04-11)

bug: update min vapid requirement to 1.7.0

1.10.1 (2019-12-03)

feat: use six.text_type instead of six.string_types

1.10.0 (2019-08-13)

feat: Add --verbose flag with some initial commentary bug: Update tests to use latest VAPID version

1.9.4 (2019-05-09)

bug: update vapid exp header if missing or expired

0.7.0 (2017-02-14)

feat: update to http-ece 0.7.0 (with draft-06 support) feat: Allow empty payloads for send() feat: Add python3 classfiers & python3.6 travis tests feat: Add README.rst bug: change long to int to support python3

0.4.0 (2016-06-05)

feat: make python 2.7 / 3.5 polyglot

0.3.4 (2016-05-17)

bug: make header keys case insenstive

0.3.3 (2016-05-17)

bug: force key string encoding to utf8

0.3.2 (2016-04-28)

bug: fix setup.py issues

0.3 (2016-04-27)

feat: added travis, normalized directories

0.2 (2016-04-27)

feat: Added tests, restructured code

0.1 (2016-04-25)

Initial release