----------------- * Allow config options to be overridden by environment variables (:issue:`270`)
1.2.4
----------------- * Fix missing permissions for non-admin users (:issue:`284`)
1.2.3
---------------- * Add Pyramid>=2.0 to dependencies (:issue:`283`)
1.2.2
---------------- * Upgrade to Pyramid 2.0 * Remove the SQL index from package summary field (will take effect when you rebuild your cache, but a rebuild is not required)
1.2.1
----------------- * Fix a XSS vulnerability (:issue:`280`) * Remove storage limit of package summary (:pr:`276`) (will take effect when you rebuild your cache, but a rebuild is not required unless you hit this issue)
1.2.0
Not secure
---------------- * Add more package info to JSON API (:pr:`269`) * Stop normalizing metadata for Azure (:pr:`272`) * Provide Azure credentials via environment variable (:issue:`270`) * Pin the Pyramid version to avoid deprecation (:issue:`274`) * Dropping support for Python 3.5 and 3.6 due to difficulty with cryptography library