Skip to content

Releases: NoMore201/googleplay-api

v0.4.4

27 Nov 12:55
ac404b3
Compare
Choose a tag to compare

Changes since last release:

  • googleplay_pb2.py is now dynamically generated during package build, using system's protobuf compiler
  • API request now return full response messages
  • fixed an error caused by sdk_version value for some phones
  • other minor fixes and improvements

v0.4.3

08 Sep 16:37
Compare
Choose a tag to compare

Major changes since last release:

  • Added script to fetch devices directly from play-store-api
  • Use pyca/cryptography rather than pycryptodome
  • Added API for search suggestions
  • Parse additional information from docv2 objects
  • Small fixes and improvements

v0.4.2

01 Feb 11:21
Compare
Choose a tag to compare

Introduced log API which is used to add a new app into the user library. Without this, purchase/delivery of new apps may result in App not purchased error, even if the app is free.

This API will be automatically called by the download function.

v0.4.1

27 Jan 18:47
Compare
Choose a tag to compare
  • Locale and Timezone are now mandatory arguments
  • Added functions to change them

v0.4

27 Jan 18:14
Compare
Choose a tag to compare

WARNING this version will break the API, users should update their code

Changes since last release:

  • BREAK Locale and TimeZone values now should be supplied by the user to the constructor
  • BREAK Download now returns a dictionary containing the file size, chunk size, and a generator returning chunks of 32KB. This means also that progress bar should be implemented by users
  • Updated headers and parameters with recent values provided by play-store-api

v0.3.2

11 Dec 18:26
Compare
Choose a tag to compare

Changes since last release:

v0.3.1

14 Nov 10:56
Compare
Choose a tag to compare

Hotfix for locale check procedure

v0.3

13 Nov 10:58
Compare
Choose a tag to compare

Change since last release:

  • Various cleanup and improvements to code 639c7f9, ac2d07a
  • Device info initialization now is done in __init__ (read commit message) 6a9f29c
  • Added a check to ensure locale value is valid, as reported in issue #22 c61819d

v0.2.8

05 Nov 14:55
Compare
Choose a tag to compare

search() function now manages the rare case in which query returns no data, when using complex queries

v0.2.7

03 Nov 11:01
Compare
Choose a tag to compare

Changes since last release:

  • Important fix for #18, described in commit df2fa82
  • bulkDetails returns None for non-existing apps