Releases: golioth/xk6-coap
Releases · golioth/xk6-coap
v0.1.0
v0.1.0
is the initial release version of xk6-coap
, a k6
extension that allows for interacting with Constrained Application Protocol (CoAP) endpoints in k6
load testing scenarios. This release is accompanied by an announcement blog post.
What's Changed
- feat: setup initial structure and functionality of xk6-coap by @hasheddan in #1
- Add CI workflow to build and publish images by @hasheddan in #4
- feat: add support for POST, PUT, DELETE methods by @hasheddan in #5
- feat: support handling observe messages by @hasheddan in #7
- feat: add support for certificate authentication by @hasheddan in #12
- fix: correct argument indices for client instantiation by @hasheddan in #13
- Add maturity and attribution sections to README.md by @hasheddan in #14
- feat: add initial CONTRIBUTING.md by @hasheddan in #16
New Contributors
- @hasheddan made their first contribution in #1
Full Changelog: https://github.com/golioth/xk6-coap/commits/v0.1.0