Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 19:40
· 895 commits to main since this release
f31ae02

v0.27.0 (2023-05-11)

✨ New

  • #1681 Allow SQL tap developers to leverage post_process -- Thanks @BuzzCutNorman!
  • #1672 Support deselecting streams by default
  • #1648 Use Ruff to lint projects generated with Cookiecutter templates

🐛 Fixes

  • #1680 Pin urllib3 to <2 to avoid incompatibility issues with botocore
  • #1646 Use get_new_paginator in REST tap cookiecutter template

⚙️ Under the Hood

  • #1668 Break out default batch file writer into a separate class

📚 Documentation Improvements

  • #1685 Add PyCharm debugging tips to docs
  • #1673 Fix docs build by specifying OS in RTD config file