Skip to content

Releases: dariobauer/graph-onedrive

Release 0.4.0

24 Feb 08:04
Compare
Choose a tag to compare

Summary of significant changes:

  • [NEW] Added destination argument to download_file method
  • [FIXED] Bug squashed in download_file method when verbose was set to false
  • [TIDY] Removed depreciated class constructors & deconstructors create, create_from_config_file, save_to_config_file, from_json, to_json, from_yaml, to_yaml, from_toml, to_toml. Alternative methods are available, refer to the documentation

Note the above changes are breaking changes that may cause exceptions in your code.

For more details and further changes refer CHANGES.md.

0.3.0

08 Jan 02:54
Compare
Choose a tag to compare

Summary of significant changes:

  • [NEW] Use YAML and TOML configuration files with the optional dependancies installed
  • [NEW] Search method added to the OneDrive class that can be used to search a drive for a specific file. A corresponding search function has also been added to the CLI
  • [IMPROVED] CLI now uses ls short command instead of li for listing a directory
  • [IMPROVED] Error handling, logging
  • [FIXED] Logging in the CLI should now display logs
  • [WARNING] from_json is pending depreciation, use from_file instead
  • [WARNING] to_json is pending depreciation, use to_file instead

For more details and further changes refer CHANGES.md.

0.2.0

30 Nov 20:14
Compare
Choose a tag to compare

Summary of significant changes:

  • [NEW] Create sharing links
  • [NEW] Upload attempts to retain file creation and modified metadata
  • [NEW] OneDriveManager context manager
  • [IMPROVED] Error handling, logging
  • [FIXED] Listing a directory now gets all items, even if there are over 200
  • [DEPRECIATED] create depreciated, use the OneDrive class directly
  • [DEPRECIATED] create_from_config_file, use OneDrive.from_json or the context manager
  • [DEPRECIATED] save_to_config_file, use OneDrive.to_json or the context manager

For more details and further changes refer CHANGES.md.

0.1.0

29 Oct 08:05
Compare
Choose a tag to compare

First GitHub release, for changes from previous PyPI releases refer CHANGES.md.