* Add `row_format`, `file_format`, `serdeproperties` and `tblproperties` to dialect options in SQLAlchemy 306
* Support for creating tables in various file and row formats in SQLAlchemy.
https://github.com/laughingman7743/PyAthena#dialect-options
* Support for creating tables in various file and row formats is also available in the pandas.DataFrame.to_sql.
https://github.com/laughingman7743/PyAthena#to-sql
* The `s3_dir` option in the connection string has been removed and is now specified in the `location` of the dialect option.
* Remove `AthenaRowFormat` model class.
* Add `AthenaFileFormat` and `AthenaRowFormatSerde` model classes