v0.1.23
What's Changed
- Add a
ParseJson
function to parse text into JSON. - Neo4j enhancement
- When deleting nodes, make sure there's no relationships.
- Make sure delete existing nodes during dropping.
- Setup flow improvement
- Make sure tracking table is recreated during setup after failed drop.
- Show non-longer-supported backend as "UNKNOWN" instead of erroring out.
- Op name and specific input names shouldn't contribute to cache key.
- Performance improvement
- Op name and specific input names shouldn't contribute to cache key.
- Bug fix
- Make sure building core types for list element struct with Python docstring.
Full Changelog: v0.1.22...v0.1.23