Skip to content

v0.1.66

Choose a tag to compare

@georgeh0 georgeh0 released this 14 Jul 06:34
· 424 commits to main since this release
65fe0fe

What's Changed

  • Add Vertex AI support
  • feat(azure-blob): support Azure blob store as a data source by @wykrrr @georgeh0 in #746
  • Support structs to bind to unannotated variables (using dict)
    • feat(convert): enhance dict and struct encoding with type awareness by @vumichien in #727
    • docs: clarify data type bindings rules for Struct types by @georgeh0 in #745
  • chore: clarify error message for problem of field conflict by @georgeh0 in #734
  • fix: add the missing ? to propagate error by @georgeh0 in #738
  • fix(setup): drop existing table as long as not always exists by @georgeh0 in #741
  • chore: clarify comments and error messages for generic annotations by @georgeh0 in #744

Full Changelog: v0.1.65...v0.1.66