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 usingon_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.