Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 05:29
· 334 commits to refs/heads/main since this release

v0.4.0

This release updates kinesis-mock to be deployed as a javascript executable, replacing the GraalVM executables. This is empowered by Scala.js.

The decision to move to a javascript executable was for a number of reasons, such as:

  • Better cross-platform support, particularly for M1 Mac users
  • Simple native executable support via pkg (to be introduced in a follow up release)
  • Simpler maintenance and build

This release also publishes kinesis-mock as an executable NPM package.

What’s Changed