Release and Version History¶
x.y.z (Backlog)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
0.3.1 (2025-04-21)¶
Features and Improvements
- Added new
pyshortio.api.Client.export_to_tsvmethod to export all links from a Short.io domain to TSV format Seamlessly integrates with spreadsheet applications like Google Sheets and Microsoft Excel
Perfect complement to the existing TSV sync functionality
- Added new
0.2.1 (2025-04-21)¶
Features and Improvements
- Added powerful
pyshortio.api.Client.sync_tsvfeature for bulk URL management: Create, update, and delete multiple links in one operation
Organize links into folders automatically
Maintain a single source of truth for all shortened URLs
Support for dry run mode with
real_run=FalseComprehensive logging for tracking changes
- Added powerful
Added
pyshortio.api.Client.create_foldermethod to create organizational folders:
0.1.1 (2025-04-20)¶
First release
- Add the following API:
pyshortio.api.Client.list_domainspyshortio.api.Client.get_domainpyshortio.api.Client.get_domain_by_hostnamepyshortio.api.Client.list_linkspyshortio.api.Client.pagi_list_linkspyshortio.api.Client.get_link_opengraph_propertiespyshortio.api.Client.get_link_info_by_link_idpyshortio.api.Client.get_link_info_by_pathpyshortio.api.Client.list_links_by_original_urlpyshortio.api.Client.list_folderspyshortio.api.Client.get_folderpyshortio.api.Client.create_linkpyshortio.api.Client.batch_create_linkspyshortio.api.Client.update_linkpyshortio.api.Client.delete_linkpyshortio.api.Client.batch_delete_links