Skip to content

v0.6.0

Compare
Choose a tag to compare
@Neah-Ko Neah-Ko released this 08 Aug 15:29
· 38 commits to main since this release
9b01b7f
  • New feature: uploading large files as chunks
  • Improvement on validation/parsing/insertion
    • Tracking of fields that will be populated at insertion time during statement building phase
    • Relationships now get populated on both ends at insertion phase
    • Ultimately allows for better tracking and error handling
    • ... as well as using a loose schema validation policy where integrity is checked by the statement builder
      • Removing the need to write @pre_load functions on marshmallow schemas.
  • Docs + unit tests + refactor

COMING NEXT: K8s