Skip to content

Releases: MerginMaps/python-api-client

0.5.6

12 Nov 21:01
Compare
Choose a tag to compare
  • Added API for cloning of projects
  • Projects can be created on behalf of an organisation

0.5.5

03 Nov 09:55
Compare
Choose a tag to compare
  • Update to geodiff 0.8.6 (fixes non-ascii paths, quotes in paths, rebase with gpkg triggers)
  • Fix "transferred size and expected total size do not match" (qgis-mergin-plugin#142)

0.5.4

03 Nov 09:55
Compare
Choose a tag to compare
  • Disable upload of renames of files to prevent corrupt projects (#27)

0.5.3

03 Nov 09:54
Compare
Choose a tag to compare
  • Fix download/pull of subdirs with just empty file(s) (qgis-mergin-plugin#160)
  • Add version info to user agent + log versions in log file (qgis-mergin-plugin#150)
  • Raise exception when username is passed but no password
  • Automatic running of tests in continuous integration on GitHub (#64)

0.5.2

03 Nov 09:54
Compare
Choose a tag to compare
  • Release fix

0.5.1

03 Nov 09:53
Compare
Choose a tag to compare
  • Update to geodiff 0.8.5 (leaking file handles in hasChanges() call)
  • Better error reporting for CLI, detect expired access token
  • Project push: fail early if user does not have write permissions
  • Support more endpoints with project info + CLI integration
  • Raise ClientError when request fails when trying to log in

0.5.0

03 Nov 09:53
Compare
Choose a tag to compare
  • Update to geodiff 0.8.4 (fixes a rebase bug, adds logging, supports conflict files)
  • More detailed logging
  • Better handling of exceptions
  • CLI improvements and fixes
  • Fixed sync error with missing basefile
  • Changed version because the module is going to have also independent releases from QGIS plugin
    (they had synchronized version numbers until now)

Release 2020.4.0

29 Apr 10:30
a4fe5a9
Compare
Choose a tag to compare
  • Async support
  • Various bug fixes

Release 2020.3

06 Mar 16:32
21ffda0
Compare
Choose a tag to compare

Fixed issue with sync

Release 2020.2

12 Feb 08:11
2943893
Compare
Choose a tag to compare
  • Improve download/upload
  • Support for change of schema
  • Better error reporting
  • Bug fixes