Releases: Wikia/sroka
Releases · Wikia/sroka
Sroka version 0.1.1
This release bumps the sroka package version from 0.1.0 to 0.1.1, introducing significant enhancements to the Google Drive and Google Sheets API integration. The changes include refactoring existing functions to use a new helper module, adding several new Google Drive management functions (file permissions, ownership transfer, file movement), and updating documentation to reflect current package support status.
Key changes:
- Refactored Google Drive/Sheets API functions to use centralized service builder and email validation helpers
- Added new Google Drive management functions for file operations (move, permissions, ownership transfer)
- Improved OAuth flow configuration with dynamic port allocation and better directory handling
- Updated MySQL connector dependency from 8.0.17 to 9.1.0 (vulnerability fix)
v0.0.11 release
Main changes in the release:
- extend
get_service_data_from_admanagerwith new serviceCustomTargetingKeysand methods:getCustomTargetingKeysByStatement,getCustomTargetingValuesByStatement
v0.1.0 release
This release introduces the new versions alignment due to dependency management updates
v0.0.10 release
Main changes in the release:
- remove
get_inventory_from_admanagerfunction - add
get_service_data_from_admanagerfunction - extend
get_service_data_from_admanagerwith: getLineItemsByStatement, getOrdersByStatement, getCreativesByStatement, getCompaniesByStatement, getLabelsByStatement, getCustomFieldsByStatement
v0.0.9 release
Main changes in the release:
- Add GAM inventory ingestion. For now only AdUnitIds, but it can be extended to LineItemIds etc.
v0.0.8 release
Main changes in the release:
- Fix deprecations in pandas functions
- Bump urllib due to CVEs issued for lower versions
- Update dependencies version: googleads
- removing support for Python 3.7, adding support up to Python 3.11
v0.0.7 release
Main changes in the release:
- Fix of auth issues for new users of GDrive connector
- adding additional MySQL functionalities
- removing support for Python 3.6
v0.0.6 release
Main changes in the release:
- adding additional GAM functionalities
- bumping deprecated dependencies in requirements.txt
- adding support for Python 3.9
- removing support for Python 3.5