⚠️ WARNING! Breaking changes! ⚠️
Please see changes in the previous release.
This release fixes some issues in the previous release:
- Registration is now disabled when
MaxOrganizationCount
is reached. - Added a missing implementation for new
IEmailSender<T>
interface.- This is a new interface in the updated Identity templates that needed implementation.
- It should allow account-related emails to send (e.g. forgot my password).
- I didn't have bandwidth to test this, though.
- Included related tables when deleting scripts, which should allow cascade deletion to work properly.
- This should prevent foreign key constraint errors when deleting scripts.
Docker Image
See Docker Hub for instructions on pulling and running the image.
Changes:
- 7478d63 Add implementation for new IEmailSender.
- edb4bc5 Fix disabling of registration when max organizations reached.
- 89947c7 Merge pull request #818 from immense/bug/script-deletion
- d7958a7 Delete related records when deleting scripts and schedules.
- bdc9ecf Merge pull request #815 from immense/bug/check-invalid-ip
- 190aaa3 Check for valid IP for known proxies.
This list of changes was auto generated.