Summary
Improved support for PowerShell 7, and email is now sent using Send-MailKitMessage. The install.ps1
script will install NuGet
and the Send-MailKitMessage
module.
Upgrade Warning - Future Breaking Change
This release deprecates the following secrets.ps1
variables:
$PSEmailServer
is replaced by$ResticEmailServer
$ResticEmailConfig
is replaced by$ResticEmailPort
In the next release,$ResticEmailServer
and$ResticEmailPort
will be required. This release will still work if the deprecated variables are defined.
What's Changed
- Update README.md by @enzo-g in #58
- fix typo in readme by @jonas-hag in #74
- fix typo by @Export33 in #83
- Added a more detailed example for backup sources by @Export33 in #84
- Limit snapshot pruning to the current host by @living180 in #94
- Allow for unauthenticated SMTP. by @SeeJayEmm in #81
- Replace deprecated Send-MailMessage with Send-MailKitMessage by @innovara in #107
- Merge 2024.11 into Main by @kmwoley in #110
New Contributors
- @enzo-g made their first contribution in #58
- @jonas-hag made their first contribution in #74
- @Export33 made their first contribution in #83
- @living180 made their first contribution in #94
- @SeeJayEmm made their first contribution in #81
- @innovara made their first contribution in #107
Full Changelog: 1.6...1.7