v0.1.0
Overview
This release implements the RBMK design document where we implement the dig
and curl
subcommands.
What's Changed
- initial development where we sketched out the
rbmk
andrbmk
dig commands - feat(qa): match on the event name by @bassosimone in #1
- feat(qa): start validating I/O events by @bassosimone in #2
- doc(qa): better documentation of Event fields by @bassosimone in #3
- BREAKING CHANGE: update the data format by @bassosimone in #4
- feat(qa): process the errClass field by @bassosimone in #5
- feat(cli): implement basic curl functionality by @bassosimone in #6
- fix(i/c/README.txt): correct typo by @bassosimone in #7
- fix(curl/task.go): prevent infinite dialing loops by @bassosimone in #8
- fix(dig curl): enforce max operation runtime by @bassosimone in #9
- chore: upgrade rbmk-project/{common,x} by @bassosimone in #10
- feat(curl): emit connection information by @bassosimone in #11
- feat: add makefile to build and test by @bassosimone in #12
- doc: document the design by @bassosimone in #13
- feat: implement the rbmk design document by @bassosimone in #14
- fix(dig): improve composability with curl by @bassosimone in #15
- doc: add top-level README.md by @bassosimone in #16
New Contributors
- @bassosimone made their first contribution in #1
Full Changelog: https://github.com/rbmk-project/rbmk/commits/v0.1.0