Skip to content

V1.7.0

Choose a tag to compare

@enchant97 enchant97 released this 30 Oct 15:43
· 149 commits to main since this release

⛔ Deprecated features have been removed, see #50

⚠️ New & Changed Configs ⚠️

Name Description Default Docker Default
TIME_ZONE The time-zone where your clients are (used in web UI) Europe/London Europe/London
CACHE__INTERNAL_MAX_SIZE The max size of the internal cache (<=0 to disable) 4 4

Change Log

Added

  • Show expiry on paste screen
  • Configurable multi-tiered caching
  • CLI can remove empty cache folders
  • Strict paste id checking in URLs
  • Better general exception handling
  • Add human padding for paste id
  • Add more unit tests

Changed

  • Major code refactoring (pastes are no longer dependant on storage types, for future s3 object support)
  • Tidy REST API routes

Fixed

  • Fixed #53 Expiry set in UI always interpreted as UTC, by having a configurable timezone

Removed

  • Removed deprecated features, see #50