aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
index 0add24e..8000cc4 100644
--- a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
+++ b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
@@ -4,6 +4,8 @@ title: "ANN: fallible - Fault injection library for stress-testing failure scena
date: 2021-02-17
+updated_at: 2021-02-17
+
layout: post
lang: en
@@ -16,6 +18,12 @@ Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection
[fallible]: https://euandreh.xyz/fallible/
+## *EDIT*
+
+2021-06-12: As of [0.3.0] (and beyond), the macro interface improved and is a bit different from what is presented in this article. If you're interested, I encourage you to take a look at it.
+
+[0.3.0]: https://euandreh.xyz/fallible/CHANGELOG.html
+
## Existing solutions
Writing robust code can be challenging, and tools like static analyzers, fuzzers and friends can help you get there with more certainty.