Releases: dimagi/commcare-export
Releases · dimagi/commcare-export
1.13.0
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
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
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
1.10.1
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.
- This resolves an error (
Changelog
1.10.0
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
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.1
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
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
What's Changed
- prompt for username & password before they are needed by @snopoke in #193
- Change location of mssql docker image by @proteusvacuum in #197
- Add optional dependencies by @proteusvacuum in #201
Full Changelog: 1.7.3...1.7.4