Releases: Kritner-Blogs/OrleansGettingStarted
Releases · Kritner-Blogs/OrleansGettingStarted
v0.63.1 - blog post link for OrleansCache
Full Changelog: v0.63.0...v0.63.1
v0.63.0 Orleans Cache
What's Changed
Full Changelog: v0.62.0...v0.63.0
v0.62.0 - Update to .net6
v0.61.0
v0.60.2 Detailed Health Check Response
Adds a detailed health check JSON response to the "/health" endpoint.
v0.60.1 Corrects CPU health check
CPU health check shouldn't have been multiplying the value from CpuUsage
by 100.
v0.60 Health Checks
- Basic - ensures the cluster can create a grain and return the status without exception
- CPU - returns "Degraded" when the CPU is above 70%, "Unhealthy" if above 90%
- Memory - returns "Degraded" when the memory usage is above 90%, Unhealthy when above 95%
- Adds web host as separate hosted project within the silo host, run along with the orleans silo host
.netcore 3.1
- Updates to latest version of Orleans
- Update to .net core 3.1
- Utilize new extension method
IHostBuilder.UseOrleans
CPU/Memory Metrics
- Adds implementation of
IHostEnvironmentStatistics
for Orleans Dashboard reporting - Updates Orleans NuGet package versions.
Microsoft Orleans - Observers
Updates the Orleans project to demonstrate observers.