Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

0.6.0

Compare
Choose a tag to compare
@danielquinn danielquinn released this 18 Jun 21:15
· 754 commits to master since this release
  • Abandon the shared-secret trick we were using for the POST API in favour of BasicAuth or Django session.
  • Fix the POST API so it actually works. #236
  • Breaking change: We've dropped the use of PAPERLESS_SHARED_SECRET as it was being used both for the API (now replaced with a normal auth) and form email polling. Now that we're only using it for email, this variable has been renamed to PAPERLESS_EMAIL_SECRET. The old value will still work for a while, but you should change your config if you've been using the email polling feature. Thanks to @jmgilman for all the help with this feature.