Skip to content

Tags: web-push-libs/pywebpush

Tags

2.0.1

Toggle 2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jrconlin JR Conlin
chore: tag 2.0.1

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Update for modern python (#158)

* feat: Update for modern python

This updates things to use more modern python practices.
This includes:
* Adding a pyproject.toml file
* Add type hints

**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`.

Includes fixes from #152 by https://github.com/TobeTek (Thanks!)

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
bump version

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
chore: tag 1.13.0

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
chore: tag 1.12.0

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
f version update

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
tag: 1.10.1

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add `--verbose` flag (#117)

Closes: #116

1.9.4

Toggle 1.9.4's commit message

Verified

This commit was signed with the committer’s verified signature.
jrconlin JR Conlin
tag Update changelog & tag for release 1.9.4

1.4.0

Toggle 1.4.0's commit message
chore: version bump