* Update ddtrace from 0.40.0 to 0.41.2 to allow support for asgi integration. * Adding a file_ingestion function delete_ftp_file.
0.4.0
-----------------------
* Separate pyodbc logic into its own module.
0.3.10
-----------------------
* Obtain complete objects streamed bytes from s3 get_object function.
0.3.9
-----------------------
* 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.