Skip to content

Releases: pinterest/snappass

v.1.6.2

03 Jan 01:46
Compare
Choose a tag to compare

v.1.6.0

17 May 17:47
2341cb6
Compare
Choose a tag to compare
  • Drop support for officially unsupported Python versions (< Python 3.7)

v1.5.1

11 May 21:44
9e33a8f
Compare
Choose a tag to compare
  • The HOST_OVERRIDE environment variable can be used to override the base URL. Useful when behind a reverseproxy.
  • Upgrade to Jinja 2.11.3
  • Upgrade to cryptography 3.3.2
  • Returning json if request-mimetype is "application/json"
  • Return template if password is expired (instead of 404)

v1.5.0

15 Sep 16:26
feab2f6
Compare
Choose a tag to compare
  • Added support for "2 week" secret lifetimes.
  • The NO_SSL environment variable is now properly parsed.
  • The URL_PREFIX environment variable can be used to add a prefix to URLs,
    which is useful when running behind a reverse proxy like nginx.
  • Prevent prefetching bots from destroying secrets.
  • Replaced mockredis with fakeredis in the unit test environment.
  • Added support for Python 3.8.

v1.4.1

31 Oct 23:02
52aefd6
Compare
Choose a tag to compare
  • Switch to local (non-CDN) Font Awesome assets
  • Upgraded cryptography to 2.3.1 (for CVE-2018-10903, although snappass is
    unaffected because it doesn't use the vulnerable finalize_with_tag API)

v1.4.0

03 Jul 15:41
Compare
Choose a tag to compare

Version 1.4.0

You will lose stored passwords during the upgrade to this version

  • Added a prefix in redis in front of the storage keys, making the redis safer to share with other applications
  • Small test and syntax improvements
  • Dropped support for python 2.6 and python 3.3

v1.2.0

25 May 21:26
Compare
Choose a tag to compare
  • Added Fernet cryptography to the stored keys, prevent access to full text passwords if someone has access to Redis

v1.0.0

24 Apr 01:34
Compare
Choose a tag to compare

First official release for snappass.
We believe this project is a stable, functional state, so we tagged it 1.0.0.

Thanks for all the contributions, let's keep making snappass better and safer!