Skip to content

Releases: Kritner-Blogs/OrleansGettingStarted

v0.63.1 - blog post link for OrleansCache

14 Oct 13:09
7e79657
Compare
Choose a tag to compare

v0.63.0 Orleans Cache

14 Oct 02:08
9b019d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.62.0...v0.63.0

v0.62.0 - Update to .net6

06 Jan 20:01
89897dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.0...v0.62.0

v0.61.0

24 Nov 14:13
d70ec72
Compare
Choose a tag to compare

New blog post, no content changes yet to this solution (though hopefully there'll be a blog post that applies to this solution regarding the long running CPU bound work) soon.

v0.60.2 Detailed Health Check Response

04 Dec 19:56
2c528bb
Compare
Choose a tag to compare

Adds a detailed health check JSON response to the "/health" endpoint.

#22

v0.60.1 Corrects CPU health check

14 Oct 19:56
c327e40
Compare
Choose a tag to compare

CPU health check shouldn't have been multiplying the value from CpuUsage by 100.

v0.60 Health Checks

14 Oct 01:43
9a7b404
Compare
Choose a tag to compare
  • 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

12 Oct 17:27
5772c61
Compare
Choose a tag to compare
  • Updates to latest version of Orleans
  • Update to .net core 3.1
  • Utilize new extension method IHostBuilder.UseOrleans

CPU/Memory Metrics

23 Feb 19:47
add6920
Compare
Choose a tag to compare
  • Adds implementation of IHostEnvironmentStatistics for Orleans Dashboard reporting
  • Updates Orleans NuGet package versions.

Microsoft Orleans - Observers

15 Jan 23:55
64026df
Compare
Choose a tag to compare

Updates the Orleans project to demonstrate observers.