github diced/zipline v4.3.2

2 days ago

What's changed

  • fixed invites redirecting for no reason
  • fixed invites error handling ui
  • fixed urls not being URL encoded and handled properly
  • fixed title not updating on web dashboard
  • fixed aws sdks breaking functionality with other providers (downgraded)
  • added "trust proxies" option that will trust proxies zipline is behind (forwarding certain proxied headers)
  • added support for reading env vars from a file:
    • simply append _FILE to the end of a normal environment var, and set its value to a file path that zipline has access to read
    • zipline will read that file and set the correct value in the config
    • this was added for use in docker secrets
    • along with this new vars were added for defining the database: DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_HOST, DATABASE_PORT, DATABASE_NAME (all of them must be present, OR, just DATABASE_URL.)
  • added file name to the file upload response
  • added the ability to reorder and disable certain fields in the file table on the dashboard

Full Changelog: v4.3.1...v4.3.2

Don't miss a new zipline release

NewReleases is sending notifications on new releases.