v2.25.0
·
703 commits
to master
since this release
What's Changed
- Fix constructor arguments for DDLCompiler by @laughingman7743 in #423
- Changed type of reserved words in SQLAlchemy from list to set by @laughingman7743 in #424
- Fixed error handling to avoid using SQLAlchemy utility methods by @laughingman7743 in #425
- Fix SQLAlchemy tests to allow upgrading to SQLAlchemy 2.0 by @laughingman7743 in #427
- Fix test cases to support Athena engine version 3 by @laughingman7743 in #428
- Fix FutureWarning: The argument 'use_nullable_dtypes' is deprecated a… by @laughingman7743 in #429
- Fix FutureWarning: The argument 'infer_datetime_format' is deprecated… by @laughingman7743 in #430
- Fix constructor of S3FileSystem class to maintain compatibility with s3fs (fix #418) by @laughingman7743 in #431
Full Changelog: v2.24.0...v2.25.0