v0.3.6 #628
v0.3.6
#628
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.3.6 - 2024-03-14
Bug Fixes
(gate) `RandomRuntime` does not consider `enum`, `either`, `union` variants (#619)
add either, enum, struct and union type support in Random Runtime.
Motivation and context
generating random values for enums, either and union types was failing.
Migration notes
_No Migrations Needed
Checklist
(python-wasi) Fix for vm not initialized after consecutive deploy (#617)
Bug fix for typegate throwing
vm not initialized
after reloadMotivation and context
Bug fix
Migration notes
No Migrations Needed
Checklist
Apply from context (#616)
Fix type validators for apply from context.
Motivation and context
Bug.
Migration notes
N/A
Checklist
Optimize typegraph size (#618)
typegraph/core: remove duplicate types from type final typegraph
(duplicate: same value for all the fields except for the "random"
name/title).
.apply
Motivation and context
Typegraph is too big sometimes.
Migration notes
Checklist
Miscellaneous Tasks
Prepare release v0.3.6 (#626)
Prepare release v0.3.6
Motivation and context
N/A
Migration notes
N/A
Checklist
This discussion was created from the release v0.3.6.
Beta Was this translation helpful? Give feedback.
All reactions