v1.12.3
What's Changed
- fix: pass re.DOTALL as keyword arg in Livy comment-stripping regex by @sdebruyn in #195
- fix: stop suppressing exceptions in six
__exit__methods by @sdebruyn in #193 - fix: stop forcing botocore/boto3 loggers to DEBUG at import time by @sdebruyn in #198
- refactor: extract
parse_retry_afterto shared helper and dropdatetime.utcnow()by @sdebruyn in #200 - chore: remove dead Thrift exception handler in
connections.pyby @sdebruyn in #203 - fix: derive int_tests token expiry from JWT exp instead of hardcoded 2028 timestamp by @Copilot in #205
- feat(clone): support shallow clone with cross-workspace destinations by @pradipsodha-acceleratedata in #207
- chore(release): prep v1.12.3 by @mdrakiburrahman in #208
New Contributors
Full Changelog: v1.12.2...v1.12.3