Skip to content

Releases: hivesolutions/colony

1.4.39

30 Mar 09:54
20eaea2

Choose a tag to compare

[1.4.39] - 2026-03-30

Fixed

  • Export of delete_global in colony.base module

1.4.38

30 Mar 09:52
748379e

Choose a tag to compare

[1.4.38] - 2026-03-30

Added

  • Added delete_global() function to vars module for removing global variables

Changed

  • Improved docstring formatting in vars module with consistent :type and :rtype annotations

1.4.37

22 Jan 19:55
8a28a02

Choose a tag to compare

Changed

  • Streamlined XML string formatting in xml_util.py test cases for improved readability

1.4.36

22 Jan 19:49
6255f25

Choose a tag to compare

Added

  • Support for optional name parameter in Scheduler.add_callable() to provide human-readable names for scheduled callables

1.4.35

07 Jan 15:54
96dbfea

Choose a tag to compare

Fixed

  • Extended local path detection in convert_reference_path_list() to support parent directory patterns (../, .../) and Windows-style paths (.\, ..\, ...\)