Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Releases: shadownetdev1/HydrusAPI

80.643.13

17 Oct 18:33
7c27089

Choose a tag to compare

80.643.13 - 2025-9-17

Bumped Hydrus Client target version to 643

80.642.13

12 Oct 20:55
22266eb

Choose a tag to compare

80.642.13 - 2025-9-12

Bumped Hydrus Client target version to 642

80.641.13

03 Oct 13:16
362fa6b

Choose a tag to compare

80.641.13 - 2025-9-3

Bumped Hydrus Client target version to 641

80.640.13

26 Sep 22:20
2541d0d

Choose a tag to compare

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

19 Sep 19:25
d0358fc

Choose a tag to compare

80.639.12 - 2025-8-19

Fix GitHub actions (It only took four attempts...)

80.639.8

19 Sep 15:51
287ef75

Choose a tag to compare

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

11 Sep 16:53
242fc29

Choose a tag to compare

80.638.7 - 2025-8-11

Changed

  • Bumped target Hydrus version to 638

Added

  • Implemented manage_file_relationships.get_random_potentials()

80.637.6

05 Sep 12:18
b333a32

Choose a tag to compare

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_override api 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().
  • 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.ts is now packaged for GitHub releases

80.636.5

30 Aug 15:40
e15b5ae

Choose a tag to compare

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_TYPE and SERVICE_TYPE enums
  • Added tools.get_services_of_type()
  • Added tools.get_services_of_name()
  • Added missing inline documentation

Fixed

  • The ServicesObject and ServiceObject type defs were documenting deprecated features causing them to be wrong for some endpoints
  • Test for edit_times.increment_file_viewtime()

80.636.4

27 Aug 23:50
c008533

Choose a tag to compare

80.636.4 - 2025-7-27

Added

  • Implemented manage_services.get_pending_counts()
  • Implemented manage_services.commit_pending()
  • Implemented manage_services.forget_pending()