This repository was archived by the owner on Jun 17, 2026. It is now read-only.
0.4.5: Fix boolean parameter serialization
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