Skip to main content

BAV Python SDK reaches v1.0!

ยท One min read

๐ŸŽ‰ We are excited to announce the release of the v1.0 (stable) version of the BAV Python SDK!

The latest version of the SDK includes new supported endpoints, new features and many bug fixes.

To update to the latest version of the BAV Python SDK, run the following command:

pip install --upgrade wpp-bavapi
Issues and feature requests

If you encounter any bugs while using the SDK, or if you have any suggestions/requests for new features, we encourage you to open a new issue on GitHub.

Some highlights since our last announcement:

  • ๐ŸŽ‰ Full support for many more endpoints, and more versatility for performing endpoint requests.
  • ๐Ÿš€ bavapi queries should now be faster and more reliable, thanks to various improvements in the requests and response parsing logic.
  • โœจ New error handling behavior. If a page fails to download, bavapi will now warn the user about the missing pages instead of raising an exception. You can change this by using on_errors="raise" in endpoint calls.
  • ๐Ÿ““ Improved SDK documentation and updated with the latest features and functionality.
  • ๐Ÿ› Fixed various issues with validation, data parsing and pagination.

Read the detailed changelog on GitHub.