thanks for bearing with and reporting issues in 4.4.1, hopefully this release is better! couple of new features, and tons of bug fixes as always:
What's Changed
- BREAKING: removed native ssl support - use a reverse proxy to handle this now!
- fixed validation error (#968)
- fixed validation error (#966)
- fixed passkeys causing a restart loop (#964)
- fixed logging db url in prod
- fixed validation error when editing user
- fixed validation errors with metrics
- fixed even more validation errors ig
- fixed random character conflicts when generating file names
- fixed not handling unicode in content-disposition
- fixed improper length checks (#987)
- fixed
/r/not in reserved routes (#985) - added a warning when accessing over http when returnhttps is off
- added a warning to old passkeys in passkey menu
- added domain selection to shorten URL modal
- added nested folders (#961, @Anuril)
- added docker scripts and using
ENTRYPOINT- you can now call
ziplinectldirectly in the shell:docker compose exec zipline ziplinectl help
- you can now call
Pull's Merged
- Feature: nested folders by @Anuril in #961
- fix: prevent random character conflicts in uploads and urls by @hchengting in #978
- fix: view route title & handle unicode characters in raw route by @hchengting in #980
New Contributors
- @Anuril made their first contribution in #961
- @hchengting made their first contribution in #978
Full Changelog: v4.4.1...v4.4.2