This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Releases: BeryJu/pyazo
Releases · BeryJu/pyazo
Release v2.3.3
Fix maximum file size being limited for uploads from browsers.
Release v2.3.0
Upgrading to 2.3.0
Changes
- Django has been upgraded to 3.1
- Webserver has been migrated from uWSGI to Gunicorn and uvicorn to make use of the ASGI features in Django 3.1
- Logging is now completely JSON
Upgrade Procedure
wget https://raw.githubusercontent.com/BeryJu/pyazo/v2.3.0/docker-compose.yml
docker-compose pull
docker-compose up -d
docker-compose exec server ./manage.py migrate
Fixes
- Update dependencies
Release v2.2.0
Fixes:
- Merge Static Image into main server image, to get rid of traefik
- New bootstrap script, improves reliability of initial startup
- Dependency version updates
Release v2.0.3
Fixes:
- Missing Clients from Docker Images
- Security fixes
Release v2.0.1
Fixes:
- auth: merge id_token with userinfo call for "special" providers
- oidc: change the Username generation algorithm
- root: fix post-SSO redirect URL
- utils: ignore OSError
Release v2.0.0
bump version: 2.0.0-pre11 -> 2.0.0
Release v2.0.0-pre11
Fixes
- fix get_client_ip when multiple IPs are returned from reverse proxy
Release v2.0.0-pre10
Fixes
- Fix not all Env variables being loaded
- Fix LDAP TLS setting being loaded incorrectly
- Fix LDAP and OIDC not logging at all
Commits:
- core: add migration that fixes path from old installs
- docker-compose: load explicit .env file
- docs: add migration guide
- docs: fix typos, add missing section
- root: fix LDAP TLS setting
- root: update logger settings to debug ldap issues
Release v2.0.0-pre7
Changes
- Add LDAP authentication source
Fixes
- Fix OIDC Login
Commits
- ci: use sudo to install dependencies
- docs: fix link for docker-compose file
- docs: simplify many documents into few
- fix CI: missing libldap-dev package
- fix docs icon
- re-add LDAP Auth, update docs for LDAP Auth and OIDC, update docs
- remove static from git repository
- some more cleanup, fix OIDC button not being visible
Release v2.0.0-pre5
Commits
- completely remove need for PYAZO_URL
- fix duplicate domain settings
- fix github release name