Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 15:47
· 98 commits to refs/heads/main since this release
f5f7b03

PyAirbyte v0.14.0 - The Hackathon Release! 🤖 🚀

This is a very special release of PyAirbyte - all contributions were provided by our community Hackathon participants! A very big thanks to everyone who participated in the Hackathon! 🙏

✨ New Feature

💪 Quality of Life Improvements

  • Print message when syncing incremental streams, provides better context to "0 records" output message when re-running incremental streams in Source.read() (#282) - Thanks, @avirajsingh7!
  • Adds log message whenever a new stream starts in Source.read() (#288) - Thanks, @vspanxcode!
  • Instead of failing, raise a warning if stream selection is performed before config is set (#285) - Thanks, @Suraj-Vishwakarma70!