Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:59
· 172 commits to main since this release
a6ae087

What's Changed

  • Handle Any type properly in pydantic type checking. Fixes #468 by @ptomecek in #471
  • Bugfix in QueueWaiter wait. If eventsPending is already true when en… by @robambalu in #474
  • Allow ParquetReader to read LARGE_STRING, LARGE_BINARY, LARGE_LIST types from Arrow by @arhamchopra in #460
  • Add hasConverter convenience method by @alexddobkin in #480
  • Handle union and literal typing correctly in annotations by @NeejWeej in #478
  • Allow using pydantic for from_dict, schema for FastList by @NeejWeej in #479
  • Correct adjustment of annotations on OutputBasket type. Fixes #483. by @ptomecek in #484

Full Changelog: v0.0.11...v0.8.0