Releases: binwiederhier/ntfy
Releases · binwiederhier/ntfy
v1.18.0
Features:
- Publish messages as JSON (#133, thanks @cmeis for reporting, thanks to @Joeharrison94 and @fallenbagel for testing)
Bug fixes:
- rpm: do not overwrite server.yaml on package upgrade (#166, thanks @waclaw66 for reporting and testing)
- Typo in ntfy.sh/announcements topic (#170, thanks to @sandebert)
- Readme image URL fixes (#156, thanks to @ChaseCares)
Deprecations:
- Removed the ability to run server as
ntfy serveas per deprecation
v1.17.1
v1.17.0
Features & bug fixes:
- Replace web app with a React/MUI-based web app from the 21st century (#111)
- Web UI broken with auth (#132, thanks for reporting @arminus)
- Send static web resources as
Content-Encoding: gzip, i.e. docs and web app (no ticket) - Add support for auth via
?auth=...query param, used by WebSocket in web app (no ticket)
v1.16.0
Features & Bug fixes:
- Add auth support for subscribing with CLI (#147/#148, thanks @lrabane)
- Add support for ?since= (#151, thanks for reporting @nachotp)
Documentation:
- Add watchtower/shoutrr examples (#150, thanks @rogeliodh)
- Add release notes
Technical notes:
As of this release, message IDs will be 12 characters long (as opposed to 10 characters). This is to be able to
distinguish them from Unix timestamps for #151.
v1.15.0
Highlights
- Compress binaries with
upx(#137) - Add
visitor-request-limit-exempt-hoststo exempt friendly hosts from rate limits (#144) - Double default requests per second limit from 1 per 10s to 1 per 5s (no ticket)
- Convert
\nto new line forX-Messageheader as prep for sharing feature (see #136) - Reduce bcrypt cost to 10 to make auth timing more reasonable on slow servers (no ticket)
- Docs update to include public test topics (no ticket)
Changelog
v1.14.1
v1.14.0
Features:
- Server-side for authentication & authorization (#19, thanks for testing @cmeis, and for input from @gedw99, @karmanyaahm, @Mek101, @gc-ss, @julianfoad, @nmoseman, Jakob, PeterCxy, Techlosopher)
- Support
NTFY_TOPICenv variable inntfy publish(#103)
Bug fixes:
- Binary UnifiedPush messages should not be converted to attachments (part 1, #101)
Docs:
v1.13.0
- Websockets endpoint
- Listen on Unix socket, see config option
listen-unix
v1.12.1
Features:
- Attachments (#25, #15)
- Click action (#85)
- Increase FCM priority for high/max priority messages (#70)
Bug fixes:
v1.12.0
Features:
- Attachments (#25, #15)
- Click action (#85)
- Increate FCM priority for high/max priority messages (#70)
Bug fixes: