This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Releases: shadownetdev1/HydrusAPI
Releases · shadownetdev1/HydrusAPI
Release list
80.643.13
80.642.13
80.642.13 - 2025-9-12
Bumped Hydrus Client target version to 642
80.641.13
80.641.13 - 2025-9-3
Bumped Hydrus Client target version to 641
80.640.13
80.640.13 - 2025-8-26
Updated to Hydrus Network version 640 and API version 81
Some optional arguments have been added to the get_potential_pairs endpoint. No other endpoints were changed
80.639.12
80.639.12 - 2025-8-19
Fix GitHub actions (It only took four attempts...)
80.639.8
80.639.8 - 2025-8-19
Type definitions should actually work now
Changed
- Bumped target Hydrus Network version to 639
- Filesystem structure
Fixed
- Type definitions should work now
80.638.7
80.638.7 - 2025-8-11
Changed
- Bumped target Hydrus version to 638
Added
- Implemented
manage_file_relationships.get_random_potentials()
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()
80.636.4
80.636.4 - 2025-7-27
Added
- Implemented
manage_services.get_pending_counts() - Implemented
manage_services.commit_pending() - Implemented
manage_services.forget_pending()