* Add s3 function get_object to download contents of an s3 file directly.
0.3.8
-----------------------
* Add missing library httpx to python-utils package.
0.3.7
-----------------------
* Add generic jira functions post_jira_issue, get_jira_issue and add_comment_to_jira. * Add s3 function upload_fileobj to basically upload a file using the file descriptor. * Add dynamo function batch_get_items_from_dynamo to batch GET items. * Add file ingestion function list_ftp_objects to list files & directory at an FTP path.
0.3.6
-----------------------
* Add async process manager using either threads or asyncio.gather that can manage a fix number of async processes.
0.3.5
-----------------------
* Add options use_ntlm_v2 & is_direct_tcp to establish_ftp_connection.
0.3.4
-----------------------
* Switch to using DNS instead of IP for FTP connection. * Add async_wrapper function in file_ingestion that can be used as a decorator for DAG tasks to enable await usage.