We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de06f5 commit 202c8c6Copy full SHA for 202c8c6
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.5.0 - 2022-10-24
4
+
5
+- Foca now gracefully resumes probing when it detects an incorrect
6
+ probe cycle. https://github.com/caio/foca/pull/13
7
+- Fixed one more instance of missing cleanup when the cluster state
8
+ changes mid probe cycle. https://github.com/caio/foca/issues/2
9
+- Public entities now implement `Eq` along with `PartialEq`
10
11
## v0.4.1 - 2022-07-23
12
13
- Bugfix: "Member not found" trace lowered from warn to debug, only
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "foca"
-version = "0.4.1"
+version = "0.5.0"
authors = ["Caio <contact@caio.co>"]
edition = "2021"
license = "MPL-2.0"
0 commit comments