Changes
- feat(lang): Added Azerbaijani language updated turkish language.
- feat(lang) : Added Portuguese from Brazil language
- feat (lang): add Indonesian language translations
- fix(proxy): Proxy restart does not work on domain. If you restart the proxy via you instance domain, your instance domain would be offline forever because the proxy would never come back after hitting restart on the domain and you could only fix this manually. Now a background job handles the restart so you can hit restart on your domain and a few seconds after the restart your domain will be accessible again.
- fix(email): transactional emails are all not sent if
Use system wide (transactional) email settings
is disabled and no other email provide is setup on the Notifications page - fix(email): no emails are sent if SMTP username and SMTP password are empty (which is the case in dev for example)
- fix(email): Wrong test email notification is used, causing the transactional email test notification to fail if no email provider is set up on the Notifications page.
- fix(deployments): use graceful shutdown instead of
rm
- fix(installation): Add path to config file to be able to use docker login during installation
- fix(database): custom config for MongoDB
- fix(ui): hide Instance Backup settings if the server is not functional
- fix(ui): only show copy button on https - as the clipboard API does not work on http and then a copy button is just confusing
- fix(service): added health check to Bugsink service
- fix(docs): contribute service url
Issues
What's Changed
- lang: Added Azerbaijani language and updated Turkish language. by @chz in #5497
- feat(lang): Added Portuguese from Brazil language by @eltonciatto in #5500
- feat(lang): add Indonesian language translations by @alvinmr in #5513
- Bugsink: add health check to 'web' image by @vanschelven in #5512
- fix: Contribute Service URL by @wrussell1999 in #5517
- fix(mongodb-custom-config): add custom configuration for MongoDB service by @dekkku in #5471
- chore(versions): bump version to 403 by @peaklabs-dev in #5520
- v4.0.0-beta.404 by @andrasbacsai in #5496
New Contributors
- @eltonciatto made their first contribution in #5500
- @alvinmr made their first contribution in #5513
- @vanschelven made their first contribution in #5512
- @wrussell1999 made their first contribution in #5517
- @dekkku made their first contribution in #5471
Full Changelog: v4.0.0-beta.402...v4.0.0-beta.404