Released on April 6, 2022
**airt-server changes:**
* Feature: Introduce DataBlob to import files from multiple sources
* Feature: Add from_local, from_s3, from_mysql, from_clickhouse routes to create DataBlob
* Feature: Add from_csv, from_parquet routes to create DataSource from DataBlob
* Feature: Add to_local, to_s3, to_mysql routes to push prediction results
**airt-client changes:**
* Feature: Introduce DataBlob Class to import files from multiple sources.
* Feature: Add from_local, from_s3, from_mysql and from_clickhouse methods to the DataBlob class for creating a new DataBlob.
* Feature: Add from_csv and from_parquet methods to create DataSource from a DataBlob.
* Feature: Update the ls method in all the classes to return the instances instead of a DataFrame.
* Feature: Add new method as_df to all the classes for returning the details in a DataFrame.
* Feature: Add to_local, to_s3, and to_mysql methods to push prediction results.
* Fix: Convert details, delete, and tag methods as instance methods.