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.15.0 #95

Merged
merged 1 commit into from
Mar 25, 2024
Merged

v3.15.0 #95

merged 1 commit into from
Mar 25, 2024

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: This is a clean-up version to remove all obsolete code and dependencies. This will result in a number of minor breaking changes, but will ensure that the codebase is up-to-date and maintainable.
    • As per v3.14.0 the previously obsoleted TypedHttpClientBase methods WithRetry, WithTimeout, WithCustomRetryPolicy and WithMaxRetryDelay are now removed; including TypedHttpClientOptions, HttpRequestLogger and related SettingsBase capabilities.
    • Health checks:
      • CoreEx.Azure.HealthChecks namespace and classes removed.
      • SqlServerHealthCheck replaced with simple generic DatabaseHealthCheck.
      • IServiceCollection.AddDatabase automatically adds DatabaseHealthCheck.
      • IServiceCollection.AddSqlServerEventOutboxHostedService automatically adds TimerHostedServiceHealthCheck.
      • IServiceCollection.AddReferenceDataOrchestrator automatically adds ReferenceDataOrchestratorHealthCheck (reports cache statistics).
      • HealthReportStatusWriter added to support richer JSON reporting.
      • Generally recommend using 3rd-party library to enable further health checks; for example: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks.

@chullybun chullybun merged commit d999488 into main Mar 25, 2024
2 checks passed
@chullybun chullybun deleted the v3.15.0 branch March 25, 2024 20:56
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