Notify.Hosting
1.0.0
See the version list below for details.
dotnet add package Notify.Hosting --version 1.0.0
NuGet\Install-Package Notify.Hosting -Version 1.0.0
<PackageReference Include="Notify.Hosting" Version="1.0.0" />
<PackageVersion Include="Notify.Hosting" Version="1.0.0" />
<PackageReference Include="Notify.Hosting" />
paket add Notify.Hosting --version 1.0.0
#r "nuget: Notify.Hosting, 1.0.0"
#:package Notify.Hosting@1.0.0
#addin nuget:?package=Notify.Hosting&version=1.0.0
#tool nuget:?package=Notify.Hosting&version=1.0.0
Notify v1.0.0 Release Notes:
What's New:
This is the initial release of Notify, a .NET library for asynchronous, broker-backed notification delivery.
Packages:
Notify.Abstractions 1.0.0 Shared contracts and interfaces Notify.Core 1.0.0 Producer-side publishing, serialization, and compression Notify.Hosting 1.0.0 Worker-side consumption and provider dispatching Notify.Broker.Abstractions 1.0.0 Broker-agnostic abstractions Notify.Broker.RabbitMQ 1.0.0 RabbitMQ broker implementation
Features;
- Multi-channel notifications - Email, SMS, and Push notification support
- Broker-agnostic architecture - Pluggable broker implementations (RabbitMQ included)
- Serialization options - JSON and MessagePack support
- Compression - LZ4 compression for optimized payload sizes
- Batching - Configurable batch sizes and max wait times
- Concurrency control - Tunable prefetch and concurrency settings per channel
- Resilience - Built-in support for retry strategies and circuit breakers
- Observability - Metrics via System.Diagnostics.Metrics and pipeline hooks for tracing
- Options hot-reload - Configuration changes via IOptionsMonitor
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Notify.Abstractions (>= 1.0.0)
- Notify.Broker.Abstractions (>= 1.0.0)
- Notify.Core (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.