Skip to content

Releases: binwiederhier/ntfy

v1.15.0

15 Feb 00:27
Compare
Choose a tag to compare

Highlights

  • Compress binaries with upx (#137)
  • Add visitor-request-limit-exempt-hosts to exempt friendly hosts from rate limits (#144)
  • Double default requests per second limit from 1 per 10s to 1 per 5s (no ticket)
  • Convert \n to new line for X-Message header 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

  • ce9e9f3 Add test for IP exempt setting
  • da4cf04 Compress binary with upx, closes #137
  • eed233a Double requests/sec limit; update docs
  • 2ad0802 Rate limit exemption; relates to #144
  • 0677b3b Re-add OPTIONS:
  • 0df8aa9 Replace \n with \n in X-Message header

v1.14.1

10 Feb 00:24
Compare
Choose a tag to compare

Highlights

  • Fix ARMv8 Docker build (#113, thanks to @djmaze)
  • No other significant changes

Changelog

v1.14.0

04 Feb 04:03
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Binary UnifiedPush messages should not be converted to attachments (part 1, #101)

Docs:

  • Clarification regarding attachments (#118, thanks @xnumad)

v1.13.0

17 Jan 03:02
Compare
Choose a tag to compare

v1.12.1

14 Jan 17:27
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Make postinst script work properly for rpm-based systems (#83, thanks @cmeis)
  • Truncate FCM messages longer than 4000 bytes (#84)
  • Fix listen-https port (no ticket)
  • Fix security issue with attachment peaking (#93)

v1.12.0

13 Jan 22:20
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Make postinst script work properly for rpm-based systems (#83, thanks @cmeis)
  • Truncate FCM messages longer than 4000 bytes (#84)
  • Fix listen-https port (no ticket)

v1.11.2

01 Jan 21:52
Compare
Choose a tag to compare
  • Increase message limit to 4096 bytes (4k) #77
  • Docs for UnifiedPush #9
  • Increase keepalive interval to 55s #76
  • Increase Firebase keepalive to 3 hours #76

v1.11.1

01 Jan 21:25
Compare
Choose a tag to compare

Highlights

  • Increase message limit to 4096 bytes (4k)
  • Docs for UnifiedPush
  • Increase keepalive interval to 65s
  • Increase Firebase keepalive to 3 hours

Changelog

  • 91ad69d Bump keepalive interval to 65s after testing
  • 521aad7 Increase keepalive duration to 55s
  • fe2988b Reduce Firebase control channel keepalive message

v1.11.0

01 Jan 21:00
Compare
Choose a tag to compare

Highlights

  • Increase message limit to 4096 bytes (4k)
  • Docs for UnifiedPush

Changelog

  • 65a53c1 Bump version
  • a53f18c Docs for UnifiedPush, update docs for message limit
  • 9752bd7 Fix missing SMTP config options in docs
  • 7b37141 Increase message size limit to 4096
  • 96ad49f Make build-simple work again
  • 1fd3273 Merge branch 'main' of github.com:binwiederhier/ntfy into main
  • 35b2ca5 Merge pull request #74 from ramonsnir/patch-2
  • 595ea87 Switch VARCHAR(N) to TEXT, as they are equivalent in SQLite
  • 76a28b4 Update Docker installation with a Dockerfile example

v1.10.0

28 Dec 16:44
Compare
Choose a tag to compare

Highlights

Changelog