v0.6
For this release, we focused on making smaller improvements and fixing things. The highlights are:
- Added support for 3rd-party identity providers in cross-domain setups
- Added endpoints and UI for self-service account deletion
- Config simplified with regards to CORS
What's Changed
- fix(example): do not copy lockfiles not under vc in dockerfiles by @lfleischmann in #661
- feat: make conditional ui available via env var in quickstart by @like-a-bause in #653
- fix(frontend): make compose debug work again by @lfleischmann in #658
- feat: user deletion by @bjoern-m in #662
- Fix: Ci Dependabot producing failing builds by @like-a-bause in #656
isready
subcommand to check if a service is ready to serve requests by @IgnisDa in #698- feat: add info about android apk key hash by @FreddyDevelop in #708
- ci(docs): deploy only on backend tag or workflow dispatch by @lfleischmann in #710
- feat: social login in a cross domain setting by @lfleischmann in #701
- refactor(cmd): rework config initalization by @lfleischmann in #712
- Test improve integration tests by @FreddyDevelop in #706
- Feat simplify config by @like-a-bause in #635
- fix: use uuid for docker database container names in test by @like-a-bause in #727
- fix(deploy): copy missing directory in backend debug dockerfile by @lfleischmann in #733
New Contributors
Full Changelog: backend/v0.5.0...backend/v0.6.0