Releases: pawelad/fakester
Releases · pawelad/fakester
v2.2.1
Fixed
- Added
SECURE_PROXY_SSL_HEADER
setting, which fixed CSRF errors on production.
v2.2.0
Changed
- Upgrade Python to 3.12.6.
Fixed
- Fix another error related to parsing hostnames with a port.
v2.1.2
Fixed
- Remove
Procfile
, as apparently that was messing with dokku
Docker builder.
v2.1.1
Fixed
- Fix
dokku
Docker builder type related issues.
- Fix redirect form error when the hostname contained a port.
v2.1.0
Changed
- Upgrade
codecov/codecov-action
to v4.
- Ignore
DisallowedHost
exception in Sentry.
- Upgrade all project dependencies.
Fixed
- Fix
actions/upload-artifact@v4
not including hidden files by default anymore.
- Fix
TestRedirectFormView::test_ratelimit
test.
v2.0.3
Added
- Deploy docs to GitHub Pages via GitHub Actions.
- Add MkDocs based docs.
Changed
- Upgrade
actions/setup-python
to v5.
- Upgrade
actions/checkout
to v4.
v2.0.2
Changed
- Allow only one concurrent deploy GitHub Actions workflow.
- Use
environment
setting in deploy GitHub Actions workflow.
v2.0.1
Fixed
- Fix typo in
deploy
GitHub Actions workflow.