Tap-google-play

Latest version: v0.5.2

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.5.2

What's Changed
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/122
* chore: Use `SETUPTOOLS_SCM_PRETEND_VERSION` to produce uv.lock by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/123
* feat(deps): update singer-sdk requirement from ~=0.43.1 to ~=0.44.2 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/125
* chore: Update dev dependencies by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/126


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* chore: Update `meltano.yml` and `uv.lock` by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/113
* feat: More detailed field types by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/114
* ci: bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/115
* chore: Create CODEOWNERS by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/117
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/116
* feat(deps): update singer-sdk requirement from ~=0.42.1 to ~=0.43.1 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/118
* chore: Remove old dependabot config by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/120
* chore: Add package version to the environment URL by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/121
* ci: bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/119


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/108
* chore: Remove `python_version` mypy config by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/109
* ci: bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/110
* chore: Dropped support for Python 3.8 by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/111
* feat(deps): update singer-sdk requirement from ~=0.41.0 to ~=0.42.1 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/112


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.4.2...v0.5.0

0.4.2

What's Changed
* chore: Link to PyPI from successful release workflow by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/105
* ci: bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/106
* feat(deps): update singer-sdk requirement from ~=0.40.0 to ~=0.41.0 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/107


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* ci: Test with Python 3.14 by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/101
* ci: bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/102
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/103
* feat(deps): update singer-sdk requirement from ~=0.39.0 to ~=0.40.0 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/104


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.4.0...v0.4.1

0.4.0

Highlights

The format of the state in this tap was changed for this release:

Before

json
{
"bookmarks": {
"reviews": {
"replication_key": "at",
"replication_key_value": "<bookmark>"
}
}
}


After

json
{
"bookmarks": {
"reviews": {
"partitions": [
{
"context": {
"appId": "<appID>"
},
"replication_key": "at",
"replication_key_value": "<bookmark>"
}
]
}
}
}


It was previously broken if you were extracting from multiple Apps, so it's recommended to run a full-refresh with the new version. If you were extracting from a single App and you want to preserve the state, the above example should tell what changes you need to do to the state file in order to migrate to the new format.

What's Changed

* feat(deps): bump singer-sdk from 0.39.0 to 0.39.1 in the runtime-dependencies group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/96
* packaging: Use `uv` instead of `poetry` by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/97
* refactor: Use partitions to extract from multiple Apps by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/99


**Full Changelog**: https://github.com/edgarrmondragon/tap-google-play/compare/v0.3.8...v0.4.0

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.