This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Releases: shadownetdev1/HydrusAPI
Releases · shadownetdev1/HydrusAPI
80.643.13
80.642.13
80.641.13
80.640.13
80.639.12
80.639.8
80.638.7
80.637.6
80.637.6 - 2025-8-5
Changed
- HydrusAPI now throws an error on an API version mismatch.
- This can be overridden using the
api_version_overrideapi option, but support will not be provided for this use case. - HydrusAPI now makes sure that a version check happens first even if the first endpoint called is not
api_version().
- This can be overridden using the
- Bumped target Hydrus version to 637
- GitHub releases now includes a zip file that contain the release
- Better documentation about version control.
Added
- Implemented
manage_file_relationships.get_file_relationships() - Implemented
manage_file_relationships.get_potentials_count() - Implemented
manage_file_relationships.get_potential_pairs() types/hydrusapi.d.tsis now packaged for GitHub releases
80.636.5
80.636.5 - 2025-7-30
Changed
- Reformatted inline documentation
Added
- Implemented
edit_times.increment_file_viewtime() - Implemented
edit_times.set_file_viewtime() - Implemented
edit_times.set_time() - Added
TIMESTAMP_TYPEandSERVICE_TYPEenums - Added
tools.get_services_of_type() - Added
tools.get_services_of_name() - Added missing inline documentation
Fixed
- The
ServicesObjectandServiceObjecttype defs were documenting deprecated features causing them to be wrong for some endpoints - Test for
edit_times.increment_file_viewtime()