Skip to content

Releases: golioth/xk6-coap

v0.1.0

01 Aug 13:05
59b6101
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

Full Changelog: https://github.com/golioth/xk6-coap/commits/v0.1.0