Skip to content

Releases: MerginMaps/python-api-client

0.6.6

17 Nov 11:00
Compare
Choose a tag to compare
  • Add user_service() API call (#113)
  • Updated to pygeodiff 1.0.5

0.6.5

14 Oct 07:29
Compare
Choose a tag to compare
  • CLI: add, remove and list user permissions in a project (#98, #110)
  • Update to pygeodiff 1.0.4

0.6.4

16 Sep 13:36
Compare
Choose a tag to compare
  • Allow any namespace in create_project_and_push() (#104)
  • CLI: create project & push data using --from-dir (#105)
  • Update to pygeodiff 1.0.3

0.6.3

27 Jul 20:35
Compare
Choose a tag to compare
  • Update to pygeodiff 1.0.2

0.6.2

12 Jul 16:24
Compare
Choose a tag to compare
  • Fixed python error when pushing changes

0.6.1

07 Jul 12:08
Compare
Choose a tag to compare
  • Added APIs to download individual files at any version (download_file()) and diffs (get_file_diff()) (#93)
  • Robustness fixes (#30, #53, #96)
  • Always require geodiff to be available (#92, #63)

0.6.0

09 Jun 10:06
Compare
Choose a tag to compare
  • Moved to pygeodiff 1.0.0 - adding various new APIs

0.5.12

03 Jun 09:41
Compare
Choose a tag to compare
  • CLI: simplified authentication, with multiple options now (#76)
    • user can pass MERGIN_USERNAME and MERGIN_PASSWORD env variables to commands
    • user can pass --username (and optionally --password) command line arguments to commands
    • user can still use "mergin login" command to first get auth token and set MERGIN_AUTH_TOKEN or pass --auth-token command line argument
  • CLI: it is possible to create a project in a different namespace (#81)
  • Fixed removal of projects in CLI (#82)
  • Fixed possible error when removing project on Windows (#57)
  • Fixed issue when a file was deleted both locally and on the server (qgis-mergin-plugin#232)
  • Added optional global log (in addition to per-project logs)
  • Improved handling of auth token problems
  • Better error reporting

0.5.11

29 Apr 13:05
Compare
Choose a tag to compare
  • Update to geodiff 0.8.8 (fixed issues with unicode paths, better error reporting)

0.5.10

23 Apr 09:06
Compare
Choose a tag to compare
  • Added API (paginated_projects_list()) for paginated listing of projects (#77)
  • Fixed sync error that have happened when moving to version >= 10 (#79, fixes MerginMaps/qgis-plugin#219)
  • Added more details to diagnostic logs to help finding errors