Releases: dathere/datapusher-plus
Releases · dathere/datapusher-plus
1.0.3
What's Changed
- Ensure we are always using the same token setting for datapusher by @avdata99 in #168
- Fix iconv by @avdata99 in #169
- Fix the api_token config variable and fix for default views creation by @tino097 in #170
- Migration added by @tino097 in #171
- Migration added by @tino097 in #172
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Update README file for DP+ as extension by @tino097 in #143
- Fix MANIFEST.in by @pdelboca in #148
- Migrate cli commands by @tino097 in #150
- [dev-v1.0] Fix init db command by @pdelboca in #151
- Config part by @tino097 in #153
- Database migrations by @tino097 in #154
- Update readme by @tino097 in #156
- Fix yaml extension in MANIFEST.in by @pdelboca in #157
- Fix datefmt compatability with qsv in dev-v1.0 by @Zharktas in #161
- Remove obsolete assets by @pdelboca in #159
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
What's Changed
- Convert the datapusher to work as plugin by @tino097 in #73
- Code cleanup by @tino097 in #89
- [72]Rewrite resource url by @TomeCirun in #109
- Feature db models by @tino097 in #120
- Add migration script by @tino097 in #121
- Code cleanup part two by @tino097 in #123
- Rewrite resource URL if it differs from the defined ckan_url by @jhbruhn in #136
- Fixing issues by @tino097 in #137
- Sync with master by @tino097 in #138
New Contributors
Full Changelog: 0.16.4...1.0.0
0.16.4
What's Changed
- sync read buffer with buffer size of copyexpert by @jqnatividad in #128
Full Changelog: 0.16.3...0.16.4
0.16.3
What's Changed
- make COPY_READBUFFER_SIZE a configurable parameter by @jqnatividad in #127
Full Changelog: 0.16.2...0.16.3
0.16.2
CHANGED
- explicitly create a large read buffer when reading CSV when COPYing files to the datastore.
Full Changelog: 0.16.1...0.16.2
0.16.1
Fixed:
- fix utf8 encoding check, replacing NamedTemporaryFile approach, with Temporary Directory approach introduced in https://github.com/dathere/datapusher-plus/pull/117/files
NOTE: you’ll need to install uchardet
for the encoding check (apt-get install uchardet
)
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
- Update README.md by @minhajuddin2510 in #108
- caught a missing variable by @hjhornbeck in #114
- Use a temporary directory to manage temporary files by @bzar in #117
- Utf8 conversion by @EricSoroos in #119
- import syntax and ckanserviceprovider version by @categulario in #125
- upgrade container qsv to 0.118.0 by @categulario in #126
- Fixed init of index_elapsed in case auto_index is off
New Contributors
- @hjhornbeck made their first contribution in #114
- @bzar made their first contribution in #117
Full Changelog: 0.15.0...0.16.0
0.15.0
Fixed
- removed DOWNLOAD_PREVIEW_ONLY as its unreliable with CSVs and corrupted Excel files
- removed SUMMARY_STATS_WITH_PREVIEW, which doesn't make sense without DOWNLOAD_PREVIEW_ONLY
Full Changelog: 0.14.1...0.15.0