aboutsummaryrefslogtreecommitdiff
path: root/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-sc...
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 19:49:16 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 19:49:16 -0300
commitaf15e20583b03b8933a049d38cd1fd8989e9fb6f (patch)
tree4d1e64e7ad368037dcfdbe65a6b8273c8c7fe419 /_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
parentUse YYYY-MM-DD over YYYY/MM/DD on two articles (diff)
downloadeuandre.org-af15e20583b03b8933a049d38cd1fd8989e9fb6f.tar.gz
euandre.org-af15e20583b03b8933a049d38cd1fd8989e9fb6f.tar.xz
_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md: Add note on 0.3.0 and beyond changes
Diffstat (limited to '_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md')
-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.