forked from ckan/ckanext-xloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
132 lines (86 loc) · 3.38 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
0.9.0 2021-10-01
================
Fixes:
* Fix SQLAlchemy session exception on CKAN 2.9 #140
* Fix xloader status timestamps #141
* Fix to correctly report exceptions in stdout #141
0.8.1 2021-08-30
================
Features:
* Add ssl_verify option to callback_xloader_hook #136
Fixes:
* Fix bytes / str concat #138
* Stream request needs to be explicited closed #139
0.8.0 2021-06-11
================
Features:
* Click CLI for CKAN >= 2.9 #128
Fixes:
* Submit private datasets when using the `submit all` command #121
* Send user context to the resource patch function #134
* Add documentation for ssl_verify #135
0.7.0 2020-11-23
================
Features:
* Python 3 support #113
* CKAN 2.9 support #113
Fixes:
* Update resource hash after load to datastore #116
0.6.1 2020-05-03
================
Features:
* Add 'just_load_with_messytables' option #96
Fixes:
* When getting the resource from CKAN, it now copes with the edge case that CKAN hasn't quite added the resource yet - now it successfully retries #94
0.6.0 2020-04-27
================
Release withdrawn
0.5.0 2019-12-04
================
Features:
* migrate_types CLI command added for freezing/migrating data dictionaries created with datapusher #85
Fixes:
* DataStore tab missing from resource manage page, due to templates missing from PyPI package #74
0.4.1 2019-11-13
================
Fixes:
* populate_full_text_trigger error when doing 'datastore set-permissions' #72
* '%' in column name causes TypeError("'dict' object does not support indexing") #65
* numpy >= 1.16 causes 'RuntimeError: implement_array_function' on CKAN startup #79
* CKAN 2.9 compatibility - fix error about 'resource_revision_table' #81
v0.4.0 2019-06-21
=================
Features:
* 'ignore_hash' config option added to bypass the hash check which can skip loads #34
* File size is logged #35
* Retries are no done when downloading CSV #39
* xloader_status action now available to GET (not just POST) #46
* ANALYZE run after load, needed for CKAN 2.9 resource preview speed-up #47
* CLI load of multiple datasets now resumes following an error with a resource #57
* Added 'max_excerpt_lines' config to load an excerpt of files larger than max_content_length #63
Fixes:
* Unicode characters in CSV headers caused error #28
* Column headers longer than 63 characters caused error #14
* Floats in CSV headers caused error #49
* Integers in xlsx header caused error #53
* Extraneous commas in combination with non-ascii chars caused error #51
* CSV with no rows caused error #38
* Template compatibility with CKAN 2.9 #40
* CLI submitted resources with non-xloader formats #43
* ckanext.xloader.max_content_length wasn't working #62
* KeyError: 'resource_id' when xloading a resource #68
v0.3.1 2018-01-22
=================
* Fix for exception about 'ckan.datapusher.url' not being set when you check xload status #26
v0.3.0 2017-11-17
=================
* Trigger any resource_views to be created straight after load, rather than wait for the index.
v0.2.0 2017-11-10
=================
* Renamed ckanext-xloader
* Added to PyPI
* The user is given access to the data earlier in the job - the column indexing now occurs afterwards, since this is only an optimization for queries and takes much longer than the load itself
* Fixed exception during error-handling for files too long and of non-accepted schemes
v0.1 2017-11-03
===============
* Initial code, named ckanext-shift.