Skip to content

v1.15.0

Compare
Choose a tag to compare
@binwiederhier binwiederhier released this 15 Feb 00:27
· 2438 commits to main since this release

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