Tap-google-play

Latest version: v0.5.0

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

Scan your dependencies

Page 1 of 3

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

0.3.8

What's Changed
* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in the development-dependencies group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/89
* chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 in the development-dependencies group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/90
* ci: bump pip from 24.1.2 to 24.2 in /.github/workflows in the ci group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/91
* feat(deps): bump singer-sdk from 0.38.0 to 0.39.0 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/92
* ci: Run mypy in CI by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/93
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/94
* packaging: Remove explicit dependency on `cffi` by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/95


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

0.3.7

What's Changed
* ci: bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in the actions group by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/80
* ci: bump pip from 24.0 to 24.1.1 in /.github/workflows by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/81
* ci: bump poetry-dynamic-versioning from 1.3.0 to 1.4.0 in /.github/workflows by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/82
* chore(deps): pre-commit autoupdate by pre-commit-ci in https://github.com/edgarrmondragon/tap-google-play/pull/83
* feat(deps): bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/84
* chore: Group runtime dependency updates by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/85
* chore(deps-dev): bump zipp from 3.17.0 to 3.19.1 by dependabot in https://github.com/edgarrmondragon/tap-google-play/pull/87
* feat: Support Python 3.13 by edgarrmondragon in https://github.com/edgarrmondragon/tap-google-play/pull/88


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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.