Releases: Smalls1652/SmallsOnline.PasswordExpirationNotifier
v0.3.1-preview-02
✍️ What's Changed
- Add custom exception for Graph API errors by @Smalls1652 in #195
Full Changelog: v0.3.1-preview-01...v0.3.1-preview-02
v0.3.1-preview-01
✍️ What's Changed
- Ensure the Graph API response is successful by @Smalls1652 in #193
- Log errors when emails are sent by @Smalls1652 in #194
⛓️ Dependency updates
- Bump bootstrap from
5.3.2
to5.3.3
in/src/AdminConsole
by @dependabot in #154 - Bump Microsoft.Identity.Web.UI and Microsoft.Identity.Web in /src/AdminConsole by @dependabot in #156
- Bump Microsoft.Azure.Functions.Worker.Sdk from
1.17.0
to1.17.2
in/src/FunctionApp
by @dependabot in #158 - Bump Microsoft.AspNetCore.Authentication.JwtBearer from
8.0.2
to8.0.3
in/src/AdminConsole
by @dependabot in #159 - Bump Microsoft.AspNetCore.Authentication.OpenIdConnect from
8.0.2
to8.0.3
in/src/AdminConsole
by @dependabot in #160 - Bump Microsoft.Identity.Web from
2.17.0
to2.17.2
in/src/AdminConsole
by @dependabot in #161 - Bump Microsoft.Identity.Client from
4.59.0
to4.60.0
in/src/Lib
by @dependabot in #167 - Bump Microsoft.Identity.Web.UI and Microsoft.Identity.Web in /src/AdminConsole by @dependabot in #168
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from
8.0.3
to8.0.4
in/src/AdminConsole
by @dependabot in #174 - Bump Microsoft.AspNetCore.Authentication.OpenIdConnect from
8.0.3
to8.0.4
in/src/AdminConsole
by @dependabot in #175 - Bump Microsoft.Identity.Client from
4.60.0
to4.60.2
in/src/FunctionApp
by @dependabot in #177 - Bump Microsoft.Azure.Cosmos from
3.38.1
to3.39.0
in/src/FunctionApp
by @dependabot in #178 - Bump Microsoft.Azure.Cosmos from
3.38.1
to3.39.0
in/src/AdminConsole
by @dependabot in #180 - Bump Microsoft.Identity.Client from
4.60.0
to4.60.3
in/src/Lib
by @dependabot in #181 - Bump Microsoft.Identity.Web.UI and Microsoft.Identity.Web in /src/AdminConsole by @dependabot in #182
- Bump Microsoft.Identity.Client from
4.60.0
to4.60.3
in/src/Lib
by @dependabot in #183 - Bump Microsoft.Azure.Cosmos from
3.39.0
to3.39.1
in/src/Lib
by @dependabot in #184 - Bump Microsoft.Azure.Cosmos from
3.39.0
to3.39.1
in/src/FunctionApp
by @dependabot in #185 - Bump Microsoft.Azure.Cosmos from
3.39.0
to3.39.1
in/src/AdminConsole
by @dependabot in #186 - Bump Microsoft.Azure.Functions.Worker from
1.21.0
to1.22.0
in/src/FunctionApp
by @dependabot in #187 - Bump Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues from
5.3.0
to5.4.0
in/src/FunctionApp
by @dependabot in #190 - Bump Microsoft.Identity.Web.UI and Microsoft.Identity.Web in /src/AdminConsole by @dependabot in #192
Full Changelog: v0.3.0...v0.3.1-preview-01
v0.3.0
Overview
This update is mainly covering two things:
- Switching the target framework from .NET 7 to .NET 8.
- Updating all dependencies to their latest version.
✍️ What's Changed
- Update dependencies and target .NET 8 by @Smalls1652 in #153
⛓️ Dependency updates
- Bump actions/checkout from 3 to 4 by @dependabot in #91
- Bump docker/metadata-action from 4 to 5 by @dependabot in #100
- Bump docker/build-push-action from 4 to 5 by @dependabot in #101
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #102
- Bump docker/login-action from 2 to 3 by @dependabot in #103
- Bump bootstrap from
5.3.0
to5.3.2
in/src/AdminConsole
by @dependabot in #104 - Bump actions/upload-artifact from 3 to 4 by @dependabot in #117
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #118
- Bump bootstrap-icons from
1.11.2
to1.11.3
in/src/AdminConsole
by @dependabot in #136
Full Changelog: v0.2.0..v0.3.0
v0.2.0
What's new
This is the "I SHOULD REALLY ADD UNIT TESTS" update. The two non-dependency update changes are resolving issues that would have been caught by unit tests.
- [Update] Modify how source generated JSON is used by @Smalls1652 in #63
- [Bug fix] Missing attachments in email templates by @Smalls1652 in #64
Dependency updates
- Bump
Azure.Storage.Queues
from 12.14.0 to 12.15.0 in /src/FunctionApp by @dependabot in #55, #56, #58 - Bump
Microsoft.AspNetCore.Authentication.JwtBearer
from 7.0.8 to 7.0.9 in /src/AdminConsole by @dependabot in #57 - Bump
Microsoft.AspNetCore.Authentication.OpenIdConnect
from 7.0.8 to 7.0.9 in /src/AdminConsole by @dependabot in #59 - Bump
Microsoft.Identity.Web
from 2.12.4 to 2.13.0 in /src/AdminConsole by @dependabot in #66 - Bump
Microsoft.Identity.Web.UI
from 2.12.4 to 2.13.0 in /src/AdminConsole by @dependabot in #65
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.2.0.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.1.1...v0.2.0
v0.1.1
⚠️ Note:This is a bug fix for
v0.1.0
. You will need to update. Email sending was broken in that release. More info can be found in the PR (#62) for the fix.
What's new
- [Bug fix] Email serialization by @Smalls1652 in #62
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.1.1.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's new
- [Update] Optimize database operations by @Smalls1652 in #53
- [Update] Remove
SmallsOnline.MsGraphClient
dependency by @Smalls1652 in #54 - [Project Update] Switch to GitVersion by @Smalls1652 in #33
Dependency updates
- Bump
Microsoft.Azure.Cosmos
from 3.34.0 to 3.35.1 by @dependabot in #39, #40, #42, #47, #50, #51 - Bump
Microsoft.AspNetCore.Authentication.OpenIdConnect
from 7.0.5 to 7.0.8 in /src/AdminConsole by @dependabot in #44 - Bump
Microsoft.Identity.Web
from 2.11.1 to 2.12.4 in /src/AdminConsole by @dependabot in #43 - Bump
Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
from 5.0.0 to 5.1.2 in /src/FunctionApp by @dependabot in #36 - Bump
Microsoft.AspNetCore.Authentication.JwtBearer
from 7.0.5 to 7.0.8 in /src/AdminConsole by @dependabot in #45 - Bump
Microsoft.Identity.Web.UI
from 2.11.1 to 2.12.4 in /src/AdminConsole by @dependabot in #41 - Bump
Microsoft.Azure.Functions.Worker
from 1.14.1 to 1.17.0 in /src/FunctionApp by @dependabot in #46, #52 - Bump
Microsoft.Azure.Functions.Worker.Sdk
from 1.10.0 to 1.11.0 in /src/FunctionApp by @dependabot in #49
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.1.0.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What's new
- [Bug fix] Email draft pollution by @Smalls1652 in #32
Dependency updates
- Bump bootstrap from 5.3.0-alpha3 to 5.3.0 in /src/AdminConsole by @dependabot in #29
- Bump Microsoft.Identity.Web from 2.11.0 to 2.11.1 in /src/AdminConsole by @dependabot in #31
- Bump Microsoft.Identity.Web.UI from 2.11.0 to 2.11.1 in /src/AdminConsole by @dependabot in #30
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.0.4.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's new
- [Update] Add view user page by @Smalls1652 in #28
Dependency updates
- Bump Microsoft.Identity.Web from 2.10.0 to 2.11.0 in /src/AdminConsole by @dependabot in #23
- Bump Microsoft.Identity.Web.UI from 2.10.0 to 2.11.0 in /src/AdminConsole by @dependabot in #24
- Bump Microsoft.Azure.Cosmos from 3.33.0 to 3.34.0 in /src/Lib by @dependabot in #25, #26, #27
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.0.3.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's new
- [Update] Add CorrelationId property by @Smalls1652 in #15
- [Update] Add user email redirects by @Smalls1652 in #22
- Add Azure Application Insights logging
- Add time zone selection to use for user search configs
Dependency updates
- Bump Microsoft.Identity.Web from 2.5.0 to 2.10.0 in /src/AdminConsole by @dependabot in #18
- Bump Microsoft.AspNetCore.Authentication.OpenIdConnect from 7.0.3 to 7.0.5 in /src/AdminConsole by @dependabot in #16
- Bump bootstrap-icons from 1.10.3 to 1.10.5 in /src/AdminConsole by @dependabot in #19
- Bump Microsoft.Identity.Web.UI from 2.5.0 to 2.10.0 in /src/AdminConsole by @dependabot in #20
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.3 to 7.0.5 in /src/AdminConsole by @dependabot in #21
- Bump bootstrap from 5.3.0-alpha1 to 5.3.0-alpha3 in /src/AdminConsole by @dependabot in #17
Downloads
Name | Value |
---|---|
FunctionApp | SmallsOnline-PasswordExpirationNotifier-FunctionApp_v0.0.2.zip artifact attached to this release |
AdminConsole | Link to container image is here |
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's new
- This is the first official release for the Password Expiration Notifier service.
⚠️ Note:This is not production ready. This is just an initial release to build from.
Full Changelog: https://github.com/Smalls1652/SmallsOnline.PasswordExpirationNotifier/commits/v0.0.1