Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

0.4.5: Fix boolean parameter serialization

Choose a tag to compare

@antonireus antonireus released this 12 Feb 10:20
· 5 commits to main since this release
bf35eb3

Summary

This release fixes an issue with the serialization of boolean parameters, that were serialized to JSON as a
string value "true" / "false" instead of using the literal values true / false

Bugfixes

  • #63: boolean parameters are serialized as string