Releases: grafana/xk6-webcrypto
Releases · grafana/xk6-webcrypto
v0.5.0
What's Changed
- Minor fixes by @olegbespalov in #86
- Web Platform Tests Checkout by @olegbespalov in #87
- Support of RSA by @olegbespalov in #85
- Apply fix for the async interrupt by @olegbespalov in #88
- Omit funlen linter for ExportKey by @olegbespalov in #89
- Web Platform Tests part 2 by @olegbespalov in #90
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Import keys with the decryption examples by @olegbespalov in #65
- HMAC fix for the sign and verify by @olegbespalov in #68
- ECDH support by @olegbespalov in #67
- ECDSA support by @olegbespalov in #69
- Reactivate the WebPlatform Tests by @olegbespalov in #73
- Refactor WebCrypto to be tread safe: part 1 by @olegbespalov in #75
- JWK import/export for the ECDH & ECDSA by @olegbespalov in #74
- Refactor WebCrypto to be tread safe: part 2 by @olegbespalov in #76
- Unify, format, and run tests against examples by @olegbespalov in #77
- Minor fixes and tests for
deriveBits
by @olegbespalov in #79
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Bump the
lestrrat-go/jwx
to the latest version for the security fix by @olegbespalov in #64
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Address linter issues related to repeated static strings by @oleiade in #58
- Make newTestSetup rely on modulestest by @oleiade in #59
- Leverage some of the k6 APIs to handle Javascript operations by @oleiade in #60
- Maintatance by @olegbespalov in #62
- JWK Implementation for import/export by @olegbespalov in #61
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Align how digest copies bytes with the rest of the methods by @oleiade in #43
- Remove the Error
code
field by @oleiade in #44 - Refactor naming to follow Go naming conventions by @oleiade in #46
- Refactor bits/bytes conversion by @oleiade in #45
- Bump k6 version to v0.45.1 by @oleiade in #51
- Standartization by @olegbespalov in #52
- Use issue auto-assigner by @olegbespalov in #53
- Fix 32-bit build by @mem in #54
- Fix #55 and drop usage of
goja.SetTagFieldMapper
in the module code by @oleiade in #56
New Contributors
- @olegbespalov made their first contribution in #52
- @mem made their first contribution in #54
Full Changelog: v0.1.0...v0.1.1