Skip to content

v1.1.2

Choose a tag to compare

@jztan jztan released this 08 Apr 12:08

What's New in v1.1.2

Fixed

  • Fix AttributeError: 'str' object has no attribute 'isoformat' crash when Redmine server returns date fields as pre-formatted strings instead of datetime objects (affects non-UTC timezone configurations and certain Redmine versions)

Tests

  • Expand test_safe_isoformat.py with coverage for _issue_to_dict_selective and list_redmine_projects — the two paths omitted from the original PR

Acknowledgements

Thanks to @mihajlovicjj for contributing:

  • reported and fixed the isoformat crash on non-UTC Redmine configurations (#82)

Installation

pip install redmine-mcp-server==1.1.2

Links