Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 21:52
· 119 commits to refs/heads/main since this release
e82d37c

✨ New Features

⚙️ Under the Hood

  • Bump to latest Snowflake client and cryptography package. (#234)
  • CatalogManager refactor: decoupling sql processors, caches, and internal sql backend tables for state and catalog tracking. This also enables us to move some of these classes upstream into the CDK, so they can be used for Python destination connectors. (#220)

🧑‍🤝‍🧑 Velocity Improvements

  • Add Poe task support and code coverage reporting, speeding up common tasks for contributors. (#231)
  • Add /poetry-lock slash command to streamline version locking in PRs. (#236)