Skip to content

Releases: Wikia/sroka

Sroka version 0.1.1

16 Dec 10:59
5833f0a

Choose a tag to compare

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

07 Oct 10:28
c7e3805

Choose a tag to compare

Main changes in the release:

  • extend get_service_data_from_admanager with new service CustomTargetingKeys and methods: getCustomTargetingKeysByStatement, getCustomTargetingValuesByStatement

v0.1.0 release

07 Oct 11:30
8c446ae

Choose a tag to compare

This release introduces the new versions alignment due to dependency management updates

v0.0.10 release

28 Aug 19:45
39c07d4

Choose a tag to compare

Main changes in the release:

  • remove get_inventory_from_admanager function
  • add get_service_data_from_admanager function
  • extend get_service_data_from_admanager with: getLineItemsByStatement, getOrdersByStatement, getCreativesByStatement, getCompaniesByStatement, getLabelsByStatement, getCustomFieldsByStatement

v0.0.9 release

11 Aug 12:01
3f51fc5

Choose a tag to compare

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

06 Jun 09:50
98df093

Choose a tag to compare

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

04 Oct 10:16
d023092

Choose a tag to compare

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

20 Dec 06:59
47969de

Choose a tag to compare

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