Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.18.0 #100

Merged
merged 1 commit into from
Apr 17, 2024
Merged

v3.18.0 #100

merged 1 commit into from
Apr 17, 2024

Conversation

chullybun
Copy link
Collaborator

  • Fixed: Removed Azure.Identity dependency as no longer required; related to https://github.com/advisories/GHSA-wvxc-855f-jvrv.
  • Fixed: Removed AspNetCore.HealthChecks.SqlServer dependency as no longer required.
  • Fixed: Updated all dependencies to latest versions.
  • Fixed: CoreEx.AutoMapper updated to leverage latest major version (13.0.1); as such netstandard no longer supported.
  • Fixed: The TimerHostedServiceBase was incorrectly resetting the LastException on sleep versus wake.
  • Fixed: The AddEventSender dependency injection extension methods now correctly register as Scoped.
  • Fixed: The Logger.LogInformation invocations refactored to Logger.LogDebug where applicable to reduce noise in the logs.
  • Fixed: The IPropertyRule.ValidateAsync method removed as it was not required and could lead to incorrect usage.
  • Fixed: The ValueValidator now only supports a Configure method to enable IPropertyRule-based configuration (versus directly).
  • Fixed: The CommonValidator.ValidateAsync is now internal as this was not intended and could lead to incorrect usage.
  • Enhancement: Added AfterSend event to IEventSender to enable post-send processing.
  • Enhancement: Added EventOutboxHostedService.OneOffTrigger method to enable a one-off trigger interval to be specified for the registered (DI) instance.

@chullybun chullybun merged commit e5b0ee0 into main Apr 17, 2024
2 checks passed
@chullybun chullybun deleted the v3.18.0 branch April 17, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant