Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 1.15 KB

[v0.0.7] - 2023-07-01

Smaller features + Bug Fixes

  • Add extra_info with Source to web reader (#337)
  • support pagination on gmail loader (#348)

[v0.0.6] - 2023-06-28

Smaller features + Bug Fixes

  • feat: add source metadata to documents created by the GH issues reader (#341)
  • Update markdown reader (#344)
  • ensure metadata always valid (#343)

[v0.0.5] - 2023-06-26

Major (Breaking) Changes

  • update document usage (#338). NOTE: all Document objects must be prefixed with a kwargs field.

New Loaders

  • feat: add document reader for GH issues (#332)
  • Add sitemap loader (#328)

Bug Fixes

  • Fixed ValueError: Metadata key must be str! error (#317)
  • update namespace (#324)
  • add changelog (#333)
  • Fix KibelaReader (#334)
  • confluence.load_data new features, bug fixes, tests (#330)
  • Update readme files for reference (#336)

[v0.0.4] - 2023-06-25

New Loaders

  • Add KibelaReader (#319)
  • reader: add deplot tabular graph image reader (#321)

Minor Changes / Bug Fixes

  • support Confluence personal access token (#323)
  • service account credentials (#316)

Breaking/Deprecated API Changes

  • None

Miscellaneous

  • None