Skip to content

Releases: dimagi/commcare-export

1.13.0

12 Apr 10:14
82dde86
Compare
Choose a tag to compare

What's Changed

  • A Windows compatible executable file is compiled of the DET on every new release from now on. The .exe file can be downloaded by checking out the latest release on Github under the Assets section.

Full Changelog: 1.12.0...1.13.0

1.12.0

08 Apr 19:37
f850111
Compare
Choose a tag to compare

What's Changed

  • Add sample schedule script and update README on how to schedule runs by @Charl1996 in #240
  • Improve DET errors by @mkangia in #239

Full Changelog: 1.11.0...1.12.0

1.11.0

27 Mar 11:25
f48e7a9
Compare
Choose a tag to compare

What's Changed

  • The DET will now log progress and errors to a log file (see #233), unless no-logfile option is specified, in which case all output will be written to the terminal.
  • On every release an executable file is compiled of the DET and added as a release asset. Currently only executable files for Linux operating systems are supported. See #236.
  • Some other random fixes and patches.

Changelog: 1.10.2...1.11.0

1.10.2

12 Feb 06:59
45f3c55
Compare
Choose a tag to compare

What's Changed

  • Expand on python & virtualenv installation steps by @mkangia in #231
  • Show detailed exception only when needed by @mkangia in #230

Changelog: 1.10.1...1.10.2

1.10.1

08 Dec 18:05
583a5de
Compare
Choose a tag to compare

What's changed

  • Require backoff version to be greater than or equal to 2.0.0 by @jingcheng16 in #229
    • This resolves an error (module 'backoff' has no attribute 'runtime') when attempting to use backoff<2.0.0 with v1.10.0.

Changelog

1.10.0...1.10.1

1.10.0

31 Oct 11:56
de5ec15
Compare
Choose a tag to compare

What's changed

  • Rate limited requests to CommCareHQ will now wait for the amount of time specified by the Retry-After header in the response instead of going into an exponential backoff cycle
  • Checkpoint support for datasource exports
  • Small fix in the code

Changelog

1.9.0...1.10.0

1.9.0

05 Sep 10:32
4684b51
Compare
Choose a tag to compare

What's changed

  • Add support for CommCare UCR data source resource query file
  • Add test sequence to github workflow
  • Small fixes in the code

Changelog

1.8.0...1.9.0

1.8.1

02 May 10:16
23d8702
Compare
Choose a tag to compare

What's changed

  • For exporting to SQL, dropped the need to read the metadata of the destination database; instead use the metadata of the destination table.
  • A small fix and documentation update.

Changelog

1.8.0...1.8.1

1.8.0

02 May 10:08
30b153e
Compare
Choose a tag to compare

What's changed

  • Fixed support for Alembic >= 1.7
  • Dropped libraries required by Python 2
  • Cleaned up code and applied a code formatter.
  • Added mypy config for type checking

Full changelog

1.7.4...1.8.0

1.7.4

10 Nov 15:32
536e597
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4