Releases: EdinburghGenomics/EGCG-Core
Releases · EdinburghGenomics/EGCG-Core
v0.8
v0.7.5
v0.7.3
- Fixed RecursionError when calling
get_documents
on large collections withall_pages=True
- Add new option to rest_communication.post_entry to submit payload without json
v0.7.2
v0.7
- Added ability to upload files through
rest_communication
- New functions for finding and routing to clarity steps
- Notifications (email, asana and log) can now accept attachments
- Added a retry in archive_management.register_for_archiving
v0.6.12
v0.6.11
v0.6.10
- Simplify Configuration classes to have only one that support all use-cases
- New send_mail function for sending one email
v0.6.9
- Enforced the usage of
log_cfg.set_log_level()
rather than modifyinglog_cfg.log_level
- More error reporting in
archive_management
- Removed unused Executor file path validation
- Added 204 to
Communicator.successful_statuses
- Fixed a bug where
If-Match
was not passed toCommunicator._req
when using token auth - Updated
asana
to 0.6.2