Skip to content

2.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jun 18:36
· 2 commits to main since this release

Security

  • Draft events are no longer publicly readable. Single-event endpoint now 404s for unpublished events unless you're an event manager or the author. (#2)

Fixes

  • Event & category slug creation no longer 500s under a concurrent same-title race — it retries with a fresh suffix. (#3)

Performance

  • Cap expanded recurring occurrences and lower the listing row limit so a dense calendar can't spike memory/CPU. (#4)

Housekeeping

  • Remove an unused constant (#5); resolve the FoF Upload check lazily per-request instead of at parse time (#6); log instead of silently swallowing that detection failure (#7).