* Fix type hints, default values and order of cursor class constructor arguments 312
* Add cursor_kwargs to connection class arguments to allow passing cursor arguments 313
* Move DefaultPandasTypeConverter to pandas package 314
* Fix deprecation warning in re.compile 316
Thanks sadikkuzu 315
* Rename meta_data to metadata 317
* Fix type hints 318
* Fix type hints in return value of description
* Fix type hints in return value of asynchronous cursor's execute method
* Set default values for default conversion methods in converter
* Add missing type hints
* Add static method to cursor class to get default converter 319
* Implement ArrowCursor/AsyncArrowCursor 321
* https://github.com/laughingman7743/PyAthena#arrowcursor
* https://github.com/laughingman7743/PyAthena#asyncarrowcursor
* https://github.com/laughingman7743/PyAthena#dialect--driver
* ArrowCursor/AsyncArrowCursor supports the UNLOAD option.
https://github.com/laughingman7743/PyAthena#unload-options