Skip to content

v0.1.23

Compare
Choose a tag to compare
@badmonster0 badmonster0 released this 18 Apr 04:56
· 155 commits to main since this release
8dee62e

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