Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 2.01 KB

Changelog

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)