v0.1.13
What's Changed
- Remove unnecessary dependency:
openssl
by @badmonster0 in #169 - Add a field
mime_type
forGoogleDrive
source. by @badmonster0 in #172 - Count source rows with ERROR during indexing. by @badmonster0 in #174
- Make error location caused by functions more clear. by @badmonster0 in #181
StructSchema
take a optional description and put in JSON schema by @badmonster0 in #186- Use class docstring as description for struct types in Python SDK. by @badmonster0 in #187
- Correctly output unsupported type name. by @badmonster0 in #188
- Correctly handle
None
values for composite types. by @badmonster0 in #189 - Improve error message for encoding of field annotations. by @badmonster0 in #190
- Bug fix: correctly deal with deleted/trashed files in GoogleDrive source by @badmonster0 in #191
- Make indexing update stats more consistent with what really happened by @badmonster0 in #192
- Bug fix: make sure dangling precommit states properly handled. by @badmonster0 in #193
New Contributors
Full Changelog: v0.1.12...v0.1.13