Skip to content

Releases: haleemur/tap-playstore

v0.1.4

27 Feb 16:56
d6e4133
Compare
Choose a tag to compare

What's Changed

  • fixes support for python 3.8
  • Adds a minimal test configuration for faster development iterations
  • Updates README.md

v0.1.3

27 Feb 02:51
3bbb5d4
Compare
Choose a tag to compare

What's Changed

  • Fixed type declaration for service_account_json_file. This caused the program to crash when this parameter was specified
  • Improved performance through refactor of methods convert_types_and_add_metadata -renamed-to-> convert_types and _yield_rows_from_file. The new version extracts some computation outside of the for loop.
  • Dropped support for python 3.13
  • Shortened the schema definition json files: Removed unnecessary & ignored details.

v0.1.2 Fix minor issues with README.md

26 Feb 19:41
e99fd73
Compare
Choose a tag to compare

What's changed

  • README.md now points to the project home on github
  • Some typos in README.md have been fixed

v0.1.1 Fix Version Number in pyproject.toml

26 Feb 19:20
be59692
Compare
Choose a tag to compare

What's changed

  • Fix Version Number in pyproject.toml to 0.1.1. No other changes.

v0.1.0 First Release

26 Feb 17:07
fa80288
Compare
Choose a tag to compare

What's New