Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 2.83 KB

Changelog

2.3.3 (2024-09-25)

Bug Fixes

  • deps: bump certifi from 2024.2.2 to 2024.7.4 in the pip group (#76) (d5b99e0)
  • enhance error messages with additional context (4c99eef)

2.3.2 (2024-06-28)

Bug Fixes

  • deps: bump urllib3 from 2.2.1 to 2.2.2 in the pip group (#72) (b42237e)

2.3.1 (2024-05-21)

Bug Fixes

  • deps: bump idna from 3.6 to 3.7 (#64) (6eac904)
  • deps: bump requests from 2.31.0 to 2.32.2 (#69) (d4741aa)

Documentation

  • CHANGELOG: remove duplicate entry (c4afe2f)

2.3.0 (2024-04-11)

Features

  • add support for syncing multiple collections (95f0e43)

Bug Fixes

  • deps: update dependencies (95f0e43)
  • do not attempt to delete nonexistent file (95f0e43)
  • handle special characters in folder names (95f0e43)
  • quote file path in API request URLs (95f0e43)
  • set external_id to None if not found in metadata (95f0e43)
  • skip images with invalid extension (95f0e43)

Documentation

  • README: update inputs and example workflows (95f0e43)