[#3066] added the application name as part of the autogenerated backup name for easier identification

This commit is contained in:
Gani Georgiev
2023-08-28 20:34:44 +03:00
parent f7f8f09336
commit bde7a86b30
34 changed files with 126 additions and 113 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
- Bumped the min TLS version to 1.2 in order to improve the cert score.
- Added option to upload a backup file from the Admin UI ([#2599](https://github.com/pocketbase/pocketbase/issues/2599)).
- (@todo docs) Added option to upload a backup file from the Admin UI ([#2599](https://github.com/pocketbase/pocketbase/issues/2599)).
- Added the application name as part of the autogenerated backup name for easier identification ([#3066](https://github.com/pocketbase/pocketbase/issues/3066)).
- Added new `SmtpConfig.LocalName` option to specify a custom domain name (or IP address) for the initial EHLO/HELO exchange ([#3097](https://github.com/pocketbase/pocketbase/discussions/3097)).
_This is usually required for verification purposes only by some SMTP providers, such as on-premise [Gmail SMTP-relay](https://support.google.com/a/answer/2956491)._