Skip to content

v5.0.0

Choose a tag to compare

@shaunagm shaunagm released this 24 Jun 18:18
· 127 commits to main since this release
f2bb807

New Contributors

Welcome and thank you! 🎉🎊🥳

And of course a big thanks to all our returning contributors @austinweisgrau @Charlie-Kramer @matthewkrausse @SorenSpicknall @sharinetmc @KasiaHinkson @bmos @IanRFerguson @sjwmoveon @NirTatcher @anzelpwj @shaunagm @jeffjrodriguez @dannyboy15

What's Changed

Breaking Changes

There are a few small changes we've made that nonetheless may cause issues for end users. These are:

  • #1181 - Previously, when Hustle returned more than a thousand rows, it would return a list of lists. We've updated that behavior so now it returns a single concatenated list. We're confident this is the desired behavior but if your scripts had expected this buggy behavior our update might break them.
  • #1294 - renames a parameter in the Google BigQuery connector from convert_dict_columns_to_json to convert_dict_list_columns_to_json
  • #1357 - update pagination parameters from 'per_page' to 'limit' across various API functions in the QuickBooks connector
  • #1345 - removes deprecated parameters for VAN connector initialization auth_name and raise_for_status

Please not that other changes may also cause issues - the changes listed above are just ones we're aware of ahead of time.

Other Big Changes

New Features

Bug Fixes

Internal Changes (Tests, Ops, Refactoring, etc)

Full Changelog: v4.0.0...v5.0.0