What's Changed
- Dropped support for Python 3.9. Added support for Galaxy release 26.0.
- Added
copy_history()method toHistoryClient(thanks to Peter van Heusden ). - Added
get_tool_source()method toToolClient(thanks to Anup Kumar). - Added
preferred_object_store_idparameter toHistoryClient.update_history(). - Improvements to documentation, tests and type annotation.
New Contributors
- @pvanheus made their first contribution in #528
- @anuprulez made their first contribution in #529
Full Changelog: v1.7.0...v1.8.0