Skip to content

Commit

Permalink
Added v1.8.0 release notes (#334)
Browse files Browse the repository at this point in the history
* Added v1.8.0 release notes

#### 1.8.0 April 07 2023 ####

* [Bumped Akka.NET version to 1.5.2](https://github.com/akkadotnet/akka.net/releases/tag/1.5.2)
* **Major change**: Lighthouse now uses [Akka.Cluster's default split brain resolver: `keep-majority`](https://getakka.net/articles/clustering/split-brain-resolver.html)
* Lighthouse now runs on .NET 7.0
* DynamicPGO and ServerGC are both enabled, which should help reduce Lighthouse's latency when processing cluster system messages from other nodes.

* Update RELEASE_NOTES.md

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Aaronontheweb and kodiakhq[bot] authored Apr 7, 2023
1 parent 1436917 commit afcda05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.8.0 March 02 2023 ####
#### 1.8.0 April 07 2023 ####

* [Bumped Akka.NET version to 1.5.0](https://github.com/akkadotnet/akka.net/releases/tag/1.5.0)
* [Bumped Akka.NET version to 1.5.2](https://github.com/akkadotnet/akka.net/releases/tag/1.5.2)
* **Major change**: Lighthouse now uses [Akka.Cluster's default split brain resolver: `keep-majority`](https://getakka.net/articles/clustering/split-brain-resolver.html)
* Lighthouse now runs on .NET 7.0
* Enabled `TieredPGO` and `ServerGarbageCollection`, which should help reduce Lighthouse's latency when processing cluster system messages from other nodes.

0 comments on commit afcda05

Please sign in to comment.